[maven-release-plugin] prepare for next development iteration

This commit is contained in:
Runelite auto updater
2016-12-08 16:57:04 +00:00
parent 3126fdd0bb
commit 32a877bfa0
6 changed files with 17 additions and 17 deletions

View File

@@ -34,19 +34,19 @@
<parent>
<groupId>net.runelite</groupId>
<artifactId>runelite-parent</artifactId>
<version>1.1.14</version>
<version>1.1.15-SNAPSHOT</version>
</parent>
<groupId>net.runelite</groupId>
<artifactId>api</artifactId>
<version>1.0.15</version>
<version>1.0.16-SNAPSHOT</version>
<name>Runelite API</name>
<dependencies>
<dependency>
<groupId>net.runelite.rs</groupId>
<artifactId>api</artifactId>
<version>128.1</version> <!-- rs version -->
<version>128.2-SNAPSHOT</version> <!-- rs version -->
</dependency>
</dependencies>
</project>