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

@@ -15,9 +15,6 @@ find src/main/java -maxdepth 1 -name "*.java" -printf "%f\n" | sed 's/\.java$//'
git add src/main/resources/classes.txt
popd
# bump versions
find . -name pom.xml -exec sed -i "s/<version>.*<\/version>.*rs version.*/<version>$VANILLA_VER.1-SNAPSHOT<\/version> <!-- rs version -->/" {} \;
pushd runescape-client-injector
# update vanilla jar version for injector
mvn -U versions:use-latest-versions -DincludesList=net.runelite.rs:vanilla:jar