Skip to content

Commit 838006a

Browse files
committed
Updated deploy-master.yml to match maven building
1 parent 0132e1f commit 838006a

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/building/classic/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@
178178
<plugin>
179179
<groupId>org.apache.maven.plugins</groupId>
180180
<artifactId>maven-jar-plugin</artifactId>
181-
<version>3.2.2</version>
181+
<version>3.4.2</version>
182182
</plugin>
183183
<plugin>
184184
<groupId>org.apache.maven.plugins</groupId>
@@ -194,7 +194,7 @@
194194
<plugin>
195195
<groupId>org.apache.maven.plugins</groupId>
196196
<artifactId>maven-shade-plugin</artifactId>
197-
<version>3.3.0</version>
197+
<version>3.6.0</version>
198198
<configuration>
199199
<relocations>
200200
<relocation>

.github/building/inventory/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<plugin>
6666
<groupId>org.apache.maven.plugins</groupId>
6767
<artifactId>maven-shade-plugin</artifactId>
68-
<version>3.3.0</version>
68+
<version>3.6.0</version>
6969
<configuration>
7070
<relocations>
7171
<relocation>

.github/workflows/deploy-master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@v4.2.2
1515
- name: Bump Version
1616
id: bump
17-
uses: Plugily-Projects/version-bump-action@v8
17+
uses: Plugily-Projects/version-bump-action@v10
1818
with:
1919
github-token: ${{ secrets.github_token }}
2020
auto-version-bump: false

MiniGamesBox Classic/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@
178178
<plugin>
179179
<groupId>org.apache.maven.plugins</groupId>
180180
<artifactId>maven-jar-plugin</artifactId>
181-
<version>3.2.2</version>
181+
<version>3.4.2</version>
182182
</plugin>
183183
<plugin>
184184
<groupId>org.apache.maven.plugins</groupId>
@@ -192,7 +192,7 @@
192192
<plugin>
193193
<groupId>org.apache.maven.plugins</groupId>
194194
<artifactId>maven-shade-plugin</artifactId>
195-
<version>3.3.0</version>
195+
<version>3.6.0</version>
196196
<configuration>
197197
<relocations>
198198
<relocation>

MiniGamesBox Inventory/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<plugin>
6464
<groupId>org.apache.maven.plugins</groupId>
6565
<artifactId>maven-shade-plugin</artifactId>
66-
<version>3.3.0</version>
66+
<version>3.6.0</version>
6767
<configuration>
6868
<relocations>
6969
<relocation>

0 commit comments

Comments
 (0)