Skip to content

Commit

Permalink
[ARCHETYPE-643] update version to 3.3.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
hboutemy committed Oct 7, 2023
1 parent 29048c8 commit 2b42283
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion archetype-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.maven.archetype</groupId>
<artifactId>maven-archetype</artifactId>
<version>3.2.2-SNAPSHOT</version>
<version>3.3.0-SNAPSHOT</version>
</parent>

<artifactId>archetype-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion archetype-models/archetype-catalog/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.maven.archetype</groupId>
<artifactId>archetype-models</artifactId>
<version>3.2.2-SNAPSHOT</version>
<version>3.3.0-SNAPSHOT</version>
</parent>

<artifactId>archetype-catalog</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion archetype-models/archetype-descriptor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.maven.archetype</groupId>
<artifactId>archetype-models</artifactId>
<version>3.2.2-SNAPSHOT</version>
<version>3.3.0-SNAPSHOT</version>
</parent>

<artifactId>archetype-descriptor</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion archetype-models/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.maven.archetype</groupId>
<artifactId>maven-archetype</artifactId>
<version>3.2.2-SNAPSHOT</version>
<version>3.3.0-SNAPSHOT</version>
</parent>

<artifactId>archetype-models</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion archetype-packaging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.archetype</groupId>
<artifactId>maven-archetype</artifactId>
<version>3.2.2-SNAPSHOT</version>
<version>3.3.0-SNAPSHOT</version>
</parent>

<artifactId>archetype-packaging</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven-archetype-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.maven.archetype</groupId>
<artifactId>maven-archetype</artifactId>
<version>3.2.2-SNAPSHOT</version>
<version>3.3.0-SNAPSHOT</version>
</parent>

<!--
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<groupId>org.apache.maven.archetype</groupId>
<artifactId>maven-archetype</artifactId>
<version>3.2.2-SNAPSHOT</version>
<version>3.3.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Maven Archetype</name>
Expand Down Expand Up @@ -78,7 +78,7 @@
<netbeans.hint.useExternalMaven>true</netbeans.hint.useExternalMaven>
<surefire.version>2.22.2</surefire.version>
<maven.site.path>archetype-archives/archetype-LATEST</maven.site.path>
<project.build.outputTimestamp>2021-12-27T19:49:41Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-10-07T20:08:46Z</project.build.outputTimestamp>
<maven.javadoc.failOnWarnings>false</maven.javadoc.failOnWarnings>
</properties>

Expand Down

0 comments on commit 2b42283

Please sign in to comment.