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 b1f4f1ef PROTON-2924 Move to Java 17 as minimum version
b1f4f1ef is described below
commit b1f4f1ef7c22ee01fbc6cd4b655aca5a1b6c16da
Author: Timothy Bish <[email protected]>
AuthorDate: Tue Mar 24 16:35:47 2026 -0400
PROTON-2924 Move to Java 17 as minimum version
This also moves the project version to 2.0.0-SNAPSHOT to account for
the new base java version.
---
apache-qpid-protonj2/pom.xml | 2 +-
pom.xml | 7 +++----
protonj2-client-docs/pom.xml | 2 +-
protonj2-client-examples/pom.xml | 2 +-
protonj2-client/pom.xml | 2 +-
protonj2-performance-tests/pom.xml | 2 +-
protonj2-test-driver/pom.xml | 2 +-
protonj2/pom.xml | 2 +-
8 files changed, 10 insertions(+), 11 deletions(-)
diff --git a/apache-qpid-protonj2/pom.xml b/apache-qpid-protonj2/pom.xml
index 97735ce9..7cd21dc8 100644
--- a/apache-qpid-protonj2/pom.xml
+++ b/apache-qpid-protonj2/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.qpid</groupId>
<artifactId>protonj2-parent</artifactId>
- <version>1.1.1-SNAPSHOT</version>
+ <version>2.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/pom.xml b/pom.xml
index 89bc3ae9..029259da 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,15 +25,14 @@
<groupId>org.apache.qpid</groupId>
<artifactId>protonj2-parent</artifactId>
- <version>1.1.1-SNAPSHOT</version>
+ <version>2.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Qpid ProtonJ2 Parent</name>
<description>Qpid ProtonJ2 is a library for speaking AMQP 1.0.</description>
<properties>
- <javaVersion>11</javaVersion>
- <minimalJavaBuildVersion>17</minimalJavaBuildVersion>
+ <javaVersion>17</javaVersion>
<!-- Test dependency versions -->
<junit.jupiter.version>5.13.4</junit.jupiter.version>
@@ -63,7 +62,7 @@
<!-- surefire forked jvm arguments -->
<argLine>-Xmx2g -enableassertions ${jacoco-config}</argLine>
-
<project.build.outputTimestamp>2026-01-12T21:09:17Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2026-03-24T20:26:19Z</project.build.outputTimestamp>
</properties>
<url>https://qpid.apache.org/proton</url>
diff --git a/protonj2-client-docs/pom.xml b/protonj2-client-docs/pom.xml
index 2360e74b..f795ecac 100644
--- a/protonj2-client-docs/pom.xml
+++ b/protonj2-client-docs/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.qpid</groupId>
<artifactId>protonj2-parent</artifactId>
- <version>1.1.1-SNAPSHOT</version>
+ <version>2.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/protonj2-client-examples/pom.xml b/protonj2-client-examples/pom.xml
index b36caf05..2e26e1de 100644
--- a/protonj2-client-examples/pom.xml
+++ b/protonj2-client-examples/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.qpid</groupId>
<artifactId>protonj2-parent</artifactId>
- <version>1.1.1-SNAPSHOT</version>
+ <version>2.0.0-SNAPSHOT</version>
</parent>
<artifactId>protonj2-client-examples</artifactId>
diff --git a/protonj2-client/pom.xml b/protonj2-client/pom.xml
index bb00b403..5700e1bf 100644
--- a/protonj2-client/pom.xml
+++ b/protonj2-client/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.qpid</groupId>
<artifactId>protonj2-parent</artifactId>
- <version>1.1.1-SNAPSHOT</version>
+ <version>2.0.0-SNAPSHOT</version>
</parent>
<artifactId>protonj2-client</artifactId>
diff --git a/protonj2-performance-tests/pom.xml
b/protonj2-performance-tests/pom.xml
index 8b2622e5..4ad96c65 100644
--- a/protonj2-performance-tests/pom.xml
+++ b/protonj2-performance-tests/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.qpid</groupId>
<artifactId>protonj2-parent</artifactId>
- <version>1.1.1-SNAPSHOT</version>
+ <version>2.0.0-SNAPSHOT</version>
</parent>
<artifactId>protonj2-performance-tests</artifactId>
diff --git a/protonj2-test-driver/pom.xml b/protonj2-test-driver/pom.xml
index 0cbca703..4fcfd6d8 100644
--- a/protonj2-test-driver/pom.xml
+++ b/protonj2-test-driver/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.qpid</groupId>
<artifactId>protonj2-parent</artifactId>
- <version>1.1.1-SNAPSHOT</version>
+ <version>2.0.0-SNAPSHOT</version>
</parent>
<artifactId>protonj2-test-driver</artifactId>
diff --git a/protonj2/pom.xml b/protonj2/pom.xml
index 3bfc1f4b..521d4a90 100644
--- a/protonj2/pom.xml
+++ b/protonj2/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.qpid</groupId>
<artifactId>protonj2-parent</artifactId>
- <version>1.1.1-SNAPSHOT</version>
+ <version>2.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]