You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dw...@apache.org on 2007/10/29 14:52:55 UTC

svn commit: r589627 - /geronimo/devtools/maven-plugins/branches/1.0/pom.xml

Author: dwoods
Date: Mon Oct 29 06:52:54 2007
New Revision: 589627

URL: http://svn.apache.org/viewvc?rev=589627&view=rev
Log:
added scm and description attributes for release prep

Modified:
    geronimo/devtools/maven-plugins/branches/1.0/pom.xml

Modified: geronimo/devtools/maven-plugins/branches/1.0/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/maven-plugins/branches/1.0/pom.xml?rev=589627&r1=589626&r2=589627&view=diff
==============================================================================
--- geronimo/devtools/maven-plugins/branches/1.0/pom.xml (original)
+++ geronimo/devtools/maven-plugins/branches/1.0/pom.xml Mon Oct 29 06:52:54 2007
@@ -28,6 +28,16 @@
         <artifactId>apache</artifactId>
         <version>4</version>
     </parent>
+
+    <description>
+	Apache Geronimo Devtools Maven Plugins
+    </description>
+    <scm>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/devtools/maven-plugins/tags/1.0</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/devtools/maven-plugins/tags/1.0</developerConnection>
+        <url>http://svn.apache.org/viewvc/geronimo/devtools/maven-plugins/tags/1.0</url>
+    </scm>
+
     <dependencies>
         <dependency>
             <groupId>org.apache.maven</groupId>