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 e721b39f [maven-release-plugin] prepare release maven-archetype-3.3.1 e721b39f is described below commit e721b39fc6a435ed433712eda9ddb2f6f6784984 Author: Slawomir Jaranowski <s.jaranow...@gmail.com> AuthorDate: Fri Oct 25 08:02:15 2024 +0200 [maven-release-plugin] prepare release maven-archetype-3.3.1 --- 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 5c0b482d..7e4d2ce7 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.3.1-SNAPSHOT</version> + <version>3.3.1</version> </parent> <artifactId>archetype-common</artifactId> diff --git a/archetype-models/archetype-catalog/pom.xml b/archetype-models/archetype-catalog/pom.xml index 819d609d..13218479 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.3.1-SNAPSHOT</version> + <version>3.3.1</version> </parent> <artifactId>archetype-catalog</artifactId> diff --git a/archetype-models/archetype-descriptor/pom.xml b/archetype-models/archetype-descriptor/pom.xml index a1c3ada7..dbc8fcff 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.3.1-SNAPSHOT</version> + <version>3.3.1</version> </parent> <artifactId>archetype-descriptor</artifactId> diff --git a/archetype-models/pom.xml b/archetype-models/pom.xml index c977c5b1..a9ef1bf3 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.3.1-SNAPSHOT</version> + <version>3.3.1</version> </parent> <artifactId>archetype-models</artifactId> diff --git a/archetype-packaging/pom.xml b/archetype-packaging/pom.xml index cc516897..6a0ceb73 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.3.1-SNAPSHOT</version> + <version>3.3.1</version> </parent> <artifactId>archetype-packaging</artifactId> diff --git a/maven-archetype-plugin/pom.xml b/maven-archetype-plugin/pom.xml index ffb91897..b4f3b283 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.3.1-SNAPSHOT</version> + <version>3.3.1</version> </parent> <!-- diff --git a/pom.xml b/pom.xml index f44af7ff..df9a2a70 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ <groupId>org.apache.maven.archetype</groupId> <artifactId>maven-archetype</artifactId> - <version>3.3.1-SNAPSHOT</version> + <version>3.3.1</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-archetype-3.3.1</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>2024-09-22T21:34:43Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2024-10-25T06:02:02Z</project.build.outputTimestamp> <maven.javadoc.failOnWarnings>false</maven.javadoc.failOnWarnings> </properties>