You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pp...@apache.org on 2023/07/04 20:24:42 UTC

[camel] branch CAMEL-19573 updated: [maven-release-plugin] prepare for next development iteration

This is an automated email from the ASF dual-hosted git repository.

ppalaga pushed a commit to branch CAMEL-19573
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/CAMEL-19573 by this push:
     new e8798e8238e [maven-release-plugin] prepare for next development iteration
e8798e8238e is described below

commit e8798e8238e584e61ea980634e419e3a413d8867
Author: Peter Palaga <pp...@redhat.com>
AuthorDate: Tue Jul 4 22:24:33 2023 +0200

    [maven-release-plugin] prepare for next development iteration
---
 buildingtools/pom.xml                              | 2 +-
 camel-dependencies/pom.xml                         | 2 +-
 parent/pom.xml                                     | 2 +-
 pom.xml                                            | 6 +++---
 tooling/camel-tooling-util/pom.xml                 | 2 +-
 tooling/maven/pom.xml                              | 2 +-
 tooling/maven/sync-properties-maven-plugin/pom.xml | 2 +-
 tooling/parent/pom.xml                             | 2 +-
 tooling/pom.xml                                    | 2 +-
 9 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/buildingtools/pom.xml b/buildingtools/pom.xml
index dc23654e435..b99b53b9e23 100644
--- a/buildingtools/pom.xml
+++ b/buildingtools/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel</artifactId>
-        <version>4.0.0-test</version>
+        <version>4.0.1-test-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-buildtools</artifactId>
diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 49478cc6513..9051cd5dafd 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>4.0.0-test</version>
+        <version>4.0.1-test-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
diff --git a/parent/pom.xml b/parent/pom.xml
index ca6173e61f0..c02b48544e3 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel</artifactId>
-        <version>4.0.0-test</version>
+        <version>4.0.1-test-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-parent</artifactId>
diff --git a/pom.xml b/pom.xml
index 5dcabd92f84..d604a71250a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
 
     <groupId>org.apache.camel</groupId>
     <artifactId>camel</artifactId>
-    <version>4.0.0-test</version>
+    <version>4.0.1-test-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>Camel</name>
@@ -78,7 +78,7 @@
         <connection>scm:git:http://gitbox.apache.org/repos/asf/camel.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/camel.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=camel.git;a=summary</url>
-        <tag>camel-4.0.0-test</tag>
+        <tag>HEAD</tag>
     </scm>
     <issueManagement>
         <system>jira</system>
@@ -106,7 +106,7 @@
         <minimalJavaBuildVersion>${jdk.version}</minimalJavaBuildVersion>
 
         <!-- reproduceable builds: https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
-        <project.build.outputTimestamp>2023-07-04T20:23:56Z</project.build.outputTimestamp>
+        <project.build.outputTimestamp>2023-07-04T20:24:33Z</project.build.outputTimestamp>
 
         <flatten-maven-plugin-version>1.5.0</flatten-maven-plugin-version>
         <maven-invoker-plugin-version>3.6.0</maven-invoker-plugin-version>
diff --git a/tooling/camel-tooling-util/pom.xml b/tooling/camel-tooling-util/pom.xml
index 8e1e88ba2b3..288aa6ef626 100644
--- a/tooling/camel-tooling-util/pom.xml
+++ b/tooling/camel-tooling-util/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>tooling</artifactId>
-        <version>4.0.0-test</version>
+        <version>4.0.1-test-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-tooling-util</artifactId>
diff --git a/tooling/maven/pom.xml b/tooling/maven/pom.xml
index c63660c47da..4936a70da35 100644
--- a/tooling/maven/pom.xml
+++ b/tooling/maven/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>tooling-parent</artifactId>
-        <version>4.0.0-test</version>
+        <version>4.0.1-test-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
diff --git a/tooling/maven/sync-properties-maven-plugin/pom.xml b/tooling/maven/sync-properties-maven-plugin/pom.xml
index 75e15ea92e0..3ff2eac4b2b 100644
--- a/tooling/maven/sync-properties-maven-plugin/pom.xml
+++ b/tooling/maven/sync-properties-maven-plugin/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>maven-plugins</artifactId>
-        <version>4.0.0-test</version>
+        <version>4.0.1-test-SNAPSHOT</version>
     </parent>
 
     <artifactId>sync-properties-maven-plugin</artifactId>
diff --git a/tooling/parent/pom.xml b/tooling/parent/pom.xml
index c20b323785e..282f219e729 100644
--- a/tooling/parent/pom.xml
+++ b/tooling/parent/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>tooling</artifactId>
-        <version>4.0.0-test</version>
+        <version>4.0.1-test-SNAPSHOT</version>
     </parent>
 
     <artifactId>tooling-parent</artifactId>
diff --git a/tooling/pom.xml b/tooling/pom.xml
index 5276c68afaa..f0cc86bccfe 100644
--- a/tooling/pom.xml
+++ b/tooling/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>4.0.0-test</version>
+        <version>4.0.1-test-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>