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

cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-training.git


The following commit(s) were added to refs/heads/develop by this push:
     new be3c3a6  chore: Set the version on develop to 1.3.0-SNAPSHOT as I 
accidentally just hit "Enter during the release preparation"
be3c3a6 is described below

commit be3c3a6a1f2e7103d89392f1714dc784013216ce
Author: Christofer Dutz <[email protected]>
AuthorDate: Mon Sep 2 11:30:31 2024 +0200

    chore: Set the version on develop to 1.3.0-SNAPSHOT as I accidentally just 
hit "Enter during the release preparation"
---
 tools/content-archetype/pom.xml        | 4 ++--
 tools/content-parent-pom/pom.xml       | 6 +++---
 tools/content-parent-resources/pom.xml | 4 ++--
 tools/pom.xml                          | 2 +-
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/tools/content-archetype/pom.xml b/tools/content-archetype/pom.xml
index 28f1e2b..bb6ef81 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-SNAPSHOT</version>
+    <version>1.3.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>content-archetype</artifactId>
-  <version>1.2.1-SNAPSHOT</version>
+  <version>1.3.0-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 831fd9a..226dfad 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-SNAPSHOT</version>
+        <version>1.3.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>content-parent-pom</artifactId>
-    <version>1.2.1-SNAPSHOT</version>
+    <version>1.3.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>Training: Tools: Content Master Pom</name>
@@ -66,7 +66,7 @@
         <dependency>
             <groupId>org.apache.training</groupId>
             <artifactId>content-parent-resources</artifactId>
-            <version>1.2.1-SNAPSHOT</version>
+            <version>1.3.0-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
diff --git a/tools/content-parent-resources/pom.xml 
b/tools/content-parent-resources/pom.xml
index 70830ee..57d959a 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-SNAPSHOT</version>
+    <version>1.3.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>content-parent-resources</artifactId>
-  <version>1.2.1-SNAPSHOT</version>
+  <version>1.3.0-SNAPSHOT</version>
 
   <name>Training: Tools: Content Master Resources</name>
   <description>
diff --git a/tools/pom.xml b/tools/pom.xml
index 5687f4c..850b2f0 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-SNAPSHOT</version>
+  <version>1.3.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Training: Tools</name>

Reply via email to