From f104b6ec15f113b58de620a6d3d70e7322045a57 Mon Sep 17 00:00:00 2001
From: MD <1917406+mdcfe@users.noreply.github.com>
Date: Sat, 12 Mar 2022 23:00:24 +0000
Subject: [PATCH] Release 2.19.4
---
README.md | 12 ++++++------
build.gradle | 2 +-
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/README.md b/README.md
index 26c18468b..4a9aaaf75 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
[](https://essentialsx.net/downloads.html)
-[](https://discord.gg/casfFyh)
+[](https://discord.gg/casfFyh)
[](https://www.patreon.com/essentialsx)
@@ -63,11 +63,11 @@ Releases are hosted on the Maven repo at `https://repo.essentialsx.net/releases/
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.3 |
-| Snapshots | net.essentialsx | EssentialsX | 2.19.4-SNAPSHOT |
-| Older releases | net.ess3 | EssentialsX | 2.18.2 |
+| Type | Group ID | Artifact ID | Version |
+|:---------------|:------------------|:--------------|:------------------|
+| Latest release | `net.essentialsx` | `EssentialsX` | `2.19.4` |
+| Snapshots | `net.essentialsx` | `EssentialsX` | `2.19.4-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`.
When updating your plugin, make sure you use the correct group ID.
diff --git a/build.gradle b/build.gradle
index 4c7ee9738..3f0bf1397 100644
--- a/build.gradle
+++ b/build.gradle
@@ -3,7 +3,7 @@ plugins {
}
group = "net.essentialsx"
-version = "2.19.4-SNAPSHOT"
+version = "2.19.4"
project.ext {
GIT_COMMIT = !indraGit.isPresent() ? "unknown" : indraGit.commit().abbreviate(7).name()