mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2024-12-27 18:44:19 +00:00
Prepare for 2.20.0 dev builds (#4849)
Co-authored-by: Josh Roy <10731363+JRoy@users.noreply.github.com>
This commit is contained in:
parent
f104b6ec15
commit
31732cec95
2 changed files with 2 additions and 2 deletions
|
@ -66,7 +66,7 @@ To add EssentialsX to your build system, you should use the following artifacts:
|
||||||
| Type | Group ID | Artifact ID | Version |
|
| Type | Group ID | Artifact ID | Version |
|
||||||
|:---------------|:------------------|:--------------|:------------------|
|
|:---------------|:------------------|:--------------|:------------------|
|
||||||
| Latest release | `net.essentialsx` | `EssentialsX` | `2.19.4` |
|
| Latest release | `net.essentialsx` | `EssentialsX` | `2.19.4` |
|
||||||
| Snapshots | `net.essentialsx` | `EssentialsX` | `2.19.4-SNAPSHOT` |
|
| Snapshots | `net.essentialsx` | `EssentialsX` | `2.20.0-SNAPSHOT` |
|
||||||
| Older releases | `net.ess3` | `EssentialsX` | `2.18.2` |
|
| 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`.
|
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`.
|
||||||
|
|
|
@ -3,7 +3,7 @@ plugins {
|
||||||
}
|
}
|
||||||
|
|
||||||
group = "net.essentialsx"
|
group = "net.essentialsx"
|
||||||
version = "2.19.4"
|
version = "2.20.0-SNAPSHOT"
|
||||||
|
|
||||||
project.ext {
|
project.ext {
|
||||||
GIT_COMMIT = !indraGit.isPresent() ? "unknown" : indraGit.commit().abbreviate(7).name()
|
GIT_COMMIT = !indraGit.isPresent() ? "unknown" : indraGit.commit().abbreviate(7).name()
|
||||||
|
|
Loading…
Reference in a new issue