Skip to content

Commit

Permalink
Bump to 1.2-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
Camotoy committed Aug 3, 2021
1 parent 01192ce commit 7b75c3d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions bungeecord/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>GeyserBlockJavaPlayers</artifactId>
<groupId>com.github.camotoy.geyserblockjavaplayers</groupId>
<version>1.1-SNAPSHOT</version>
<version>1.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>com.github.camotoy.geyserblockjavaplayers</groupId>
<artifactId>common</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.2-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>GeyserBlockJavaPlayers</artifactId>
<groupId>com.github.camotoy.geyserblockjavaplayers</groupId>
<version>1.1-SNAPSHOT</version>
<version>1.2-SNAPSHOT</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>com.github.camotoy.geyserblockjavaplayers</groupId>
<artifactId>GeyserBlockJavaPlayers</artifactId>
<packaging>pom</packaging>
<version>1.1-SNAPSHOT</version>
<version>1.2-SNAPSHOT</version>

<modules>
<module>bungeecord</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>GeyserBlockJavaPlayers</artifactId>
<groupId>com.github.camotoy.geyserblockjavaplayers</groupId>
<version>1.1-SNAPSHOT</version>
<version>1.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>com.github.camotoy.geyserblockjavaplayers</groupId>
<artifactId>common</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.2-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 7b75c3d

Please sign in to comment.