[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> <parent>
<artifactId>maven</artifactId> <artifactId>maven</artifactId>
<groupId>org.apache.maven</groupId> <groupId>org.apache.maven</groupId>
<version>3.0-SNAPSHOT</version> <version>3.0-alpha-2</version>
</parent> </parent>
<artifactId>apache-maven</artifactId> <artifactId>apache-maven</artifactId>
<name>Maven Distribution</name> <name>Maven Distribution</name>

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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