Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/maven/archetype/trunk@1203974 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
bimargulies committed Nov 19, 2011
1 parent a036a3f commit d3287a4
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion archetype-common/pom.xml
Expand Up @@ -26,7 +26,7 @@ under the License.
<parent>
<groupId>org.apache.maven.archetype</groupId>
<artifactId>maven-archetype</artifactId>
<version>2.2</version>
<version>2.3-SNAPSHOT</version>
</parent>

<artifactId>archetype-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion archetype-models/archetype-catalog/pom.xml
Expand Up @@ -26,7 +26,7 @@ under the License.
<parent>
<groupId>org.apache.maven.archetype</groupId>
<artifactId>archetype-models</artifactId>
<version>2.2</version>
<version>2.3-SNAPSHOT</version>
</parent>

<artifactId>archetype-catalog</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion archetype-models/archetype-descriptor/pom.xml
Expand Up @@ -26,7 +26,7 @@ under the License.
<parent>
<groupId>org.apache.maven.archetype</groupId>
<artifactId>archetype-models</artifactId>
<version>2.2</version>
<version>2.3-SNAPSHOT</version>
</parent>

<artifactId>archetype-descriptor</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion archetype-models/archetype-registry/pom.xml
Expand Up @@ -26,7 +26,7 @@ under the License.
<parent>
<groupId>org.apache.maven.archetype</groupId>
<artifactId>archetype-models</artifactId>
<version>2.2</version>
<version>2.3-SNAPSHOT</version>
</parent>

<artifactId>archetype-registry</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion archetype-models/pom.xml
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.apache.maven.archetype</groupId>
<artifactId>maven-archetype</artifactId>
<version>2.2</version>
<version>2.3-SNAPSHOT</version>
</parent>

<artifactId>archetype-models</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion archetype-packaging/pom.xml
Expand Up @@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.maven.archetype</groupId>
<artifactId>maven-archetype</artifactId>
<version>2.2</version>
<version>2.3-SNAPSHOT</version>
</parent>

<artifactId>archetype-packaging</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion archetype-testing/archetype-proxy/pom.xml
Expand Up @@ -26,7 +26,7 @@ under the License.
<parent>
<artifactId>archetype-testing</artifactId>
<groupId>org.apache.maven.archetype</groupId>
<version>2.2</version>
<version>2.3-SNAPSHOT</version>
</parent>

<artifactId>archetype-proxy</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion archetype-testing/archetype-repository/pom.xml
Expand Up @@ -26,7 +26,7 @@ under the License.
<parent>
<artifactId>archetype-testing</artifactId>
<groupId>org.apache.maven.archetype</groupId>
<version>2.2</version>
<version>2.3-SNAPSHOT</version>
</parent>

<artifactId>archetype-repository</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion archetype-testing/pom.xml
Expand Up @@ -26,7 +26,7 @@ under the License.
<parent>
<artifactId>maven-archetype</artifactId>
<groupId>org.apache.maven.archetype</groupId>
<version>2.2</version>
<version>2.3-SNAPSHOT</version>
</parent>

<artifactId>archetype-testing</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven-archetype-plugin/pom.xml
Expand Up @@ -26,7 +26,7 @@ under the License.
<parent>
<groupId>org.apache.maven.archetype</groupId>
<artifactId>maven-archetype</artifactId>
<version>2.2</version>
<version>2.3-SNAPSHOT</version>
</parent>

<!--
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -30,7 +30,7 @@ under the License.

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

<name>Maven Archetype</name>
Expand Down Expand Up @@ -123,9 +123,9 @@ under the License.
</mailingLists>

<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/archetype/tags/maven-archetype-2.2</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/archetype/tags/maven-archetype-2.2</developerConnection>
<url>http://svn.apache.org/viewvc/maven/archetype/tags/maven-archetype-2.2</url>
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/archetype/trunk</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/archetype/trunk</developerConnection>
<url>http://svn.apache.org/viewvc/maven/archetype/trunk</url>
</scm>
<issueManagement>
<system>jira</system>
Expand Down

0 comments on commit d3287a4

Please sign in to comment.