Skip to content

Commit 4a9f7d3

Browse files
committed
Merge-Prep
1 parent 1ba490a commit 4a9f7d3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/maven-pull-request.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v2
19-
- name: Set up JDK 16
19+
- name: Set up JDK 17
2020
uses: actions/setup-java@v1
2121
with:
22-
java-version: 16
22+
java-version: 17
2323

2424
- name: Cache local Maven repository
2525
uses: actions/cache@v2

.github/workflows/maven.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v2
19-
- name: Set up JDK 16
19+
- name: Set up JDK 17
2020
uses: actions/setup-java@v1
2121
with:
22-
java-version: 16
22+
java-version: 17
2323

2424
- name: Cache local Maven repository
2525
uses: actions/cache@v2

modules/MyPet/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
<groupId>de.keyle</groupId>
2626
<artifactId>mypet</artifactId>
27-
<version>3.12-1.18-dev1</version>
27+
<version>3.12-SNAPSHOT</version>
2828
<packaging>jar</packaging>
2929
<name>MyPet</name>
3030
<url>https://www.spigotmc.org/resources/mypet.12725/</url>

0 commit comments

Comments
 (0)