Skip to content

Commit 8e36127

Browse files
committed
Updated and build with Java 24
1 parent 0910667 commit 8e36127

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
${{ runner.os }}-maven-
5454
5555
- name: Publish to the Maven Central Repository
56-
run: mvn --batch-mode --update-snapshots -P release deploy
56+
run: mvn --batch-mode --update-snapshots -P release-snapshot deploy
5757
if: matrix.java == 11
5858
env:
5959
MAVEN_USERNAME: ${{ secrets.SONATYPE_USERNAME }}

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>com.helger</groupId>
2424
<artifactId>parent-pom</artifactId>
25-
<version>2.1.3</version>
25+
<version>2.1.4</version>
2626
</parent>
2727
<groupId>com.helger.as2</groupId>
2828
<artifactId>as2-lib-parent-pom</artifactId>
@@ -77,7 +77,7 @@
7777
<dependency>
7878
<groupId>com.helger.commons</groupId>
7979
<artifactId>ph-commons-parent-pom</artifactId>
80-
<version>11.2.2</version>
80+
<version>11.2.3</version>
8181
<type>pom</type>
8282
<scope>import</scope>
8383
</dependency>

0 commit comments

Comments
 (0)