You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2006/07/28 15:50:55 UTC

svn commit: r426533 - /geronimo/genesis/trunk/pom.xml

Author: jdillon
Date: Fri Jul 28 06:50:55 2006
New Revision: 426533

URL: http://svn.apache.org/viewvc?rev=426533&view=rev
Log:
(GERONIMO-2223) Fixed SCM-related bits

Modified:
    geronimo/genesis/trunk/pom.xml

Modified: geronimo/genesis/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/genesis/trunk/pom.xml?rev=426533&r1=426532&r2=426533&view=diff
==============================================================================
--- geronimo/genesis/trunk/pom.xml (original)
+++ geronimo/genesis/trunk/pom.xml Fri Jul 28 06:50:55 2006
@@ -36,13 +36,10 @@
     
     <url>http://geronimo.apache.org</url>
     
-    <!--
-    FIXME: When Genesis has a real home update this...
-    -->
     <scm>
-        <connection>scm:svn:https://svn.apache.org/repos/asf/geronimo/sandbox/svkmerge/genesis</connection>
-        <developerConnection>scm:svn:https://${maven.username}@svn.apache.org/repos/asf/geronimo/sandbox/svkmerge/genesis</developerConnection>
-        <url>https://svn.apache.org/repos/asf/geronimo/sandbox/svkmerge/genesis</url>
+        <connection>scm:svn:https://svn.apache.org/repos/asf/geronimo/genesis/trunk</connection>
+        <developerConnection>scm:svn:https://${maven.username}@svn.apache.org/repos/asf/geronimo/genesis/trunk</developerConnection>
+        <url>http://svn.apache.org/repos/asf/geronimo/genesis/trunk</url>
     </scm>
     
     <properties>
@@ -60,19 +57,15 @@
             </extension>
         </extensions>
         
-        <!--
-        TODO: Use a real value here when moved out of the sandbox...
-        
         <plugins>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-release-plugin</artifactId>
                 <configuration>
-                    <tagBase>https://svn.apache.org/repos/asf/geronimo/tags</tagBase>
+                    <tagBase>https://svn.apache.org/repos/asf/geronimo/genesis/tags</tagBase>
                 </configuration>
             </plugin>
         </plugins>
-        -->
     </build>
     
     <repositories>