Author: brianf
Date: Tue Jan  9 09:05:40 2007
New Revision: 494489

URL: http://svn.apache.org/viewvc?view=rev&rev=494489
Log:
[maven-release-plugin] prepare release maven-dependency-plugin-2.0-alpha-1

Modified:
    
maven/plugins/branches/maven-dependency-plugin-2.0-alpha-1-release-branch/pom.xml

Modified: 
maven/plugins/branches/maven-dependency-plugin-2.0-alpha-1-release-branch/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/branches/maven-dependency-plugin-2.0-alpha-1-release-branch/pom.xml?view=diff&rev=494489&r1=494488&r2=494489
==============================================================================
--- 
maven/plugins/branches/maven-dependency-plugin-2.0-alpha-1-release-branch/pom.xml
 (original)
+++ 
maven/plugins/branches/maven-dependency-plugin-2.0-alpha-1-release-branch/pom.xml
 Tue Jan  9 09:05:40 2007
@@ -1,4 +1,4 @@
-<project xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' 
xsi:schemaLocation='http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_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/maven-v4_0_0.xsd";>
 <!--
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -29,7 +29,7 @@
        <artifactId>maven-dependency-plugin</artifactId>
        <packaging>maven-plugin</packaging>
        <name>Maven Dependency Plugin</name>
-       <version>2.0-alpha-1-SNAPSHOT</version>
+       <version>2.0-alpha-1</version>
        <prerequisites>
                <maven>2.0.3</maven>
        </prerequisites>
@@ -215,7 +215,11 @@
         <version>2.0-beta-1</version>
       </plugin>
     </plugins>
-  </reporting
-  -->
-</project>
+  </reporting -->
 
+  <scm>
+    
<connection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-dependency-plugin-2.0-alpha-1</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-dependency-plugin-2.0-alpha-1</developerConnection>
+    
<url>https://svn.apache.org/repos/asf/maven/plugins/tags/maven-dependency-plugin-2.0-alpha-1</url>
+  </scm>
+</project>
\ No newline at end of file


Reply via email to