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 a1f7bebd [maven-release-plugin] prepare for next development iteration a1f7bebd is described below commit a1f7bebddc28b13a21617d606dd9f3e7c3079bcf Author: Slawomir Jaranowski <s.jaranow...@gmail.com> AuthorDate: Tue May 13 22:54:37 2025 +0200 [maven-release-plugin] prepare for next development iteration --- 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 7fc1b87f..4a726102 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</version> + <version>3.4.1-SNAPSHOT</version> </parent> <artifactId>archetype-common</artifactId> diff --git a/archetype-models/archetype-catalog/pom.xml b/archetype-models/archetype-catalog/pom.xml index 737b2178..7ebaa592 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</version> + <version>3.4.1-SNAPSHOT</version> </parent> <artifactId>archetype-catalog</artifactId> diff --git a/archetype-models/archetype-descriptor/pom.xml b/archetype-models/archetype-descriptor/pom.xml index 2e2579ae..5f99f613 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</version> + <version>3.4.1-SNAPSHOT</version> </parent> <artifactId>archetype-descriptor</artifactId> diff --git a/archetype-models/pom.xml b/archetype-models/pom.xml index 2819e90b..b6cdfa09 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</version> + <version>3.4.1-SNAPSHOT</version> </parent> <artifactId>archetype-models</artifactId> diff --git a/archetype-packaging/pom.xml b/archetype-packaging/pom.xml index 2ffc9eab..d22d487f 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</version> + <version>3.4.1-SNAPSHOT</version> </parent> <artifactId>archetype-packaging</artifactId> diff --git a/maven-archetype-plugin/pom.xml b/maven-archetype-plugin/pom.xml index 1f1937fb..a3b333ef 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</version> + <version>3.4.1-SNAPSHOT</version> </parent> <!-- diff --git a/pom.xml b/pom.xml index bd7a58cf..16b67931 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</version> + <version>3.4.1-SNAPSHOT</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>maven-archetyp-3.4.0</tag> + <tag>HEAD</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-05-13T20:54:13Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-05-13T20:54:37Z</project.build.outputTimestamp> <maven.javadoc.failOnWarnings>false</maven.javadoc.failOnWarnings> </properties>