You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ri...@apache.org on 2010/04/23 19:28:23 UTC

svn commit: r937422 - /geronimo/bundles/trunk/scannotation/pom.xml

Author: rickmcguire
Date: Fri Apr 23 17:28:23 2010
New Revision: 937422

URL: http://svn.apache.org/viewvc?rev=937422&view=rev
Log:
fix scm tags

Modified:
    geronimo/bundles/trunk/scannotation/pom.xml

Modified: geronimo/bundles/trunk/scannotation/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/bundles/trunk/scannotation/pom.xml?rev=937422&r1=937421&r2=937422&view=diff
==============================================================================
--- geronimo/bundles/trunk/scannotation/pom.xml (original)
+++ geronimo/bundles/trunk/scannotation/pom.xml Fri Apr 23 17:28:23 2010
@@ -35,6 +35,12 @@
         This bundle simply wraps ${pkgArtifactId}-${pkgVersion}.jar.
     </description>
 
+    <scm>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/bundles/trunk/scannotation</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/bundles/trunk/scannotation</developerConnection>
+        <url>http://svn.apache.org/viewvc/geronimo/bundles/trunk/scannotation</url>
+    </scm>
+
     <properties>
         <pkgGroupId>net.sf.scannotation</pkgGroupId>
         <pkgArtifactId>scannotation</pkgArtifactId>