Skip to content

Commit 3ca960e

Browse files
committed
Release 2.19.0
1 parent 8bbaf7d commit 3ca960e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ To add EssentialsX to your build system, you should use the following artifacts:
6565

6666
| Type | Group ID | Artifact ID | Version |
6767
| :-------------- | :-------------- | :---------- | :-------------- |
68-
| Older releases | net.ess3 | EssentialsX | 2.18.2 |
68+
| Latest release | net.essentialsx | EssentialsX | 2.19.0
6969
| Snapshots | net.essentialsx | EssentialsX | 2.19.0-SNAPSHOT |
70-
| Future releases | net.essentialsx | EssentialsX | 2.19.0 |
70+
| Older releases | net.ess3 | EssentialsX | 2.18.2 |
7171

7272
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`.
7373
When updating your plugin, make sure you use the correct group ID.

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
}
44

55
group = "net.essentialsx"
6-
version = "2.19.0-SNAPSHOT"
6+
version = "2.19.0"
77

88
project.ext {
99
GIT_COMMIT = !indraGit.isPresent() ? "unknown" : indraGit.commit().abbreviate(7).name()

0 commit comments

Comments
 (0)