Skip to content

Commit

Permalink
Bump version to 5.1.4 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jikoo committed Dec 9, 2024
1 parent 5ac09bc commit 9b54e4e
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion addon/togglepersist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<artifactId>openinvparent</artifactId>
<groupId>com.lishid</groupId>
<relativePath>../../pom.xml</relativePath>
<version>5.1.4-SNAPSHOT</version>
<version>5.1.4</version>
</parent>

<artifactId>openinvtogglepersist</artifactId>
Expand Down
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>5.1.4-SNAPSHOT</version>
<version>5.1.4</version>
</parent>

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

<artifactId>openinvcommon</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion internal/v1_21_R2/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>5.1.4-SNAPSHOT</version>
<version>5.1.4</version>
</parent>

<artifactId>openinvadapter1_21_R2</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion internal/v1_21_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>5.1.4-SNAPSHOT</version>
<version>5.1.4</version>
</parent>

<artifactId>openinvadapter1_21_R3</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions 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>5.1.4-SNAPSHOT</version>
<version>5.1.4</version>
</parent>

<artifactId>openinvplugin</artifactId>
Expand All @@ -47,13 +47,13 @@
<dependency>
<groupId>com.lishid</groupId>
<artifactId>openinvadapter1_21_R3</artifactId>
<version>5.1.4-SNAPSHOT</version>
<version>5.1.4</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.lishid</groupId>
<artifactId>openinvadapter1_21_R2</artifactId>
<version>5.1.4-SNAPSHOT</version>
<version>5.1.4</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<modules>
<module>common</module>
</modules>
<version>5.1.4-SNAPSHOT</version>
<version>5.1.4</version>

<packaging>pom</packaging>

Expand Down

0 comments on commit 9b54e4e

Please sign in to comment.