Skip to content

Commit

Permalink
Release 2.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JRoy committed Aug 31, 2021
1 parent 8bbaf7d commit 3ca960e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 3ca960e

Please sign in to comment.