Skip to content

Commit cb7700a

Browse files
Tigerpanzer02version-bump[github-action]
andauthored
#patch Updated to MinigamesBoix 1.4.7 (#84)
* Bump version from 2.1.8 to 2.1.8-SNAPSHOT0 * Updated Workflows and MinigamesBox * Bump version from 2.1.8-SNAPSHOT0 to 2.1.8-SNAPSHOT1 --------- Co-authored-by: version-bump[github-action] <41898282+version-bump[github-action]@users.noreply.github.com>
1 parent 95e8b46 commit cb7700a

3 files changed

Lines changed: 16 additions & 16 deletions

File tree

.github/workflows/deploy-development.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout Latest Commit
12-
uses: actions/checkout@v4.2.2
12+
uses: actions/checkout@v6.0.3
1313
- name: Bump Version
1414
id: bump
1515
uses: Plugily-Projects/version-bump-action@v10
@@ -23,32 +23,32 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- name: Checkout Latest Commit
26-
uses: actions/checkout@v4.2.2
26+
uses: actions/checkout@v6.0.3
2727
with:
2828
ref: 'development'
2929
- name: Set up JDK
30-
uses: actions/setup-java@v4.6.0
30+
uses: actions/setup-java@v5.2.0
3131
with:
3232
distribution: 'temurin'
3333
java-version: '21'
3434
java-package: jdk
3535
- name: Set up Maven
36-
uses: stCarolas/setup-maven@v5
36+
uses: stCarolas/setup-maven@v5.1
3737
with:
3838
maven-version: 3.8.2
3939
- name: Cache
40-
uses: actions/cache@v4.2.2
40+
uses: actions/cache@v5.0.5
4141
with:
4242
path: ~/.m2/repository
4343
key: maven-${{ hashFiles('**/pom.xml') }}
4444
restore-keys: maven-
4545
- name: Publish with Maven
46-
uses: s4u/maven-settings-action@v3.1.0
46+
uses: s4u/maven-settings-action@v4.0.0
4747
with:
4848
servers: |
4949
[{
5050
"id": "Snapshot",
5151
"username": "${{ secrets.SNAPSHOTSUSERNAME }}",
5252
"password": "${{ secrets.SNAPSHOTSPASSWORD }}"
5353
}]
54-
- run: mvn clean verify compile package site:site javadoc:javadoc javadoc:jar deploy -DaltDeploymentRepository=Snapshot::https://maven.plugily.xyz/snapshots -f pom.xml
54+
- run: mvn clean verify compile package site:site javadoc:javadoc javadoc:jar deploy -DaltDeploymentRepository=Snapshot::https://maven.plugily.xyz/snapshots -f pom.xml

.github/workflows/deploy-master.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout Latest Commit
14-
uses: actions/checkout@v4.2.2
14+
uses: actions/checkout@v6.0.3
1515
- name: Bump Version
1616
id: bump
1717
uses: Plugily-Projects/version-bump-action@v10
@@ -26,32 +26,32 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
- name: Checkout Latest Commit
29-
uses: actions/checkout@v4.2.2
29+
uses: actions/checkout@v6.0.3
3030
with:
3131
ref: 'master'
3232
- name: Set up JDK
33-
uses: actions/setup-java@v4.6.0
33+
uses: actions/setup-java@v5.2.0
3434
with:
3535
distribution: 'temurin'
3636
java-version: '21'
3737
java-package: jdk
3838
- name: Set up Maven
39-
uses: stCarolas/setup-maven@v5
39+
uses: stCarolas/setup-maven@v5.1
4040
with:
4141
maven-version: 3.8.2
4242
- name: Cache
43-
uses: actions/cache@v4.2.2
43+
uses: actions/cache@v5.0.5
4444
with:
4545
path: ~/.m2/repository
4646
key: maven-${{ hashFiles('**/pom.xml') }}
4747
restore-keys: maven-
4848
- name: Publish with Maven
49-
uses: s4u/maven-settings-action@v3.1.0
49+
uses: s4u/maven-settings-action@v4.0.0
5050
with:
5151
servers: |
5252
[{
5353
"id": "Release",
5454
"username": "${{ secrets.RELEASESUSERNAME }}",
5555
"password": "${{ secrets.RELEASESPASSWORD }}"
5656
}]
57-
- run: mvn clean verify compile package site:site javadoc:javadoc javadoc:jar deploy -DaltDeploymentRepository=Release::https://maven.plugily.xyz/releases -f pom.xml
57+
- run: mvn clean verify compile package site:site javadoc:javadoc javadoc:jar deploy -DaltDeploymentRepository=Release::https://maven.plugily.xyz/releases -f pom.xml

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>plugily.projects</groupId>
99
<artifactId>thebridge</artifactId>
10-
<version>2.1.8</version>
10+
<version>2.1.8-SNAPSHOT1</version>
1111
<name>TheBridge</name>
1212

1313
<properties>
@@ -58,7 +58,7 @@
5858
<dependency>
5959
<groupId>plugily.projects</groupId>
6060
<artifactId>MiniGamesBox-Classic</artifactId>
61-
<version>1.4.6</version>
61+
<version>1.4.7</version>
6262
<scope>compile</scope>
6363
<optional>true</optional>
6464
</dependency>

0 commit comments

Comments
 (0)