Skip to content

Commit e2f3e86

Browse files
committed
release
1 parent adf38c6 commit e2f3e86

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/maven-checker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v6
14-
- name: Set up JDK 21
14+
- name: Set up JDK 25
1515
uses: actions/setup-java@v5
1616
with:
17-
java-version: '21'
17+
java-version: '25'
1818
distribution: 'temurin'
1919
cache: maven
2020
- name: Unshallow

.github/workflows/maven-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
with:
1919
myToken: ${{ secrets.GITHUB_TOKEN }}
2020

21-
- name: Set up JDK 21
21+
- name: Set up JDK 25
2222
uses: actions/setup-java@v5
2323
with:
24-
java-version: '21'
24+
java-version: '25'
2525
distribution: 'temurin'
2626
cache: maven
2727
server-id: central

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.github.projectunified</groupId>
88
<artifactId>hytale-run-maven-plugin</artifactId>
9-
<version>1.0-SNAPSHOT</version>
9+
<version>1.0.0</version>
1010
<packaging>maven-plugin</packaging>
1111

1212
<name>hytale-run-maven-plugin</name>

0 commit comments

Comments
 (0)