Skip to content

Commit

Permalink
Release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ichbinjoe committed Sep 17, 2016
1 parent d526622 commit ee43adf
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bukkit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>MCAuthenticator</artifactId>
<groupId>io.ibj</groupId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion bungee/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>MCAuthenticator</artifactId>
<groupId>io.ibj</groupId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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>io.ibj</groupId>
<artifactId>MCAuthenticator</artifactId>
<packaging>pom</packaging>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
<modules>
<module>bukkit</module>
<module>bungee</module>
Expand Down
6 changes: 3 additions & 3 deletions universal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>MCAuthenticator</artifactId>
<groupId>io.ibj</groupId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -35,12 +35,12 @@
<dependency>
<groupId>io.ibj</groupId>
<artifactId>MCAuthenticator-Bukkit</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
</dependency>
<dependency>
<groupId>io.ibj</groupId>
<artifactId>MCAuthenticator-Bungee</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
</dependency>
</dependencies>
</project>

0 comments on commit ee43adf

Please sign in to comment.