Get rid of the separate versioning scheme for the rs projects - it is just confusing

This commit is contained in:
Adam
2017-04-19 14:12:52 -04:00
parent 470c747568
commit e7c6a5e11e
4 changed files with 2 additions and 6 deletions

View File

@@ -77,7 +77,7 @@
<dependency>
<groupId>net.runelite.rs</groupId>
<artifactId>client</artifactId>
<version>139.2-SNAPSHOT</version> <!-- rs version -->
<version>${project.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>