Skip to content

Commit

Permalink
Changed versions to 1.2-RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
DevSnox committed May 6, 2019
1 parent 22dbf62 commit 59c3c2b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>pingcounter</artifactId>
<groupId>me.devsnox</groupId>
<version>1.2-SNAPSHOT</version>
<version>1.2-RELEASE</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>me.devsnox</groupId>
<artifactId>pingcounter</artifactId>
<packaging>pom</packaging>
<version>1.2-SNAPSHOT</version>
<version>1.2-RELEASE</version>
<modules>
<module>core</module>
<module>spigot</module>
Expand Down
4 changes: 2 additions & 2 deletions spigot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>pingcounter</artifactId>
<groupId>me.devsnox</groupId>
<version>1.2-SNAPSHOT</version>
<version>1.2-RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -16,7 +16,7 @@
<dependency>
<groupId>me.devsnox</groupId>
<artifactId>pingcounter.core</artifactId>
<version>1.2-SNAPSHOT</version>
<version>1.2-RELEASE</version>
</dependency>
<dependency>
<groupId>org.github.paperspigot</groupId>
Expand Down
4 changes: 2 additions & 2 deletions velocity/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>pingcounter</artifactId>
<groupId>me.devsnox</groupId>
<version>1.2-SNAPSHOT</version>
<version>1.2-RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -26,7 +26,7 @@
<dependency>
<groupId>me.devsnox</groupId>
<artifactId>pingcounter.core</artifactId>
<version>1.2-SNAPSHOT</version>
<version>1.2-RELEASE</version>
</dependency>
<dependency>
<groupId>com.velocitypowered</groupId>
Expand Down

0 comments on commit 59c3c2b

Please sign in to comment.