Get rid of the separate versioning scheme for the rs projects - it is just confusing
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
<dependency>
|
||||
<groupId>net.runelite.rs</groupId>
|
||||
<artifactId>api</artifactId>
|
||||
<version>139.2-SNAPSHOT</version> <!-- rs version -->
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -34,6 +34,5 @@
|
||||
|
||||
<groupId>net.runelite.rs</groupId>
|
||||
<artifactId>api</artifactId>
|
||||
<version>139.2-SNAPSHOT</version> <!-- rs version -->
|
||||
<name>RuneScape API</name>
|
||||
</project>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user