Author: markh
Date: Thu May 29 05:17:38 2008
New Revision: 661312
URL: http://svn.apache.org/viewvc?rev=661312&view=rev
Log:
[maven-release-plugin] prepare release maven-runtime-1.0-alpha-1
Modified:
maven/shared/trunk/maven-runtime/pom.xml
Modified: maven/shared/trunk/maven-runtime/pom.xml
URL:
http://svn.apache.org/viewvc/maven/shared/trunk/maven-runtime/pom.xml?rev=661312&r1=661311&r2=661312&view=diff
==============================================================================
--- maven/shared/trunk/maven-runtime/pom.xml (original)
+++ maven/shared/trunk/maven-runtime/pom.xml Thu May 29 05:17:38 2008
@@ -29,7 +29,7 @@
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-runtime</artifactId>
<packaging>jar</packaging>
- <version>1.0-alpha-1-SNAPSHOT</version>
+ <version>1.0-alpha-1</version>
<name>Maven Runtime</name>
<description>
Maven Runtime allows introspection of Maven project metadata at runtime.
Basic artifact information or full Maven
@@ -37,9 +37,9 @@
order, and also for a given class within a project.
</description>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/shared/trunk/maven-runtime</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/shared/trunk/maven-runtime</developerConnection>
-
<url>http://svn.apache.org/viewcvs.cgi/maven/shared/trunk/maven-runtime</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/shared/tags/maven-runtime-1.0-alpha-1</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/shared/tags/maven-runtime-1.0-alpha-1</developerConnection>
+
<url>http://svn.apache.org/viewcvs.cgi/maven/shared/tags/maven-runtime-1.0-alpha-1</url>
</scm>
<build>
<plugins>