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

kamir pushed a commit to branch releases/tools/1.1
in repository https://gitbox.apache.org/repos/asf/incubator-training.git


The following commit(s) were added to refs/heads/releases/tools/1.1 by this 
push:
     new 24cb7ee  [maven-release-plugin] prepare for next development iteration
24cb7ee is described below

commit 24cb7eee04b7e3817a1ea0587a68164c72b45c66
Author: Mirko Kämpf <[email protected]>
AuthorDate: Wed Apr 3 15:21:18 2024 +0200

    [maven-release-plugin] prepare for next development iteration
---
 tools/content-archetype/pom.xml        | 4 ++--
 tools/content-parent-pom/pom.xml       | 6 +++---
 tools/content-parent-resources/pom.xml | 4 ++--
 tools/pom.xml                          | 4 ++--
 4 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/tools/content-archetype/pom.xml b/tools/content-archetype/pom.xml
index d216130..84a8168 100644
--- a/tools/content-archetype/pom.xml
+++ b/tools/content-archetype/pom.xml
@@ -23,11 +23,11 @@
   <parent>
     <groupId>org.apache.training</groupId>
     <artifactId>training-tools</artifactId>
-    <version>1.2.1</version>
+    <version>1.2.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>content-archetype</artifactId>
-  <version>1.2.1</version>
+  <version>1.2.2-SNAPSHOT</version>
   <packaging>maven-archetype</packaging>
 
   <name>Training: Tools: Content Archetype</name>
diff --git a/tools/content-parent-pom/pom.xml b/tools/content-parent-pom/pom.xml
index 9e50e0f..20aa66c 100644
--- a/tools/content-parent-pom/pom.xml
+++ b/tools/content-parent-pom/pom.xml
@@ -23,11 +23,11 @@
     <parent>
         <groupId>org.apache.training</groupId>
         <artifactId>training-tools</artifactId>
-        <version>1.2.1</version>
+        <version>1.2.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>content-parent-pom</artifactId>
-    <version>1.2.1</version>
+    <version>1.2.2-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>Training: Tools: Content Master Pom</name>
@@ -65,7 +65,7 @@
         <dependency>
             <groupId>org.apache.training</groupId>
             <artifactId>content-parent-resources</artifactId>
-            <version>1.2.1</version>
+            <version>1.2.2-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
diff --git a/tools/content-parent-resources/pom.xml 
b/tools/content-parent-resources/pom.xml
index be3f749..2a7017a 100644
--- a/tools/content-parent-resources/pom.xml
+++ b/tools/content-parent-resources/pom.xml
@@ -23,11 +23,11 @@
   <parent>
     <groupId>org.apache.training</groupId>
     <artifactId>training-tools</artifactId>
-    <version>1.2.1</version>
+    <version>1.2.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>content-parent-resources</artifactId>
-  <version>1.2.1</version>
+  <version>1.2.2-SNAPSHOT</version>
 
   <name>Training: Tools: Content Master Resources</name>
   <description>
diff --git a/tools/pom.xml b/tools/pom.xml
index 9577f0e..0611cfe 100644
--- a/tools/pom.xml
+++ b/tools/pom.xml
@@ -32,7 +32,7 @@
 
   <groupId>org.apache.training</groupId>
   <artifactId>training-tools</artifactId>
-  <version>1.2.1</version>
+  <version>1.2.2-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Training: Tools</name>
@@ -41,7 +41,7 @@
     
<connection>scm:git:https://gitbox.apache.org/repos/asf/incubator-training.git</connection>
     
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/incubator-training.git</developerConnection>
     <url>https://github.com/apache/incubator-training</url>
-    <tag>training-tools-1.2.1</tag>
+    <tag>training-tools-1.2.0</tag>
   </scm>
 
   <modules>

Reply via email to