Skip to content

Commit

Permalink
Bump version to 5.1.1 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jikoo committed Aug 10, 2024
1 parent cace6f6 commit 5d75640
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 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.1-SNAPSHOT</version>
<version>5.1.1</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.1-SNAPSHOT</version>
<version>5.1.1</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.1-SNAPSHOT</version>
<version>5.1.1</version>
</parent>

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

<artifactId>openinvadapter1_20_R3</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion internal/v1_20_R4/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.1-SNAPSHOT</version>
<version>5.1.1</version>
</parent>

<artifactId>openinvadapter1_20_R4</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion internal/v1_21_R1/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.1-SNAPSHOT</version>
<version>5.1.1</version>
</parent>

<artifactId>openinvadapter1_21_R1</artifactId>
Expand Down
8 changes: 4 additions & 4 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.1-SNAPSHOT</version>
<version>5.1.1</version>
</parent>

<artifactId>openinvplugin</artifactId>
Expand All @@ -47,19 +47,19 @@
<dependency>
<groupId>com.lishid</groupId>
<artifactId>openinvadapter1_21_R1</artifactId>
<version>5.1.1-SNAPSHOT</version>
<version>5.1.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.lishid</groupId>
<artifactId>openinvadapter1_20_R4</artifactId>
<version>5.1.1-SNAPSHOT</version>
<version>5.1.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.lishid</groupId>
<artifactId>openinvadapter1_20_R3</artifactId>
<version>5.1.1-SNAPSHOT</version>
<version>5.1.1</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.1-SNAPSHOT</version>
<version>5.1.1</version>

<packaging>pom</packaging>

Expand Down

0 comments on commit 5d75640

Please sign in to comment.