Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason van Zyl committed Feb 14, 2014
1 parent ea8b2b0 commit cd55c4f
Show file tree
Hide file tree
Showing 13 changed files with 26 additions and 26 deletions.
4 changes: 2 additions & 2 deletions apache-maven/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>3.2.1</version>
<version>3.2.2-SNAPSHOT</version>
</parent>

<artifactId>apache-maven</artifactId>
Expand All @@ -37,7 +37,7 @@
<scm><!-- remove when git scm url format can accept artifact-id at the end, as automatically inherited -->
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</connection>
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</developerConnection>
<tag>maven-3.2.1</tag>
<tag>HEAD</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions maven-aether-provider/pom.xml
Expand Up @@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>3.2.1</version>
<version>3.2.2-SNAPSHOT</version>
</parent>

<artifactId>maven-aether-provider</artifactId>
Expand All @@ -36,7 +36,7 @@ under the License.
<scm><!-- remove when git scm url format can accept artifact-id at the end, as automatically inherited -->
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</connection>
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</developerConnection>
<tag>maven-3.2.1</tag>
<tag>HEAD</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions maven-artifact/pom.xml
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>3.2.1</version>
<version>3.2.2-SNAPSHOT</version>
</parent>

<artifactId>maven-artifact</artifactId>
Expand All @@ -26,7 +26,7 @@
<scm><!-- remove when git scm url format can accept artifact-id at the end, as automatically inherited -->
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</connection>
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</developerConnection>
<tag>maven-3.2.1</tag>
<tag>HEAD</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions maven-compat/pom.xml
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>3.2.1</version>
<version>3.2.2-SNAPSHOT</version>
</parent>

<artifactId>maven-compat</artifactId>
Expand All @@ -27,7 +27,7 @@
<scm><!-- remove when git scm url format can accept artifact-id at the end, as automatically inherited -->
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</connection>
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</developerConnection>
<tag>maven-3.2.1</tag>
<tag>HEAD</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions maven-core/pom.xml
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>3.2.1</version>
<version>3.2.2-SNAPSHOT</version>
</parent>

<artifactId>maven-core</artifactId>
Expand All @@ -27,7 +27,7 @@
<scm><!-- remove when git scm url format can accept artifact-id at the end, as automatically inherited -->
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</connection>
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</developerConnection>
<tag>maven-3.2.1</tag>
<tag>HEAD</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions maven-embedder/pom.xml
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>3.2.1</version>
<version>3.2.2-SNAPSHOT</version>
</parent>

<artifactId>maven-embedder</artifactId>
Expand All @@ -27,7 +27,7 @@
<scm><!-- remove when git scm url format can accept artifact-id at the end, as automatically inherited -->
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</connection>
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</developerConnection>
<tag>maven-3.2.1</tag>
<tag>HEAD</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions maven-model-builder/pom.xml
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>3.2.1</version>
<version>3.2.2-SNAPSHOT</version>
</parent>

<artifactId>maven-model-builder</artifactId>
Expand All @@ -27,7 +27,7 @@
<scm><!-- remove when git scm url format can accept artifact-id at the end, as automatically inherited -->
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</connection>
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</developerConnection>
<tag>maven-3.2.1</tag>
<tag>HEAD</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions maven-model/pom.xml
Expand Up @@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>3.2.1</version>
<version>3.2.2-SNAPSHOT</version>
</parent>

<artifactId>maven-model</artifactId>
Expand All @@ -36,7 +36,7 @@ under the License.
<scm><!-- remove when git scm url format can accept artifact-id at the end, as automatically inherited -->
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</connection>
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</developerConnection>
<tag>maven-3.2.1</tag>
<tag>HEAD</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions maven-plugin-api/pom.xml
Expand Up @@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>3.2.1</version>
<version>3.2.2-SNAPSHOT</version>
</parent>

<artifactId>maven-plugin-api</artifactId>
Expand All @@ -36,7 +36,7 @@ under the License.
<scm><!-- remove when git scm url format can accept artifact-id at the end, as automatically inherited -->
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</connection>
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</developerConnection>
<tag>maven-3.2.1</tag>
<tag>HEAD</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions maven-repository-metadata/pom.xml
Expand Up @@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>3.2.1</version>
<version>3.2.2-SNAPSHOT</version>
</parent>

<artifactId>maven-repository-metadata</artifactId>
Expand All @@ -36,7 +36,7 @@ under the License.
<scm><!-- remove when git scm url format can accept artifact-id at the end, as automatically inherited -->
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</connection>
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</developerConnection>
<tag>maven-3.2.1</tag>
<tag>HEAD</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions maven-settings-builder/pom.xml
Expand Up @@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>3.2.1</version>
<version>3.2.2-SNAPSHOT</version>
</parent>

<artifactId>maven-settings-builder</artifactId>
Expand All @@ -36,7 +36,7 @@ under the License.
<scm><!-- remove when git scm url format can accept artifact-id at the end, as automatically inherited -->
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</connection>
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</developerConnection>
<tag>maven-3.2.1</tag>
<tag>HEAD</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions maven-settings/pom.xml
Expand Up @@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>3.2.1</version>
<version>3.2.2-SNAPSHOT</version>
</parent>

<artifactId>maven-settings</artifactId>
Expand All @@ -36,7 +36,7 @@ under the License.
<scm><!-- remove when git scm url format can accept artifact-id at the end, as automatically inherited -->
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</connection>
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</developerConnection>
<tag>maven-3.2.1</tag>
<tag>HEAD</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -26,7 +26,7 @@
</parent>

<artifactId>maven</artifactId>
<version>3.2.1</version>
<version>3.2.2-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Apache Maven</name>
Expand Down Expand Up @@ -87,7 +87,7 @@
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</connection>
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</developerConnection>
<url>https://github.com/apache/maven/tree/${project.scm.tag}</url>
<tag>maven-3.2.1</tag>
<tag>HEAD</tag>
</scm>
<issueManagement>
<system>jira</system>
Expand Down

0 comments on commit cd55c4f

Please sign in to comment.