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

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


The following commit(s) were added to refs/heads/release/tools/1.3 by this push:
     new 5ec6eef  [maven-release-plugin] prepare release release/tools/1.3.0
5ec6eef is described below

commit 5ec6eef6c0eb14b9db0e39e58e8b0f0c1b9e3be3
Author: Christofer Dutz <[email protected]>
AuthorDate: Tue Sep 24 08:21:28 2024 +0200

    [maven-release-plugin] prepare release release/tools/1.3.0
---
 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 bb6ef81..bd35626 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.3.0-SNAPSHOT</version>
+    <version>1.3.0</version>
   </parent>
 
   <artifactId>content-archetype</artifactId>
-  <version>1.3.0-SNAPSHOT</version>
+  <version>1.3.0</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 88f6b6d..68ed02d 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.3.0-SNAPSHOT</version>
+        <version>1.3.0</version>
     </parent>
 
     <artifactId>content-parent-pom</artifactId>
-    <version>1.3.0-SNAPSHOT</version>
+    <version>1.3.0</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.3.0-SNAPSHOT</version>
+            <version>1.3.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
diff --git a/tools/content-parent-resources/pom.xml 
b/tools/content-parent-resources/pom.xml
index 57d959a..7a2f919 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.3.0-SNAPSHOT</version>
+    <version>1.3.0</version>
   </parent>
 
   <artifactId>content-parent-resources</artifactId>
-  <version>1.3.0-SNAPSHOT</version>
+  <version>1.3.0</version>
 
   <name>Training: Tools: Content Master Resources</name>
   <description>
diff --git a/tools/pom.xml b/tools/pom.xml
index 8e0435b..539d309 100644
--- a/tools/pom.xml
+++ b/tools/pom.xml
@@ -32,7 +32,7 @@
 
   <groupId>org.apache.training</groupId>
   <artifactId>training-tools</artifactId>
-  <version>1.3.0-SNAPSHOT</version>
+  <version>1.3.0</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>release/tools/1.3</tag>
+    <tag>release/tools/1.3.0</tag>
   </scm>
 
   <modules>

Reply via email to