Skip to content

Commit

Permalink
Update version number to 0.7.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
iso2013 committed Aug 21, 2018
1 parent b275947 commit 5b5018b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion API/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>PacketEntityAPI</artifactId>
<groupId>net.blitzcube.peapi</groupId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions Plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>PacketEntityAPI</artifactId>
<groupId>net.blitzcube.peapi</groupId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7.1-SNAPSHOT</version>
</parent>

<artifactId>Plugin</artifactId>
Expand Down Expand Up @@ -59,7 +59,7 @@
<dependency>
<groupId>net.blitzcube.peapi</groupId>
<artifactId>API</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.spigotmc</groupId>
Expand Down
4 changes: 2 additions & 2 deletions Plugin_Legacy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>PacketEntityAPI</artifactId>
<groupId>net.blitzcube.peapi</groupId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7.1-SNAPSHOT</version>
</parent>

<artifactId>PluginLegacy</artifactId>
Expand Down Expand Up @@ -59,7 +59,7 @@
<dependency>
<groupId>net.blitzcube.peapi</groupId>
<artifactId>API</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.spigotmc</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>net.blitzcube.peapi</groupId>
<artifactId>PacketEntityAPI</artifactId>
<packaging>pom</packaging>
<version>0.7.0-SNAPSHOT</version>
<version>0.7.1-SNAPSHOT</version>
<modules>
<module>API</module>
<module>Plugin</module>
Expand Down

0 comments on commit 5b5018b

Please sign in to comment.