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 3916c290 [maven-release-plugin] prepare for next development iteration 3916c290 is described below commit 3916c290c670f5470ad021d80fd70ddb19aa89ed Author: Slawomir Jaranowski <s.jaranow...@gmail.com> AuthorDate: Fri Oct 25 08:02:24 2024 +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 7e4d2ce7..5dab0721 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</version> + <version>3.3.2-SNAPSHOT</version> </parent> <artifactId>archetype-common</artifactId> diff --git a/archetype-models/archetype-catalog/pom.xml b/archetype-models/archetype-catalog/pom.xml index 13218479..9a735f62 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</version> + <version>3.3.2-SNAPSHOT</version> </parent> <artifactId>archetype-catalog</artifactId> diff --git a/archetype-models/archetype-descriptor/pom.xml b/archetype-models/archetype-descriptor/pom.xml index dbc8fcff..37adab16 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</version> + <version>3.3.2-SNAPSHOT</version> </parent> <artifactId>archetype-descriptor</artifactId> diff --git a/archetype-models/pom.xml b/archetype-models/pom.xml index a9ef1bf3..ccab9aaa 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</version> + <version>3.3.2-SNAPSHOT</version> </parent> <artifactId>archetype-models</artifactId> diff --git a/archetype-packaging/pom.xml b/archetype-packaging/pom.xml index 6a0ceb73..eba61cf8 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</version> + <version>3.3.2-SNAPSHOT</version> </parent> <artifactId>archetype-packaging</artifactId> diff --git a/maven-archetype-plugin/pom.xml b/maven-archetype-plugin/pom.xml index b4f3b283..2fa4bb3b 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</version> + <version>3.3.2-SNAPSHOT</version> </parent> <!-- diff --git a/pom.xml b/pom.xml index df9a2a70..4ad675d5 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</version> + <version>3.3.2-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-archetype-3.3.1</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>2024-10-25T06:02:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2024-10-25T06:02:23Z</project.build.outputTimestamp> <maven.javadoc.failOnWarnings>false</maven.javadoc.failOnWarnings> </properties>