Skip to content

Commit

Permalink
Bump for 1.7.27-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
Runelite auto updater committed Oct 13, 2021
1 parent a09f53c commit e118ffc
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion cache-client/pom.xml
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>net.runelite</groupId>
<artifactId>runelite-parent</artifactId>
<version>1.7.26</version>
<version>1.7.27-SNAPSHOT</version>
</parent>

<artifactId>cache-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cache-updater/pom.xml
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>net.runelite</groupId>
<artifactId>runelite-parent</artifactId>
<version>1.7.26</version>
<version>1.7.27-SNAPSHOT</version>
</parent>

<name>Cache Updater</name>
Expand Down
2 changes: 1 addition & 1 deletion cache/pom.xml
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>net.runelite</groupId>
<artifactId>runelite-parent</artifactId>
<version>1.7.26</version>
<version>1.7.27-SNAPSHOT</version>
</parent>

<artifactId>cache</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion http-api/pom.xml
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>net.runelite</groupId>
<artifactId>runelite-parent</artifactId>
<version>1.7.26</version>
<version>1.7.27-SNAPSHOT</version>
</parent>

<name>Web API</name>
Expand Down
2 changes: 1 addition & 1 deletion http-service/pom.xml
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>net.runelite</groupId>
<artifactId>runelite-parent</artifactId>
<version>1.7.26</version>
<version>1.7.27-SNAPSHOT</version>
</parent>

<name>Web Service</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -28,7 +28,7 @@

<groupId>net.runelite</groupId>
<artifactId>runelite-parent</artifactId>
<version>1.7.26</version>
<version>1.7.27-SNAPSHOT</version>
<packaging>pom</packaging>

<name>RuneLite</name>
Expand Down Expand Up @@ -61,7 +61,7 @@
<url>https://github.com/runelite/runelite</url>
<connection>scm:git:git://github.com/runelite/runelite</connection>
<developerConnection>scm:git:git@github.com:runelite/runelite</developerConnection>
<tag>runelite-parent-1.7.26</tag>
<tag>HEAD</tag>
</scm>

<developers>
Expand Down
2 changes: 1 addition & 1 deletion runelite-api/pom.xml
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>net.runelite</groupId>
<artifactId>runelite-parent</artifactId>
<version>1.7.26</version>
<version>1.7.27-SNAPSHOT</version>
</parent>

<artifactId>runelite-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion runelite-client/pom.xml
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>net.runelite</groupId>
<artifactId>runelite-parent</artifactId>
<version>1.7.26</version>
<version>1.7.27-SNAPSHOT</version>
</parent>

<artifactId>client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion runelite-jshell/pom.xml
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>net.runelite</groupId>
<artifactId>runelite-parent</artifactId>
<version>1.7.26</version>
<version>1.7.27-SNAPSHOT</version>
</parent>

<artifactId>jshell</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion runelite-script-assembler-plugin/pom.xml
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>net.runelite</groupId>
<artifactId>runelite-parent</artifactId>
<version>1.7.26</version>
<version>1.7.27-SNAPSHOT</version>
</parent>

<artifactId>script-assembler-plugin</artifactId>
Expand Down

0 comments on commit e118ffc

Please sign in to comment.