Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
thehydrogen committed Jul 14, 2022
1 parent e8dfac0 commit bfc92a9
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 8 deletions.
4 changes: 2 additions & 2 deletions API/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<artifactId>Queue</artifactId>
<groupId>me.hydro</groupId>
<version>3.0</version>
<version>3.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>API</artifactId>
<version>3.0</version>
<version>3.1</version>
<packaging>jar</packaging>

<description>A modern queue system.</description>
Expand Down
4 changes: 2 additions & 2 deletions Bukkit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>Plugin</artifactId>
<version>3.0</version>
<version>3.1</version>
<packaging>jar</packaging>

<name>HydroQueue</name>
Expand All @@ -20,7 +20,7 @@
<parent>
<artifactId>Queue</artifactId>
<groupId>me.hydro</groupId>
<version>3.0</version>
<version>3.1</version>
</parent>

<build>
Expand Down
4 changes: 2 additions & 2 deletions Client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>QueueClient</artifactId>
<version>3.0</version>
<version>3.1</version>
<packaging>jar</packaging>

<name>QueueClient</name>
Expand All @@ -20,7 +20,7 @@
<parent>
<artifactId>Queue</artifactId>
<groupId>me.hydro</groupId>
<version>3.0</version>
<version>3.1</version>
</parent>

<build>
Expand Down
4 changes: 3 additions & 1 deletion Common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@
<parent>
<artifactId>Queue</artifactId>
<groupId>me.hydro</groupId>
<version>3.0</version>
<version>3.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<version>3.1</version>
<artifactId>Common</artifactId>

<build>
<plugins>
<plugin>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>me.hydro</groupId>
<artifactId>Queue</artifactId>
<version>3.0</version>
<version>3.1</version>
<modules>
<module>Common</module>
<module>Bukkit</module>
Expand Down

0 comments on commit bfc92a9

Please sign in to comment.