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 078a9fc4 Bump project version to 3.4.0-SNAPSHOT 078a9fc4 is described below commit 078a9fc4417bdfd4c477493015879294aea82a77 Author: Slawomir Jaranowski <s.jaranow...@gmail.com> AuthorDate: Wed Jan 29 20:59:23 2025 +0100 Bump project version to 3.4.0-SNAPSHOT --- 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 | 4 ++-- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/archetype-common/pom.xml b/archetype-common/pom.xml index 71310faf..290a7ae9 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.2-SNAPSHOT</version> + <version>3.4.0-SNAPSHOT</version> </parent> <artifactId>archetype-common</artifactId> diff --git a/archetype-models/archetype-catalog/pom.xml b/archetype-models/archetype-catalog/pom.xml index 9a735f62..bf703a81 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.2-SNAPSHOT</version> + <version>3.4.0-SNAPSHOT</version> </parent> <artifactId>archetype-catalog</artifactId> diff --git a/archetype-models/archetype-descriptor/pom.xml b/archetype-models/archetype-descriptor/pom.xml index 37adab16..1536c649 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.2-SNAPSHOT</version> + <version>3.4.0-SNAPSHOT</version> </parent> <artifactId>archetype-descriptor</artifactId> diff --git a/archetype-models/pom.xml b/archetype-models/pom.xml index ccab9aaa..7cc9150d 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.2-SNAPSHOT</version> + <version>3.4.0-SNAPSHOT</version> </parent> <artifactId>archetype-models</artifactId> diff --git a/archetype-packaging/pom.xml b/archetype-packaging/pom.xml index eba61cf8..798a024b 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.2-SNAPSHOT</version> + <version>3.4.0-SNAPSHOT</version> </parent> <artifactId>archetype-packaging</artifactId> diff --git a/maven-archetype-plugin/pom.xml b/maven-archetype-plugin/pom.xml index 2f56aab3..32eace0e 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.2-SNAPSHOT</version> + <version>3.4.0-SNAPSHOT</version> </parent> <!-- diff --git a/pom.xml b/pom.xml index 5a61eaa8..a302b749 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ <groupId>org.apache.maven.archetype</groupId> <artifactId>maven-archetype</artifactId> - <version>3.3.2-SNAPSHOT</version> + <version>3.4.0-SNAPSHOT</version> <packaging>pom</packaging> <name>Maven Archetype</name> @@ -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:23Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-01-29T17:55:08Z</project.build.outputTimestamp> <maven.javadoc.failOnWarnings>false</maven.javadoc.failOnWarnings> </properties>