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/training.git


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

commit fe4058b1fdbffda4dedc05c3c2db4b5b077d2581
Author: Christofer Dutz <[email protected]>
AuthorDate: Fri Sep 5 16:23:52 2025 +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 f077bbf..814a0ad 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.4.0-SNAPSHOT</version>
+    <version>1.5.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>content-archetype</artifactId>
-  <version>1.4.0-SNAPSHOT</version>
+  <version>1.5.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 267dd91..85d12c9 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.4.0-SNAPSHOT</version>
+        <version>1.5.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>content-parent-pom</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.5.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.4.0-SNAPSHOT</version>
+            <version>1.5.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 206cc27..702d738 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.4.0-SNAPSHOT</version>
+    <version>1.5.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>content-parent-resources</artifactId>
-  <version>1.4.0-SNAPSHOT</version>
+  <version>1.5.0-SNAPSHOT</version>
 
   <name>Training: Tools: Content Master Resources</name>
   <description>
diff --git a/tools/pom.xml b/tools/pom.xml
index 02f8aaa..d5cd5c2 100644
--- a/tools/pom.xml
+++ b/tools/pom.xml
@@ -32,7 +32,7 @@
 
   <groupId>org.apache.training</groupId>
   <artifactId>training-tools</artifactId>
-  <version>1.4.0-SNAPSHOT</version>
+  <version>1.5.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Training: Tools</name>
@@ -41,7 +41,7 @@
     
<connection>scm:git:https://gitbox.apache.org/repos/asf/training.git</connection>
     
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/training.git</developerConnection>
     <url>https://github.com/apache/training</url>
-    <tag>release/tools/1.4</tag>
+    <tag>HEAD</tag>
   </scm>
 
   <modules>

Reply via email to