Skip to content

Commit

Permalink
[maven-release-plugin] prepare release maven-archetype-3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hboutemy committed Dec 27, 2021
1 parent caffb9e commit c8e9ce1
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion archetype-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.maven.archetype</groupId>
<artifactId>maven-archetype</artifactId>
<version>3.2.1-SNAPSHOT</version>
<version>3.2.1</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 @@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.maven.archetype</groupId>
<artifactId>archetype-models</artifactId>
<version>3.2.1-SNAPSHOT</version>
<version>3.2.1</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 @@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.maven.archetype</groupId>
<artifactId>archetype-models</artifactId>
<version>3.2.1-SNAPSHOT</version>
<version>3.2.1</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 @@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.maven.archetype</groupId>
<artifactId>maven-archetype</artifactId>
<version>3.2.1-SNAPSHOT</version>
<version>3.2.1</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 @@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.maven.archetype</groupId>
<artifactId>maven-archetype</artifactId>
<version>3.2.1-SNAPSHOT</version>
<version>3.2.1</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 @@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.maven.archetype</groupId>
<artifactId>maven-archetype</artifactId>
<version>3.2.1-SNAPSHOT</version>
<version>3.2.1</version>
</parent>

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

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

<name>Maven Archetype</name>
Expand All @@ -54,7 +54,7 @@
<connection>${maven.archetype.scm.devConnection}</connection>
<developerConnection>${maven.archetype.scm.devConnection}</developerConnection>
<url>https://github.com/apache/maven-archetype/tree/${project.scm.tag}</url>
<tag>master</tag>
<tag>maven-archetype-3.2.1</tag>
</scm>
<issueManagement>
<system>jira</system>
Expand All @@ -80,7 +80,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>2020-07-13T21:44:31Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2021-12-27T19:49:05Z</project.build.outputTimestamp>
<maven.javadoc.failOnWarnings>false</maven.javadoc.failOnWarnings>
</properties>

Expand Down

0 comments on commit c8e9ce1

Please sign in to comment.