Skip to content

Commit

Permalink
Prepare 1.6.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Phoenix616 committed Jun 8, 2016
1 parent 28dec5f commit 7c1da81
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions bukkit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>bukkit</artifactId>
<version>1.6.0</version>
<version>1.6.2</version>
<packaging>jar</packaging>
<name>WorldResourcepacks</name>
<description>Plugin to set Resource Packs on server per world</description>
Expand All @@ -27,7 +27,7 @@
<dependency>
<groupId>de.themoep.resourcepacksplugin</groupId>
<artifactId>core</artifactId>
<version>1.6.1-SNAPSHOT</version>
<version>1.6.2-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions bungee/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>bungee</artifactId>
<version>1.6.1</version>
<version>1.6.2</version>
<packaging>jar</packaging>
<name>BungeeResourcepacks</name>
<description>Plugin to set Resource Packs on whole BungeeCord and per server</description>
Expand All @@ -32,7 +32,7 @@
<dependency>
<groupId>de.themoep.resourcepacksplugin</groupId>
<artifactId>core</artifactId>
<version>1.6.1-SNAPSHOT</version>
<version>1.6.2-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<artifactId>core</artifactId>
<packaging>jar</packaging>
<version>1.6.1-SNAPSHOT</version>
<version>1.6.2-SNAPSHOT</version>

<parent>
<groupId>de.themoep.resourcepacksplugin</groupId>
Expand Down

0 comments on commit 7c1da81

Please sign in to comment.