Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
cerus committed Sep 30, 2021
1 parent 5b583b0 commit e5aa5c4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion bukkit-17_R1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@
<parent>
<artifactId>maps</artifactId>
<groupId>dev.cerus</groupId>
<version>1.0.0</version>
<version>1.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<groupId>dev.cerus.maps</groupId>
<artifactId>bukkit-17_R1</artifactId>
<version>1.0.2</version>

<properties>
<maven.compiler.target>16</maven.compiler.target>
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>maps</artifactId>
<groupId>dev.cerus</groupId>
<version>1.0.0</version>
<version>1.0.2</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 @@ -5,13 +5,13 @@
<parent>
<artifactId>maps</artifactId>
<groupId>dev.cerus</groupId>
<version>1.0.0</version>
<version>1.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<groupId>dev.cerus.maps</groupId>
<artifactId>plugin</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>

<properties>
<maven.compiler.target>16</maven.compiler.target>
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>dev.cerus</groupId>
<artifactId>maps</artifactId>
<packaging>pom</packaging>
<version>1.0.0</version>
<version>1.0.2</version>
<modules>
<module>common</module>
<module>bukkit-17_R1</module>
Expand Down

0 comments on commit e5aa5c4

Please sign in to comment.