Skip to content

Commit

Permalink
[maven-release-plugin] prepare release maven-archetype-3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hboutemy committed Jul 13, 2020
1 parent ad50f12 commit a3c15b9
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.0-SNAPSHOT</version>
<version>3.2.0</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.0-SNAPSHOT</version>
<version>3.2.0</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.0-SNAPSHOT</version>
<version>3.2.0</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.0-SNAPSHOT</version>
<version>3.2.0</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.0-SNAPSHOT</version>
<version>3.2.0</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.0-SNAPSHOT</version>
<version>3.2.0</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.0-SNAPSHOT</version>
<version>3.2.0</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.0</tag>
</scm>
<issueManagement>
<system>jira</system>
Expand All @@ -80,7 80,7 @@
<wagonVersion>3.3.3</wagonVersion>
<surefire.version>2.21.0</surefire.version>
<maven.site.path>archetype-archives/archetype-LATEST</maven.site.path>
<project.build.outputTimestamp>2020-02-02T18:03:59Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2020-07-13T21:43:28Z</project.build.outputTimestamp>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit a3c15b9

Please sign in to comment.