Skip to content

Commit

Permalink
Bump version to 4.4.2 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jikoo committed Dec 29, 2023
1 parent 78354fd commit 9a7623c
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 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.4.2-SNAPSHOT</version>
<version>4.4.2</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.4.2-SNAPSHOT</version>
<version>4.4.2</version>
</parent>

<artifactId>openinvassembly</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion internal/v1_19_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.4.2-SNAPSHOT</version>
<version>4.4.2</version>
</parent>

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

<artifactId>openinvadapter1_20_R2</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>4.4.2-SNAPSHOT</version>
<version>4.4.2</version>
</parent>

<artifactId>openinvadapter1_20_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.4.2-SNAPSHOT</version>
<version>4.4.2</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.4.2-SNAPSHOT</version>
<version>4.4.2</version>

<packaging>pom</packaging>

Expand Down Expand Up @@ -85,13 +85,13 @@
<artifactId>openinvapi</artifactId>
<groupId>com.lishid</groupId>
<scope>compile</scope>
<version>4.4.2-SNAPSHOT</version>
<version>4.4.2</version>
</dependency>
<dependency>
<artifactId>openinvplugincore</artifactId>
<groupId>com.lishid</groupId>
<scope>compile</scope>
<version>4.4.2-SNAPSHOT</version>
<version>4.4.2</version>
<exclusions>
<exclusion>
<groupId>com.lishid</groupId>
Expand Down

0 comments on commit 9a7623c

Please sign in to comment.