We are SNAPSHOT build not a release candidate

Maven versions plugin is great for multi-modules.
Run mvn version:set -DnewVersion=... and that's it.
This commit is contained in:
games647
2018-03-31 10:38:39 +02:00
parent f2e42019d6
commit 2cd0b194aa
5 changed files with 6 additions and 5 deletions

1
.gitignore vendored
View File

@ -15,6 +15,7 @@ nb-configuration.xml
# Maven # Maven
target/ target/
pom.xml.versionsBackup
# Gradle # Gradle
.gradle .gradle

View File

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>com.github.games647</groupId> <groupId>com.github.games647</groupId>
<artifactId>fastlogin</artifactId> <artifactId>fastlogin</artifactId>
<version>1.11</version> <version>1.11-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>

View File

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>com.github.games647</groupId> <groupId>com.github.games647</groupId>
<artifactId>fastlogin</artifactId> <artifactId>fastlogin</artifactId>
<version>1.11</version> <version>1.11-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>

View File

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>com.github.games647</groupId> <groupId>com.github.games647</groupId>
<artifactId>fastlogin</artifactId> <artifactId>fastlogin</artifactId>
<version>1.11</version> <version>1.11-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>

View File

@ -8,11 +8,11 @@
<packaging>pom</packaging> <packaging>pom</packaging>
<name>FastLogin</name> <name>FastLogin</name>
<version>1.11</version> <version>1.11-SNAPSHOT</version>
<url>https://www.spigotmc.org/resources/fastlogin.14153/</url> <url>https://www.spigotmc.org/resources/fastlogin.14153/</url>
<description> <description>
Automatically logins premium (paid accounts) player on a offline mode server Automatically login premium (paid accounts) player on a offline mode server
</description> </description>
<properties> <properties>