[maven-release-plugin] prepare release maven-3.0-beta-3

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@989400 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2010-08-25 23:11:42 +00:00
parent f2b3f35f70
commit 26dde61f15
13 changed files with 16 additions and 16 deletions

View File

@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0-beta-3</version>
</parent>
<artifactId>apache-maven</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0-beta-3</version>
</parent>
<artifactId>maven-aether-provider</artifactId>

View File

@ -16,7 +16,7 @@
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0-beta-3</version>
</parent>
<artifactId>maven-artifact</artifactId>

View File

@ -16,7 +16,7 @@
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0-beta-3</version>
</parent>
<artifactId>maven-compat</artifactId>

View File

@ -16,7 +16,7 @@
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0-beta-3</version>
</parent>
<artifactId>maven-core</artifactId>

View File

@ -16,7 +16,7 @@
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0-beta-3</version>
</parent>
<artifactId>maven-embedder</artifactId>

View File

@ -16,7 +16,7 @@
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0-beta-3</version>
</parent>
<artifactId>maven-model-builder</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0-beta-3</version>
</parent>
<artifactId>maven-model</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0-beta-3</version>
</parent>
<artifactId>maven-plugin-api</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0-beta-3</version>
</parent>
<artifactId>maven-repository-metadata</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0-beta-3</version>
</parent>
<artifactId>maven-settings-builder</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0-beta-3</version>
</parent>
<artifactId>maven-settings</artifactId>

View File

@ -21,7 +21,7 @@
</parent>
<artifactId>maven</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0-beta-3</version>
<packaging>pom</packaging>
<name>Apache Maven 3.x</name>
@ -146,9 +146,9 @@
</modules>
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-3/trunk</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-3/trunk</developerConnection>
<url>http://svn.apache.org/viewvc/maven/maven-3/trunk</url>
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-3/tags/maven-3.0-beta-3</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-3/tags/maven-3.0-beta-3</developerConnection>
<url>http://svn.apache.org/viewvc/maven/maven-3/tags/maven-3.0-beta-3</url>
</scm>
<issueManagement>
<system>jira</system>