Bump versions of most things to 1.1.21-SNAPSHOT to be consistent with client/api

This commit is contained in:
Adam
2017-02-12 15:11:37 -05:00
parent 32f0736d1f
commit f695e1f759
9 changed files with 12 additions and 13 deletions

3
cache/pom.xml vendored
View File

@@ -29,12 +29,11 @@
<parent>
<groupId>net.runelite</groupId>
<artifactId>runelite-parent</artifactId>
<version>1.1.20-SNAPSHOT</version>
<version>1.1.21-SNAPSHOT</version>
</parent>
<groupId>net.runelite</groupId>
<artifactId>cache</artifactId>
<version>1.1.20-SNAPSHOT</version>
<name>Cache</name>
<dependencies>

View File

@@ -28,7 +28,7 @@
<parent>
<groupId>net.runelite</groupId>
<artifactId>runelite-parent</artifactId>
<version>1.1.20-SNAPSHOT</version>
<version>1.1.21-SNAPSHOT</version>
</parent>
<name>Web API</name>
@@ -81,4 +81,4 @@
</plugin>
</plugins>
</build>
</project>
</project>

View File

@@ -28,7 +28,7 @@
<parent>
<groupId>net.runelite</groupId>
<artifactId>runelite-parent</artifactId>
<version>1.1.20-SNAPSHOT</version>
<version>1.1.21-SNAPSHOT</version>
</parent>
<name>Web Service</name>
@@ -102,4 +102,4 @@
</plugin>
</plugins>
</build>
</project>
</project>

View File

@@ -34,7 +34,7 @@
<parent>
<groupId>net.runelite</groupId>
<artifactId>runelite-parent</artifactId>
<version>1.1.20-SNAPSHOT</version>
<version>1.1.21-SNAPSHOT</version>
</parent>
<groupId>net.runelite</groupId>

View File

@@ -29,7 +29,7 @@
<parent>
<groupId>net.runelite</groupId>
<artifactId>runelite-parent</artifactId>
<version>1.1.20-SNAPSHOT</version>
<version>1.1.21-SNAPSHOT</version>
</parent>
<groupId>net.runelite</groupId>
@@ -41,7 +41,7 @@
<dependency>
<groupId>net.runelite</groupId>
<artifactId>cache</artifactId>
<version>1.1.20-SNAPSHOT</version>
<version>1.1.21-SNAPSHOT</version>
</dependency>
<dependency>

View File

@@ -28,7 +28,7 @@
<groupId>net.runelite</groupId>
<artifactId>runelite-parent</artifactId>
<version>1.1.20-SNAPSHOT</version>
<version>1.1.21-SNAPSHOT</version>
<name>Runelite</name>
<packaging>pom</packaging>

View File

@@ -29,7 +29,7 @@
<parent>
<groupId>net.runelite</groupId>
<artifactId>runelite-parent</artifactId>
<version>1.1.20-SNAPSHOT</version>
<version>1.1.21-SNAPSHOT</version>
</parent>
<groupId>net.runelite</groupId>

View File

@@ -29,7 +29,7 @@
<parent>
<groupId>net.runelite</groupId>
<artifactId>runelite-parent</artifactId>
<version>1.1.20-SNAPSHOT</version>
<version>1.1.21-SNAPSHOT</version>
</parent>
<groupId>net.runelite</groupId>

View File

@@ -29,7 +29,7 @@
<parent>
<groupId>net.runelite</groupId>
<artifactId>runelite-parent</artifactId>
<version>1.1.20-SNAPSHOT</version>
<version>1.1.21-SNAPSHOT</version>
</parent>
<groupId>net.runelite.rs</groupId>