From 1c5a7e9ffbfc6471d8eb324b3d466df86f60e0a8 Mon Sep 17 00:00:00 2001 From: Josh Roy <10731363+JRoy@users.noreply.github.com> Date: Mon, 30 May 2022 16:21:19 -0400 Subject: [PATCH] Bump down to 2.19.5 (#4914) Mojang will be releasing 1.19 within two weeks and 2.20.0 is not ready for that timeframe. We want to release 2.19.5 with 1.19 support before that. --- README.md | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f6ae25eec..0560979e4 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ To add EssentialsX to your build system, you should use the following artifacts: | Type | Group ID | Artifact ID | Version | |:---------------|:------------------|:--------------|:------------------| | Latest release | `net.essentialsx` | `EssentialsX` | `2.19.4` | -| Snapshots | `net.essentialsx` | `EssentialsX` | `2.20.0-SNAPSHOT` | +| Snapshots | `net.essentialsx` | `EssentialsX` | `2.19.5-SNAPSHOT` | | 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`. diff --git a/build.gradle b/build.gradle index 75f9059da..b2b3bcad8 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ plugins { } group = "net.essentialsx" -version = "2.20.0-SNAPSHOT" +version = "2.19.5-SNAPSHOT" project.ext { GIT_COMMIT = !indraGit.isPresent() ? "unknown" : indraGit.commit().abbreviate(7).name()