Skip to content

Commit

Permalink
Bump up version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
LostWorlds committed Jun 20, 2019
1 parent 7dec0ac commit 9cc32a6
Show file tree
Hide file tree
Showing 21 changed files with 74 additions and 88 deletions.
30 changes: 15 additions & 15 deletions bootstrap.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"size": "3168921"
},
{
"hash": "43ab86508a0d8f944470ad5fcae6b9997eb9c640f72371f587e721e29588fa24",
"name": "client-1.5.27-SNAPSHOT.jar",
"path": "https://raw.githubusercontent.com/runelite-extended/maven-repo/master/live/client-1.5.27-SNAPSHOT.jar",
"size": "5841971"
"hash": "7d64dafaf007613fef59f47884ce62db5fdc21e148b351e52a3f6ce7cc28928e",
"name": "client-1.5.28-SNAPSHOT.jar",
"path": "https://raw.githubusercontent.com/runelite-extended/maven-repo/master/live/client-1.5.28-SNAPSHOT.jar",
"size": "5845716"
},
{
"hash": "18c4a0095d5c1da6b817592e767bb23d29dd2f560ad74df75ff3961dbde25b79",
Expand Down Expand Up @@ -212,21 +212,21 @@
"size": "2327547"
},
{
"hash": "38d569278eb8cbd1ea875522d3df2befd14d90f395655f78e60f947050119303",
"name": "runelite-api-1.5.27-SNAPSHOT.jar",
"path": "https://raw.githubusercontent.com/runelite-extended/maven-repo/master/live/runelite-api-1.5.27-SNAPSHOT.jar",
"size": "1019722"
"hash": "0858c0fa0e3efa454a2c06a60e0b9c003661cdccb52331b36f0d1dc4e90d381f",
"name": "runelite-api-1.5.28-SNAPSHOT.jar",
"path": "https://raw.githubusercontent.com/runelite-extended/maven-repo/master/live/runelite-api-1.5.28-SNAPSHOT.jar",
"size": "1019717"
},
{
"hash": "aa7cbacf941b1b12c0d083688c5da272db0a21ee2ef31e5a59ea659b323d139c",
"name": "runescape-api-1.5.27-SNAPSHOT.jar",
"path": "https://raw.githubusercontent.com/runelite-extended/maven-repo/master/live/runescape-api-1.5.27-SNAPSHOT.jar",
"hash": "69eddc4155a66e07761c433dc83c0703afe7b1206063fc5e1ef77c787ce777ee",
"name": "runescape-api-1.5.28-SNAPSHOT.jar",
"path": "https://raw.githubusercontent.com/runelite-extended/maven-repo/master/live/runescape-api-1.5.28-SNAPSHOT.jar",
"size": "56056"
},
{
"hash": "6a2a6b860c4ea1bbeb4cf483f9c0b97a065a2ea93327a3ed28dce8d3a3f5f305",
"name": "http-api-1.5.27-SNAPSHOT.jar",
"path": "https://raw.githubusercontent.com/runelite-extended/maven-repo/master/live/http-api-1.5.27-SNAPSHOT.jar",
"hash": "55426093ae731f5c25fe6d5eb28bfb8f645ea7e41faad9e12f53d40f683101be",
"name": "http-api-1.5.28-SNAPSHOT.jar",
"path": "https://raw.githubusercontent.com/runelite-extended/maven-repo/master/live/http-api-1.5.28-SNAPSHOT.jar",
"size": "101785"
},
{
Expand Down Expand Up @@ -260,7 +260,7 @@
"extension": "jar",
"groupId": "net.runelite",
"properties": "",
"version": "1.5.27"
"version": "1.5.28"
},
"clientJvm9Arguments": [
"-XX:+DisableAttachMechanism",
Expand Down
6 changes: 5 additions & 1 deletion cache-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>cache-client</artifactId>
Expand All @@ -50,10 +50,14 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>net.runelite</groupId>
Expand Down
7 changes: 4 additions & 3 deletions cache-updater/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,14 @@
<parent>
<groupId>net.runelite</groupId>
<artifactId>runelite-parent</artifactId>
<version>1.5.27-SNAPSHOT</version>
<version>1.5.28-SNAPSHOT</version>
</parent>

<name>Cache Updater</name>
<artifactId>cache-updater</artifactId>

<properties>
<spring.boot.version>1.5.6.RELEASE</spring.boot.version>
<mysql.connector.version>5.1.45</mysql.connector.version>
</properties>

<dependencies>
Expand All @@ -59,7 +58,7 @@
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>${mysql.connector.version}</version>
<version>5.1.45</version>
</dependency>
<dependency>
<groupId>net.runelite</groupId>
Expand All @@ -69,10 +68,12 @@
<dependency>
<groupId>org.sql2o</groupId>
<artifactId>sql2o</artifactId>
<version>1.5.4</version>
</dependency>
<dependency>
<groupId>io.minio</groupId>
<artifactId>minio</artifactId>
<version>3.0.6</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
Expand Down
17 changes: 10 additions & 7 deletions cache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,16 @@
<parent>
<groupId>net.runelite</groupId>
<artifactId>runelite-parent</artifactId>
<version>1.5.27-SNAPSHOT</version>
<version>1.5.28-SNAPSHOT</version>
</parent>

<artifactId>cache</artifactId>
<name>Cache</name>

<properties>
<commons.cli.version>1.3.1</commons.cli.version>
<commons.compress.version>1.10</commons.compress.version>
<antlr4.version>4.6</antlr4.version>

<cache.version>165</cache.version>

<antlr4.version>4.6</antlr4.version>
</properties>

<dependencies>
Expand All @@ -61,7 +59,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>${commons.compress.version}</version>
<version>1.10</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
Expand All @@ -70,6 +68,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-buffer</artifactId>
<version>4.1.0.Final</version>
</dependency>
<dependency>
<groupId>org.antlr</groupId>
Expand All @@ -79,7 +78,7 @@
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
<version>${commons.cli.version}</version>
<version>1.3.1</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
Expand All @@ -90,10 +89,14 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>net.runelite.rs</groupId>
Expand Down
2 changes: 1 addition & 1 deletion deobfuscator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>deobfuscator</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion http-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>net.runelite</groupId>
<artifactId>runelite-parent</artifactId>
<version>1.5.27-SNAPSHOT</version>
<version>1.5.28-SNAPSHOT</version>
</parent>

<name>Web API</name>
Expand Down
24 changes: 11 additions & 13 deletions http-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>net.runelite</groupId>
<artifactId>runelite-parent</artifactId>
<version>1.5.27-SNAPSHOT</version>
<version>1.5.28-SNAPSHOT</version>
</parent>

<name>Web Service</name>
Expand All @@ -38,12 +38,6 @@
<properties>
<spring.boot.version>1.5.6.RELEASE</spring.boot.version>
<mapstruct.version>1.2.0.Final</mapstruct.version>
<maria.java.client.version>2.2.3</maria.java.client.version>
<mongodb.driver.version>3.10.1</mongodb.driver.version>
<scribejava.apis.version>4.1.0</scribejava.apis.version>
<swagger.maven.plugin.version>3.1.8</swagger.maven.plugin.version>
<redis.clients.version>2.10.0</redis.clients.version>
<jaxb.api.version>2.3.1</jaxb.api.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -91,12 +85,13 @@
<dependency>
<groupId>org.mariadb.jdbc</groupId>
<artifactId>mariadb-java-client</artifactId>
<version>${maria.java.client.version}</version>
<version>2.2.3</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.sql2o</groupId>
<artifactId>sql2o</artifactId>
<version>1.5.4</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
Expand All @@ -109,16 +104,17 @@
<dependency>
<groupId>com.github.scribejava</groupId>
<artifactId>scribejava-apis</artifactId>
<version>${scribejava.apis.version}</version>
<version>4.1.0</version>
</dependency>
<dependency>
<groupId>io.minio</groupId>
<artifactId>minio</artifactId>
<version>3.0.6</version>
</dependency>
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<version>${redis.clients.version}</version>
<version>2.10.0</version>
<exclusions>
<exclusion>
<groupId>org.apache.commons</groupId>
Expand All @@ -129,7 +125,7 @@
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongodb-driver-sync</artifactId>
<version>${mongodb.driver.version}</version>
<version>3.10.1</version>
</dependency>

<dependency>
Expand All @@ -140,6 +136,8 @@
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>mockwebserver</artifactId>
<version>3.7.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
Expand Down Expand Up @@ -190,13 +188,13 @@
<plugin>
<groupId>com.github.kongchen</groupId>
<artifactId>swagger-maven-plugin</artifactId>
<version>${swagger.maven.plugin.version}</version>
<version>3.1.8</version>
<dependencies>
<!-- Java 11+ does not include this anymore -->
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>${jaxb.api.version}</version>
<version>2.3.1</version>
</dependency>
</dependencies>
<configuration>
Expand Down
2 changes: 1 addition & 1 deletion injected-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>injected-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion injector-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>net.runelite</groupId>
<artifactId>runelite-parent</artifactId>
<version>1.5.27-SNAPSHOT</version>
<version>1.5.28-SNAPSHOT</version>
</parent>

<groupId>net.runelite.rs</groupId>
Expand Down
4 changes: 1 addition & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<groupId>net.runelite</groupId>
<artifactId>runelite-parent</artifactId>
<version>1.5.27-SNAPSHOT</version>
<version>1.5.28-SNAPSHOT</version>
<packaging>pom</packaging>

<name>RuneLite</name>
Expand Down Expand Up @@ -302,9 +302,7 @@
<configuration>
<configLocation>checkstyle.xml</configLocation>
<!-- exclude generated sources from checkstyle https://stackoverflow.com/a/30406454/7189686 -->
<sourceDirectories>
<sourceDirectory>${project.build.sourceDirectory}</sourceDirectory>
</sourceDirectories>
<includeTestSourceDirectory>true</includeTestSourceDirectory>
</configuration>
</plugin>
Expand Down
4 changes: 3 additions & 1 deletion protocol-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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-api</artifactId>
Expand Down Expand Up @@ -58,6 +58,8 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
5 changes: 4 additions & 1 deletion protocol/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand All @@ -64,6 +65,8 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
8 changes: 2 additions & 6 deletions runelite-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,12 @@
<parent>
<groupId>net.runelite</groupId>
<artifactId>runelite-parent</artifactId>
<version>1.5.27-SNAPSHOT</version>
<version>1.5.28-SNAPSHOT</version>
</parent>

<artifactId>runelite-api</artifactId>
<name>RuneLite API</name>

<properties>
<jsr305.version>1.3.9</jsr305.version>
</properties>

<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
Expand All @@ -52,7 +48,7 @@
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<version>${jsr305.version}</version>
<version>1.3.9</version>
</dependency>

<dependency>
Expand Down
Loading

0 comments on commit 9cc32a6

Please sign in to comment.