Skip to content

Commit

Permalink
Bump version to 4.1.9 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jikoo committed Dec 2, 2021
1 parent 160ae47 commit 3e2b601
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Create CurseForge Release
uses: itsmeow/curseforge-upload@v3
with:
token: ${{ secrets.CURSEFORGE_TOKEN }}
token: "${{ secrets.CURSEFORGE_TOKEN }}"
project_id: 31432
game_endpoint: minecraft
file_path: ./OpenInv.jar
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>4.1.9-SNAPSHOT</version>
<version>4.1.9</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.9-SNAPSHOT</version>
<version>4.1.9</version>
</parent>

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

<artifactId>openinvadapter1_17_R1</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion internal/v1_18_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>4.1.9-SNAPSHOT</version>
<version>4.1.9</version>
</parent>

<artifactId>openinvadapter1_18_R1</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.9-SNAPSHOT</version>
<version>4.1.9</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.9-SNAPSHOT</version>
<version>4.1.9</version>

<packaging>pom</packaging>

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

0 comments on commit 3e2b601

Please sign in to comment.