mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2024-12-23 00:15:06 +00:00
Fix versioning messup.
This commit is contained in:
parent
7e34d9e20a
commit
e40dc37f89
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ ext {
|
|||
git = Grgit.open()
|
||||
revision = "${git.head().abbreviatedId}"
|
||||
}
|
||||
version = "3.5.0-SNAPSHOT-${revision}"
|
||||
version = "3.5.1-SNAPSHOT-${revision}"
|
||||
description = rootProject.name
|
||||
|
||||
subprojects {
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -7,7 +7,7 @@
|
|||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
</properties>
|
||||
<artifactId>PlotSquared</artifactId>
|
||||
<version>3.4.6-SNAPSHOT</version>
|
||||
<version>3.5.1-SNAPSHOT</version>
|
||||
<name>PlotSquared</name>
|
||||
<packaging>jar</packaging>
|
||||
<build>
|
||||
|
|
Loading…
Reference in a new issue