[maven-release-plugin] prepare release 3.0-alpha-2

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@738775 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2009-01-29 07:12:48 +00:00
parent 918a54772c
commit 7f54cfff61
13 changed files with 17 additions and 17 deletions

View File

@ -18,7 +18,7 @@
<parent>
<artifactId>maven</artifactId>
<groupId>org.apache.maven</groupId>
<version>3.0-SNAPSHOT</version>
<version>3.0-alpha-2</version>
</parent>
<artifactId>apache-maven</artifactId>
<name>Maven Distribution</name>

View File

@ -12,7 +12,7 @@
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0-alpha-2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>maven-compat</artifactId>

View File

@ -14,7 +14,7 @@
<parent>
<artifactId>maven</artifactId>
<groupId>org.apache.maven</groupId>
<version>3.0-SNAPSHOT</version>
<version>3.0-alpha-2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>maven-core</artifactId>

View File

@ -13,7 +13,7 @@
<parent>
<artifactId>maven</artifactId>
<groupId>org.apache.maven</groupId>
<version>3.0-SNAPSHOT</version>
<version>3.0-alpha-2</version>
</parent>
<artifactId>maven-embedder</artifactId>
<name>Maven Embedder</name>

View File

@ -23,7 +23,7 @@ under the License.
<parent>
<artifactId>maven</artifactId>
<groupId>org.apache.maven</groupId>
<version>3.0-SNAPSHOT</version>
<version>3.0-alpha-2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>maven-lifecycle</artifactId>

View File

@ -14,7 +14,7 @@
<parent>
<artifactId>maven</artifactId>
<groupId>org.apache.maven</groupId>
<version>3.0-SNAPSHOT</version>
<version>3.0-alpha-2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>maven-mercury</artifactId>

View File

@ -23,7 +23,7 @@ under the License.
<parent>
<artifactId>maven</artifactId>
<groupId>org.apache.maven</groupId>
<version>3.0-SNAPSHOT</version>
<version>3.0-alpha-2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>maven-model</artifactId>

View File

@ -23,7 +23,7 @@ under the License.
<parent>
<artifactId>maven</artifactId>
<groupId>org.apache.maven</groupId>
<version>3.0-SNAPSHOT</version>
<version>3.0-alpha-2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>maven-plugin-api</artifactId>

View File

@ -14,12 +14,12 @@
<parent>
<artifactId>maven</artifactId>
<groupId>org.apache.maven</groupId>
<version>3.0-SNAPSHOT</version>
<version>3.0-alpha-2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.maven</groupId>
<artifactId>maven-project-builder</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0-alpha-2</version>
<name>Maven Project Builder</name>
<dependencies>
<dependency>

View File

@ -23,7 +23,7 @@ under the License.
<parent>
<artifactId>maven</artifactId>
<groupId>org.apache.maven</groupId>
<version>3.0-SNAPSHOT</version>
<version>3.0-alpha-2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>maven-project</artifactId>

View File

@ -23,7 +23,7 @@ under the License.
<parent>
<artifactId>maven</artifactId>
<groupId>org.apache.maven</groupId>
<version>3.0-SNAPSHOT</version>
<version>3.0-alpha-2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>maven-reporting-api</artifactId>

View File

@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0-alpha-2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>maven-toolchain</artifactId>

View File

@ -29,7 +29,7 @@ under the License.
</parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0-alpha-2</version>
<packaging>pom</packaging>
<name>Apache Maven</name>
<description>Maven is a project development management and
@ -139,9 +139,9 @@ under the License.
</mailingList>
</mailingLists>
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/components/trunk</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/components/trunk</developerConnection>
<url>http://svn.apache.org/viewcvs.cgi/maven/components/trunk</url>
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/components/tags/3.0-alpha-2</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/components/tags/3.0-alpha-2</developerConnection>
<url>http://svn.apache.org/viewcvs.cgi/maven/components/tags/3.0-alpha-2</url>
</scm>
<build>
<pluginManagement>