Release 2.19.0

This commit is contained in:
Josh Roy 2021-08-31 13:04:34 -04:00
parent 8bbaf7da68
commit 3ca960e31b
No known key found for this signature in database
GPG Key ID: 86A69D08540BC29A
2 changed files with 3 additions and 3 deletions

View File

@ -65,9 +65,9 @@ To add EssentialsX to your build system, you should use the following artifacts:
| Type | Group ID | Artifact ID | Version |
| :-------------- | :-------------- | :---------- | :-------------- |
| Older releases | net.ess3 | EssentialsX | 2.18.2 |
| Latest release | net.essentialsx | EssentialsX | 2.19.0
| Snapshots | net.essentialsx | EssentialsX | 2.19.0-SNAPSHOT |
| Future releases | net.essentialsx | EssentialsX | 2.19.0 |
| Older releases | net.ess3 | EssentialsX | 2.18.2 |
Note: up until `2.18.2`, EssentialsX used the `net.ess3` group ID, but starting with `2.19.0` snapshots, the group ID is now `net.essentialsx`.
When updating your plugin, make sure you use the correct group ID.

View File

@ -3,7 +3,7 @@ plugins {
}
group = "net.essentialsx"
version = "2.19.0-SNAPSHOT"
version = "2.19.0"
project.ext {
GIT_COMMIT = !indraGit.isPresent() ? "unknown" : indraGit.commit().abbreviate(7).name()