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

commit 4143d378c554aba30058df8a5519a2d85c70d732
Author: Timothy Bish <[email protected]>
AuthorDate: Wed May 5 12:06:09 2021 -0400

    [maven-release-plugin] prepare release 1.0.0-M1
---
 apache-qpid-protonj2/pom.xml       | 2 +-
 pom.xml                            | 6 +++---
 protonj2-client-docs/pom.xml       | 2 +-
 protonj2-client-examples/pom.xml   | 2 +-
 protonj2-client/pom.xml            | 2 +-
 protonj2-performance-tests/pom.xml | 5 ++---
 protonj2-test-driver/pom.xml       | 2 +-
 protonj2/pom.xml                   | 2 +-
 8 files changed, 11 insertions(+), 12 deletions(-)

diff --git a/apache-qpid-protonj2/pom.xml b/apache-qpid-protonj2/pom.xml
index 00f3b90..2abf56c 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-SNAPSHOT</version>
+    <version>1.0.0-M1</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/pom.xml b/pom.xml
index 537ad9b..46c1b40 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
 
   <groupId>org.apache.qpid</groupId>
   <artifactId>protonj2-parent</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
+  <version>1.0.0-M1</version>
   <packaging>pom</packaging>
 
   <name>Qpid ProtonJ2 Parent</name>
@@ -71,7 +71,7 @@
     
<connection>scm:git:http://git-wip-us.apache.org/repos/asf/qpid-protonj2.git</connection>
     
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/qpid-protonj2.git</developerConnection>
     <url>https://git-wip-us.apache.org/repos/asf?p=qpid-protonj2.git</url>
-    <tag>HEAD</tag>
+    <tag>1.0.0-M1</tag>
   </scm>
   <issueManagement>
     <url>https://issues.apache.org/jira/browse/PROTON</url>
@@ -299,7 +299,7 @@
                     </goals>
                   </pluginExecutionFilter>
                   <action>
-                    <ignore/>
+                    <ignore />
                   </action>
                 </pluginExecution>
               </pluginExecutions>
diff --git a/protonj2-client-docs/pom.xml b/protonj2-client-docs/pom.xml
index f6b47d4..c2b667f 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-SNAPSHOT</version>
+    <version>1.0.0-M1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/protonj2-client-examples/pom.xml b/protonj2-client-examples/pom.xml
index bd0228f..929d39a 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-SNAPSHOT</version>
+    <version>1.0.0-M1</version>
   </parent>
 
   <artifactId>protonj2-client-examples</artifactId>
diff --git a/protonj2-client/pom.xml b/protonj2-client/pom.xml
index 66c5c1b..5da2590 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-SNAPSHOT</version>
+    <version>1.0.0-M1</version>
   </parent>
 
   <artifactId>protonj2-client</artifactId>
diff --git a/protonj2-performance-tests/pom.xml 
b/protonj2-performance-tests/pom.xml
index f704c2c..3638201 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-SNAPSHOT</version>
+    <version>1.0.0-M1</version>
   </parent>
 
   <artifactId>protonj2-performance-tests</artifactId>
@@ -64,8 +64,7 @@
             <configuration>
               <finalName>protonj2-performance-tests</finalName>
               <transformers>
-                <transformer
-                  
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
+                <transformer 
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
                   <mainClass>org.openjdk.jmh.Main</mainClass>
                 </transformer>
               </transformers>
diff --git a/protonj2-test-driver/pom.xml b/protonj2-test-driver/pom.xml
index 9b15cfd..0a9f541 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-SNAPSHOT</version>
+    <version>1.0.0-M1</version>
   </parent>
 
   <artifactId>protonj2-test-driver</artifactId>
diff --git a/protonj2/pom.xml b/protonj2/pom.xml
index ecceb46..4f300fd 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-SNAPSHOT</version>
+    <version>1.0.0-M1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

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

Reply via email to