Bump up version numbers

This commit is contained in:
Lucas
2019-06-20 19:02:01 +02:00
parent 7dec0ac448
commit 9cc32a6307
21 changed files with 74 additions and 88 deletions

View File

@@ -29,7 +29,7 @@
<parent>
<groupId>net.runelite</groupId>
<artifactId>runelite-parent</artifactId>
<version>1.5.27-SNAPSHOT</version>
<version>1.5.28-SNAPSHOT</version>
</parent>
<artifactId>protocol</artifactId>
@@ -54,6 +54,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>4.1.0.Final</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
@@ -64,6 +65,8 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>