This is an automated email from the ASF dual-hosted git repository.
tabish pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-protonj2.git
The following commit(s) were added to refs/heads/main by this push:
new 54977afa NO-JIRA Cleanups based on changes in Apache 37 root pom
54977afa is described below
commit 54977afac2a5236793202ff25545866fa5eee6ab
Author: Timothy Bish <[email protected]>
AuthorDate: Mon Feb 2 16:14:39 2026 -0500
NO-JIRA Cleanups based on changes in Apache 37 root pom
---
.github/workflows/build.yml | 2 +-
pom.xml | 8 ++------
2 files changed, 3 insertions(+), 7 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index fabaca6a..001a2580 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- java: [ 11, 17, 21, 24 ]
+ java: [ 11, 17, 21, 25 ]
steps:
- uses: actions/checkout@v4
diff --git a/pom.xml b/pom.xml
index 4cb8be1a..4aac2feb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,12 +32,8 @@
<description>Qpid ProtonJ2 is a library for speaking AMQP 1.0.</description>
<properties>
- <maven.compiler.release>11</maven.compiler.release>
- <maven.compiler.source>11</maven.compiler.source>
- <maven.compiler.target>11</maven.compiler.target>
-
- <minimalMavenBuildVersion>3.5.0</minimalMavenBuildVersion>
- <minimalJavaBuildVersion>11</minimalJavaBuildVersion>
+ <javaVersion>11</javaVersion>
+ <minimalJavaBuildVersion>17</minimalJavaBuildVersion>
<!-- Test dependency versions -->
<junit.jupiter.version>5.13.4</junit.jupiter.version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]