Skip to content

Commit

Permalink
Get rid of the separate versioning scheme for the rs projects - it is…
Browse files Browse the repository at this point in the history
… just confusing
  • Loading branch information
Adam- committed Apr 19, 2017
1 parent 470c747 commit e7c6a5e
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion runelite-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
2 changes: 1 addition & 1 deletion runelite-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 0 additions & 1 deletion runescape-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,5 @@

<groupId>net.runelite.rs</groupId>
<artifactId>api</artifactId>
<version>139.2-SNAPSHOT</version> <!-- rs version -->
<name>RuneScape API</name>
</project>
3 changes: 0 additions & 3 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e7c6a5e

Please sign in to comment.