Skip to content

Commit

Permalink
Version to 2.8.6-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
Muspah committed Sep 4, 2019
1 parent 3cb4083 commit 0124bad
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -4,7 +4,7 @@
<groupId>uSkyBlock</groupId>
<artifactId>uSkyBlock</artifactId>
<packaging>pom</packaging>
<version>2.8.5</version>
<version>2.8.6-SNAPSHOT</version>
<name>Ultimate SkyBlock</name>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion uSkyBlock-API/pom.xml
Expand Up @@ -6,7 +6,7 @@

<groupId>com.github.rlf</groupId>
<artifactId>uSkyBlock-API</artifactId>
<version>2.8.5</version>
<version>2.8.6-SNAPSHOT</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<travis.buildNumber>dev</travis.buildNumber>
Expand Down
2 changes: 1 addition & 1 deletion uSkyBlock-Core/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>uSkyBlock</artifactId>
<groupId>uSkyBlock</groupId>
<version>2.8.5</version>
<version>2.8.6-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion uSkyBlock-FAWE/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>uSkyBlock</artifactId>
<groupId>uSkyBlock</groupId>
<version>2.8.5</version>
<version>2.8.6-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>uSkyBlock-FAWE</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion uSkyBlock-Plugin/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>uSkyBlock</artifactId>
<groupId>uSkyBlock</groupId>
<version>2.8.5</version>
<version>2.8.6-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
Expand Down

0 comments on commit 0124bad

Please sign in to comment.