We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b5aeec9 + aba3391 commit 1566407Copy full SHA for 1566407
2 files changed
.github/workflows/ci.yml
@@ -14,11 +14,11 @@ jobs:
14
steps:
15
- name: Checkout
16
uses: actions/checkout@v6
17
- - name: Set up JDK 17
+ - name: Set up JDK 25
18
uses: actions/setup-java@v5
19
with:
20
distribution: temurin
21
- java-version: 17
+ java-version: 25
22
cache: maven
23
- name: Build with Maven
24
run: ./mvnw --batch-mode --no-transfer-progress verify
pom.xml
@@ -8,7 +8,7 @@
8
<parent>
9
<groupId>org.jboss</groupId>
10
<artifactId>jboss-parent</artifactId>
11
- <version>51</version>
+ <version>52</version>
12
</parent>
13
<groupId>org.jboss.mod_cluster</groupId>
<artifactId>mod_cluster-docs-parent</artifactId>
0 commit comments