This is an automated email from the ASF dual-hosted git repository.
robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-proton-j.git
The following commit(s) were added to refs/heads/main by this push:
new 18c8f2db [maven-release-plugin] prepare for next development iteration
18c8f2db is described below
commit 18c8f2db5ee2ee392981e0900cbadf249024acd6
Author: Robbie Gemmell <[email protected]>
AuthorDate: Tue Aug 30 17:53:30 2022 +0100
[maven-release-plugin] prepare for next development iteration
---
apache-qpid-proton-j/pom.xml | 2 +-
examples/engine/pom.xml | 2 +-
examples/reactor/pom.xml | 2 +-
pom.xml | 6 +++---
proton-j/pom.xml | 2 +-
tests/performance-jmh/pom.xml | 2 +-
tests/pom.xml | 2 +-
7 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/apache-qpid-proton-j/pom.xml b/apache-qpid-proton-j/pom.xml
index 76560d65..18164566 100644
--- a/apache-qpid-proton-j/pom.xml
+++ b/apache-qpid-proton-j/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.qpid</groupId>
<artifactId>proton-j-parent</artifactId>
- <version>0.34.0</version>
+ <version>0.35.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/examples/engine/pom.xml b/examples/engine/pom.xml
index 86da57fe..2ba61be4 100644
--- a/examples/engine/pom.xml
+++ b/examples/engine/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.qpid</groupId>
<artifactId>proton-j-parent</artifactId>
- <version>0.34.0</version>
+ <version>0.35.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/examples/reactor/pom.xml b/examples/reactor/pom.xml
index 0901e614..3e0be53d 100644
--- a/examples/reactor/pom.xml
+++ b/examples/reactor/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.qpid</groupId>
<artifactId>proton-j-parent</artifactId>
- <version>0.34.0</version>
+ <version>0.35.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/pom.xml b/pom.xml
index abc1fdce..2c663e2b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
<groupId>org.apache.qpid</groupId>
<artifactId>proton-j-parent</artifactId>
- <version>0.34.0</version>
+ <version>0.35.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Proton-J Parent</name>
@@ -49,7 +49,7 @@
<!-- surefire forked jvm arguments -->
<argLine>-Xmx2g -enableassertions ${jacoco-config}</argLine>
-
<project.build.outputTimestamp>2022-08-30T16:51:57Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2022-08-30T16:53:30Z</project.build.outputTimestamp>
</properties>
<dependencyManagement>
@@ -205,7 +205,7 @@
<connection>scm:git:https://gitbox.apache.org/repos/asf/qpid-proton-j.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/qpid-proton-j.git</developerConnection>
<url>https://gitbox.apache.org/repos/asf?p=qpid-proton-j.git</url>
- <tag>0.34.0</tag>
+ <tag>HEAD</tag>
</scm>
<issueManagement>
<url>https://issues.apache.org/jira/browse/PROTON</url>
diff --git a/proton-j/pom.xml b/proton-j/pom.xml
index a117ce52..b32841d2 100644
--- a/proton-j/pom.xml
+++ b/proton-j/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.qpid</groupId>
<artifactId>proton-j-parent</artifactId>
- <version>0.34.0</version>
+ <version>0.35.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/tests/performance-jmh/pom.xml b/tests/performance-jmh/pom.xml
index 957bfc49..f0abf14e 100644
--- a/tests/performance-jmh/pom.xml
+++ b/tests/performance-jmh/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.qpid</groupId>
<artifactId>proton-j-parent</artifactId>
- <version>0.34.0</version>
+ <version>0.35.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/tests/pom.xml b/tests/pom.xml
index 1e4a315a..eb754ebe 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.qpid</groupId>
<artifactId>proton-j-parent</artifactId>
- <version>0.34.0</version>
+ <version>0.35.0-SNAPSHOT</version>
</parent>
<artifactId>proton-tests</artifactId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]