[maven-release-plugin] prepare for next development iteration
This commit is contained in:
parent
39e2857366
commit
06ce165bf8
1 changed files with 2 additions and 2 deletions
4
pom.xml
4
pom.xml
|
@ -2,7 +2,7 @@
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>eu.m724</groupId>
|
<groupId>eu.m724</groupId>
|
||||||
<artifactId>jarupdater</artifactId>
|
<artifactId>jarupdater</artifactId>
|
||||||
<version>0.1.5</version>
|
<version>0.1.6-SNAPSHOT</version>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<maven.compiler.source>17</maven.compiler.source>
|
<maven.compiler.source>17</maven.compiler.source>
|
||||||
|
@ -63,6 +63,6 @@
|
||||||
|
|
||||||
<scm>
|
<scm>
|
||||||
<developerConnection>scm:git:git@git.m724.eu:Minecon724/jarupdater.git</developerConnection>
|
<developerConnection>scm:git:git@git.m724.eu:Minecon724/jarupdater.git</developerConnection>
|
||||||
<tag>jarupdater-0.1.5</tag>
|
<tag>HEAD</tag>
|
||||||
</scm>
|
</scm>
|
||||||
</project>
|
</project>
|
Loading…
Reference in a new issue