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

sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-archetype.git


The following commit(s) were added to refs/heads/master by this push:
     new f20ba2a9 [maven-release-plugin] prepare release maven-archetyp-3.4.0
f20ba2a9 is described below

commit f20ba2a95cbff66463b21d17b25d0baa443d07bd
Author: Slawomir Jaranowski <s.jaranow...@gmail.com>
AuthorDate: Tue May 13 22:54:28 2025 +0200

    [maven-release-plugin] prepare release maven-archetyp-3.4.0
---
 archetype-common/pom.xml                      | 2 +-
 archetype-models/archetype-catalog/pom.xml    | 2 +-
 archetype-models/archetype-descriptor/pom.xml | 2 +-
 archetype-models/pom.xml                      | 2 +-
 archetype-packaging/pom.xml                   | 2 +-
 maven-archetype-plugin/pom.xml                | 2 +-
 pom.xml                                       | 6 +++---
 7 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/archetype-common/pom.xml b/archetype-common/pom.xml
index 1876b033..7fc1b87f 100644
--- a/archetype-common/pom.xml
+++ b/archetype-common/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.maven.archetype</groupId>
     <artifactId>maven-archetype</artifactId>
-    <version>3.4.0-SNAPSHOT</version>
+    <version>3.4.0</version>
   </parent>
 
   <artifactId>archetype-common</artifactId>
diff --git a/archetype-models/archetype-catalog/pom.xml 
b/archetype-models/archetype-catalog/pom.xml
index bf703a81..737b2178 100644
--- a/archetype-models/archetype-catalog/pom.xml
+++ b/archetype-models/archetype-catalog/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.maven.archetype</groupId>
     <artifactId>archetype-models</artifactId>
-    <version>3.4.0-SNAPSHOT</version>
+    <version>3.4.0</version>
   </parent>
 
   <artifactId>archetype-catalog</artifactId>
diff --git a/archetype-models/archetype-descriptor/pom.xml 
b/archetype-models/archetype-descriptor/pom.xml
index 81c3ed11..2e2579ae 100644
--- a/archetype-models/archetype-descriptor/pom.xml
+++ b/archetype-models/archetype-descriptor/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.maven.archetype</groupId>
     <artifactId>archetype-models</artifactId>
-    <version>3.4.0-SNAPSHOT</version>
+    <version>3.4.0</version>
   </parent>
 
   <artifactId>archetype-descriptor</artifactId>
diff --git a/archetype-models/pom.xml b/archetype-models/pom.xml
index 7cc9150d..2819e90b 100644
--- a/archetype-models/pom.xml
+++ b/archetype-models/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.maven.archetype</groupId>
     <artifactId>maven-archetype</artifactId>
-    <version>3.4.0-SNAPSHOT</version>
+    <version>3.4.0</version>
   </parent>
 
   <artifactId>archetype-models</artifactId>
diff --git a/archetype-packaging/pom.xml b/archetype-packaging/pom.xml
index 72bf6778..2ffc9eab 100644
--- a/archetype-packaging/pom.xml
+++ b/archetype-packaging/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.maven.archetype</groupId>
     <artifactId>maven-archetype</artifactId>
-    <version>3.4.0-SNAPSHOT</version>
+    <version>3.4.0</version>
   </parent>
 
   <artifactId>archetype-packaging</artifactId>
diff --git a/maven-archetype-plugin/pom.xml b/maven-archetype-plugin/pom.xml
index 0858a9a4..1f1937fb 100644
--- a/maven-archetype-plugin/pom.xml
+++ b/maven-archetype-plugin/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.maven.archetype</groupId>
     <artifactId>maven-archetype</artifactId>
-    <version>3.4.0-SNAPSHOT</version>
+    <version>3.4.0</version>
   </parent>
 
   <!--
diff --git a/pom.xml b/pom.xml
index fc87b86a..bd7a58cf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
 
   <groupId>org.apache.maven.archetype</groupId>
   <artifactId>maven-archetype</artifactId>
-  <version>3.4.0-SNAPSHOT</version>
+  <version>3.4.0</version>
   <packaging>pom</packaging>
 
   <name>Maven Archetype</name>
@@ -50,7 +50,7 @@
   <scm>
     <connection>${maven.archetype.scm.devConnection}</connection>
     
<developerConnection>${maven.archetype.scm.devConnection}</developerConnection>
-    <tag>HEAD</tag>
+    <tag>maven-archetyp-3.4.0</tag>
     
<url>https://github.com/apache/maven-archetype/tree/${project.scm.tag}</url>
   </scm>
   <issueManagement>
@@ -77,7 +77,7 @@
     <javaVersion>8</javaVersion>
     <netbeans.hint.useExternalMaven>true</netbeans.hint.useExternalMaven>
     <maven.site.path>archetype-archives/archetype-LATEST</maven.site.path>
-    
<project.build.outputTimestamp>2025-01-29T17:55:08Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2025-05-13T20:54:13Z</project.build.outputTimestamp>
     <maven.javadoc.failOnWarnings>false</maven.javadoc.failOnWarnings>
   </properties>
 

Reply via email to