From 3ca960e31b1432afc6994096b89eb8bd5f868a18 Mon Sep 17 00:00:00 2001 From: Josh Roy <10731363+JRoy@users.noreply.github.com> Date: Tue, 31 Aug 2021 13:04:34 -0400 Subject: [PATCH] Release 2.19.0 --- README.md | 4 ++-- build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 57b9e8f89..acf2963a2 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/build.gradle b/build.gradle index 986d9b91f..2a4155bef 100644 --- a/build.gradle +++ b/build.gradle @@ -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()