Skip to content

Commit

Permalink
Bump version to 4.1.7 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jikoo committed May 29, 2021
1 parent 0f41701 commit 2cfc558
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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>
<artifactId>openinvparent</artifactId>
<groupId>com.lishid</groupId>
<version>4.1.7-SNAPSHOT</version>
<version>4.1.7</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.1.7-SNAPSHOT</version>
<version>4.1.7</version>
</parent>

<artifactId>openinvassembly</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion internal/v1_16_R3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<artifactId>openinvparent</artifactId>
<groupId>com.lishid</groupId>
<relativePath>../../pom.xml</relativePath>
<version>4.1.7-SNAPSHOT</version>
<version>4.1.7</version>
</parent>

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

<artifactId>openinvplugincore</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<artifactId>openinvparent</artifactId>
<name>OpenInv</name>
<url>http://dev.bukkit.org/bukkit-plugins/openinv/</url>
<version>4.1.7-SNAPSHOT</version>
<version>4.1.7</version>

<packaging>pom</packaging>

Expand Down Expand Up @@ -80,13 +80,13 @@
<artifactId>openinvapi</artifactId>
<groupId>com.lishid</groupId>
<scope>compile</scope>
<version>4.1.7-SNAPSHOT</version>
<version>4.1.7</version>
</dependency>
<dependency>
<artifactId>openinvplugincore</artifactId>
<groupId>com.lishid</groupId>
<scope>compile</scope>
<version>4.1.7-SNAPSHOT</version>
<version>4.1.7</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit 2cfc558

Please sign in to comment.