mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-12-22 17:18:37 +01:00
Release 2.19.1 (#4681)
This commit is contained in:
parent
840035944a
commit
0b7e7801d0
10
README.md
10
README.md
@ -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.0
|
||||
| Snapshots | net.essentialsx | EssentialsX | 2.19.1-SNAPSHOT |
|
||||
| Older releases | net.ess3 | EssentialsX | 2.18.2 |
|
||||
| Type | Group ID | Artifact ID | Version |
|
||||
|:---------------|:----------------|:------------|:----------------|
|
||||
| Latest release | net.essentialsx | EssentialsX | 2.19.1 |
|
||||
| Snapshots | net.essentialsx | EssentialsX | 2.19.1-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.
|
||||
|
@ -3,7 +3,7 @@ plugins {
|
||||
}
|
||||
|
||||
group = "net.essentialsx"
|
||||
version = "2.19.1-SNAPSHOT"
|
||||
version = "2.19.1"
|
||||
|
||||
project.ext {
|
||||
GIT_COMMIT = !indraGit.isPresent() ? "unknown" : indraGit.commit().abbreviate(7).name()
|
||||
|
Loading…
Reference in New Issue
Block a user