Author: markh
Date: Mon Nov  2 16:26:44 2009
New Revision: 831943

URL: http://svn.apache.org/viewvc?rev=831943&view=rev
Log:
[maven-release-plugin] prepare release maven-runtime-1.0-alpha-2

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=831943&r1=831942&r2=831943&view=diff
==============================================================================
--- maven/shared/trunk/maven-runtime/pom.xml (original)
+++ maven/shared/trunk/maven-runtime/pom.xml Mon Nov  2 16:26:44 2009
@@ -19,7 +19,7 @@
   ~ under the License.
   -->
 
-<project xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' 
xsi:schemaLocation='http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd' 
xmlns='http://maven.apache.org/POM/4.0.0'>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
@@ -30,7 +30,7 @@
 
   <groupId>org.apache.maven.shared</groupId>
   <artifactId>maven-runtime</artifactId>
-  <version>1.0-alpha-2-SNAPSHOT</version>
+  <version>1.0-alpha-2</version>
   <packaging>jar</packaging>
 
   <name>Maven Runtime</name>
@@ -41,9 +41,9 @@
   </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/viewvc/maven/shared/trunk/maven-runtime</url>
+    
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/shared/tags/maven-runtime-1.0-alpha-2</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/shared/tags/maven-runtime-1.0-alpha-2</developerConnection>
+    
<url>http://svn.apache.org/viewvc/maven/shared/tags/maven-runtime-1.0-alpha-2</url>
   </scm>
 
   <dependencies>


Reply via email to