Skip to content

Commit

Permalink
[maven-release-plugin] prepare release maven-archetype-3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rfscholte committed Apr 8, 2017
1 parent aea8cca commit 1905fc7
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 13 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.0.1-SNAPSHOT</version>
<version>3.0.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.0.1-SNAPSHOT</version>
<version>3.0.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.0.1-SNAPSHOT</version>
<version>3.0.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 @@ -15,7 15,7 @@
<parent>
<groupId>org.apache.maven.archetype</groupId>
<artifactId>maven-archetype</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.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.0.1-SNAPSHOT</version>
<version>3.0.1</version>
</parent>

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

<artifactId>archetype-final</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion archetype-testing/archetype-proxy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 26,7 @@
<parent>
<artifactId>archetype-testing</artifactId>
<groupId>org.apache.maven.archetype</groupId>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.1</version>
</parent>

<artifactId>archetype-proxy</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion archetype-testing/archetype-repository/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 26,7 @@
<parent>
<artifactId>archetype-testing</artifactId>
<groupId>org.apache.maven.archetype</groupId>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.1</version>
</parent>

<artifactId>archetype-repository</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion archetype-testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 26,7 @@
<parent>
<artifactId>maven-archetype</artifactId>
<groupId>org.apache.maven.archetype</groupId>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.1</version>
</parent>

<artifactId>archetype-testing</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions 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.0.1-SNAPSHOT</version>
<version>3.0.1</version>
</parent>

<!--
Expand Down Expand Up @@ -192,7 192,7 @@
<source>src/it/mrm/repository</source>
<cloneTo>target/mock-repo</cloneTo>
</mockRepo>
<proxyRepo/>
<proxyRepo />
</repositories>
</configuration>
</execution>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 30,7 @@

<groupId>org.apache.maven.archetype</groupId>
<artifactId>maven-archetype</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.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://git-wip-us.apache.org/repos/asf?p=maven-archetype.git;a=summary</url>
<tag>HEAD</tag>
<tag>maven-archetype-3.0.1</tag>
</scm>
<issueManagement>
<system>jira</system>
Expand Down

0 comments on commit 1905fc7

Please sign in to comment.