Skip to content

Commit

Permalink
Bump version to 4.0.8 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jikoo committed Dec 12, 2019
1 parent ab1f4ac commit 65c6eb2
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.lishid</groupId>
<artifactId>openinvparent</artifactId>
<version>4.0.8-SNAPSHOT</version>
<version>4.0.8</version>
</parent>

<artifactId>openinvapi</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.lishid</groupId>
<artifactId>openinvparent</artifactId>
<version>4.0.8-SNAPSHOT</version>
<version>4.0.8</version>
</parent>

<artifactId>openinvassembly</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.lishid</groupId>
<artifactId>openinvparent</artifactId>
<version>4.0.8-SNAPSHOT</version>
<version>4.0.8</version>
</parent>

<artifactId>openinvcommon</artifactId>
Expand All @@ -31,7 +31,7 @@
<dependency>
<groupId>com.lishid</groupId>
<artifactId>openinvapi</artifactId>
<version>4.0.8-SNAPSHOT</version>
<version>4.0.8</version>
</dependency>
<dependency>
<groupId>org.spigotmc</groupId>
Expand Down
2 changes: 1 addition & 1 deletion internal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.lishid</groupId>
<artifactId>openinvparent</artifactId>
<version>4.0.8-SNAPSHOT</version>
<version>4.0.8</version>
</parent>

<artifactId>openinvinternal</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions internal/v1_14_R1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.lishid</groupId>
<artifactId>openinvinternal</artifactId>
<version>4.0.8-SNAPSHOT</version>
<version>4.0.8</version>
</parent>

<artifactId>openinvadapter1_14_R1</artifactId>
Expand All @@ -38,7 +38,7 @@
<dependency>
<groupId>com.lishid</groupId>
<artifactId>openinvcommon</artifactId>
<version>4.0.8-SNAPSHOT</version>
<version>4.0.8</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions internal/v1_15_R1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.lishid</groupId>
<artifactId>openinvinternal</artifactId>
<version>4.0.8-SNAPSHOT</version>
<version>4.0.8</version>
</parent>

<artifactId>openinvadapter1_15_R1</artifactId>
Expand All @@ -38,7 +38,7 @@
<dependency>
<groupId>com.lishid</groupId>
<artifactId>openinvcommon</artifactId>
<version>4.0.8-SNAPSHOT</version>
<version>4.0.8</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions internal/v1_8_R3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.lishid</groupId>
<artifactId>openinvinternal</artifactId>
<version>4.0.8-SNAPSHOT</version>
<version>4.0.8</version>
</parent>

<artifactId>openinvadapter1_8_R3</artifactId>
Expand All @@ -37,7 +37,7 @@
<dependency>
<groupId>com.lishid</groupId>
<artifactId>openinvcommon</artifactId>
<version>4.0.8-SNAPSHOT</version>
<version>4.0.8</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.lishid</groupId>
<artifactId>openinvparent</artifactId>
<version>4.0.8-SNAPSHOT</version>
<version>4.0.8</version>
</parent>

<artifactId>openinvplugincore</artifactId>
Expand All @@ -31,7 +31,7 @@
<dependency>
<groupId>com.lishid</groupId>
<artifactId>openinvcommon</artifactId>
<version>4.0.8-SNAPSHOT</version>
<version>4.0.8</version>
</dependency>
<dependency>
<groupId>org.spigotmc</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<artifactId>openinvparent</artifactId>
<name>OpenInvParent</name>
<url>http://dev.bukkit.org/bukkit-plugins/openinv/</url>
<version>4.0.8-SNAPSHOT</version>
<version>4.0.8</version>

<packaging>pom</packaging>

Expand Down

0 comments on commit 65c6eb2

Please sign in to comment.