Prepare for 2.20.1 dev builds (#5355)

This commit is contained in:
Josh Roy 2023-05-23 11:32:12 -04:00 committed by GitHub
parent 14cdde009c
commit 8323b47e40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,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.20.0` | | Latest release | `net.essentialsx` | `EssentialsX` | `2.20.0` |
| Snapshots | `net.essentialsx` | `EssentialsX` | `2.20.0-SNAPSHOT` | | Snapshots | `net.essentialsx` | `EssentialsX` | `2.20.1-SNAPSHOT` |
| Older releases | `net.ess3` | `EssentialsX` | `2.18.2` | | Older releases | `net.ess3` | `EssentialsX` | `2.18.2` |
Note: until version `2.18.2`, EssentialsX used the `net.ess3` group ID. Note: until version `2.18.2`, EssentialsX used the `net.ess3` group ID.

View File

@ -3,7 +3,7 @@ plugins {
} }
group = "net.essentialsx" group = "net.essentialsx"
version = "2.20.0" version = "2.20.1-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()