You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by db...@apache.org on 2008/01/10 06:20:59 UTC

svn commit: r610678 - /geronimo/components/txmanager/branches/geronimo-txmanager-parent-2.1/pom.xml

Author: dblevins
Date: Wed Jan  9 21:20:58 2008
New Revision: 610678

URL: http://svn.apache.org/viewvc?rev=610678&view=rev
Log:
Fix pom where messed up by release plugin

Modified:
    geronimo/components/txmanager/branches/geronimo-txmanager-parent-2.1/pom.xml

Modified: geronimo/components/txmanager/branches/geronimo-txmanager-parent-2.1/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/components/txmanager/branches/geronimo-txmanager-parent-2.1/pom.xml?rev=610678&r1=610677&r2=610678&view=diff
==============================================================================
--- geronimo/components/txmanager/branches/geronimo-txmanager-parent-2.1/pom.xml (original)
+++ geronimo/components/txmanager/branches/geronimo-txmanager-parent-2.1/pom.xml Wed Jan  9 21:20:58 2008
@@ -35,9 +35,9 @@
     <name>Geronimo TxManager</name>
     
     <scm>
-        <connection>scm:svn:https://svn.apache.org/repos/asf/geronimo/genesis/tags/geronimo-txmanager-parent-2.1</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/genesis/tags/geronimo-txmanager-parent-2.1</developerConnection>
-        <url>https://svn.apache.org/repos/asf/geronimo/genesis/tags/geronimo-txmanager-parent-2.1</url>
+        <connection>scm:svn:https://svn.apache.org/repos/asf/geronimo/components/txmanager/tags/geronimo-txmanager-parent-2.1</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/components/txmanager/tags/geronimo-txmanager-parent-2.1</developerConnection>
+        <url>https://svn.apache.org/repos/asf/geronimo/components/txmanager/tags/geronimo-txmanager-parent-2.1</url>
     </scm>
     
     <properties>
@@ -49,7 +49,7 @@
               element, and it will need to be changed manually before a release,
               as the maven-release-plugin will not update this value.
         -->
-        <version>2.1-SNAPSHOT</version>
+        <version>2.1</version>
     </properties>
     
     <dependencyManagement>