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 e4509b5c [maven-release-plugin] prepare release 1.0.0
e4509b5c is described below

commit e4509b5cec03fdb7b2d7ab7db304d7b21da1d76e
Author: Timothy Bish <[email protected]>
AuthorDate: Mon Aug 25 10:34:04 2025 -0400

    [maven-release-plugin] prepare release 1.0.0
---
 apache-qpid-protonj2/pom.xml       | 2 +-
 pom.xml                            | 8 ++++----
 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, 11 insertions(+), 11 deletions(-)

diff --git a/apache-qpid-protonj2/pom.xml b/apache-qpid-protonj2/pom.xml
index 90dfdf22..d52c6ef8 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.0.0-M24-SNAPSHOT</version>
+    <version>1.0.0</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/pom.xml b/pom.xml
index 0152798f..16d4a4e2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
 
   <groupId>org.apache.qpid</groupId>
   <artifactId>protonj2-parent</artifactId>
-  <version>1.0.0-M24-SNAPSHOT</version>
+  <version>1.0.0</version>
   <packaging>pom</packaging>
 
   <name>Qpid ProtonJ2 Parent</name>
@@ -62,12 +62,12 @@
     
<netty-transport-native-epoll-classifier>linux-x86_64</netty-transport-native-epoll-classifier>
     
<netty-transport-native-kqueue-classifier>osx-x86_64</netty-transport-native-kqueue-classifier>
 
-    <jacoco-config></jacoco-config>
+    <jacoco-config />
 
     <!-- surefire forked jvm arguments -->
     <argLine>-Xmx2g -enableassertions ${jacoco-config}</argLine>
 
-    
<project.build.outputTimestamp>2025-02-14T21:10:13Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2025-08-25T14:33:13Z</project.build.outputTimestamp>
   </properties>
 
   <url>https://qpid.apache.org/proton</url>
@@ -75,7 +75,7 @@
     
<connection>scm:git:https://gitbox.apache.org/repos/asf/qpid-protonj2.git</connection>
     
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/qpid-protonj2.git</developerConnection>
     <url>https://gitbox.apache.org/repos/asf?p=qpid-protonj2.git</url>
-    <tag>1.0.0-M13</tag>
+    <tag>1.0.0</tag>
   </scm>
   <issueManagement>
     <url>https://issues.apache.org/jira/browse/PROTON</url>
diff --git a/protonj2-client-docs/pom.xml b/protonj2-client-docs/pom.xml
index 90d1e3a1..5ec68bb2 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.0.0-M24-SNAPSHOT</version>
+    <version>1.0.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/protonj2-client-examples/pom.xml b/protonj2-client-examples/pom.xml
index 1aea17db..89705583 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.0.0-M24-SNAPSHOT</version>
+    <version>1.0.0</version>
   </parent>
 
   <artifactId>protonj2-client-examples</artifactId>
diff --git a/protonj2-client/pom.xml b/protonj2-client/pom.xml
index 9e6cbc20..73fb12ec 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.0.0-M24-SNAPSHOT</version>
+    <version>1.0.0</version>
   </parent>
 
   <artifactId>protonj2-client</artifactId>
diff --git a/protonj2-performance-tests/pom.xml 
b/protonj2-performance-tests/pom.xml
index e2c7d747..fa3febd4 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.0.0-M24-SNAPSHOT</version>
+    <version>1.0.0</version>
   </parent>
 
   <artifactId>protonj2-performance-tests</artifactId>
diff --git a/protonj2-test-driver/pom.xml b/protonj2-test-driver/pom.xml
index d842cd92..e66a235c 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.0.0-M24-SNAPSHOT</version>
+    <version>1.0.0</version>
   </parent>
 
   <artifactId>protonj2-test-driver</artifactId>
diff --git a/protonj2/pom.xml b/protonj2/pom.xml
index e458e7e5..b92790cc 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.0.0-M24-SNAPSHOT</version>
+    <version>1.0.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to