[jboss-svn-commits] JBoss Common SVN: r3097 - jbossxb/trunk.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Apr 6 08:49:29 EDT 2009


Author: alex.loubyansky at jboss.com
Date: 2009-04-06 08:49:29 -0400 (Mon, 06 Apr 2009)
New Revision: 3097

Removed:
   jbossxb/trunk/2.0.1.CR1/
Modified:
   jbossxb/trunk/pom.xml
Log:
cleaning up the mess me & maven have made

Modified: jbossxb/trunk/pom.xml
===================================================================
--- jbossxb/trunk/pom.xml	2009-04-06 11:37:24 UTC (rev 3096)
+++ jbossxb/trunk/pom.xml	2009-04-06 12:49:29 UTC (rev 3097)
@@ -12,7 +12,7 @@
   <url>http://www.jboss.org</url>
   <description>JBoss XML Binding</description>
   <scm>
-    <connection>scm:svn:https://svn.jboss.org/repos/common/jbossxb/tags/2.0.1.CR1</connection>
+    <connection>scm:svn:https://svn.jboss.org/repos/common/jbossxb/trunk</connection>
   </scm>
   <build>
     <finalName>jboss-xml-binding</finalName>
@@ -22,7 +22,7 @@
         <configuration>
           <!-- The tagBase property is needed during the release process so that the maven release plugin
             will create the release tag in the appropriate location. -->
-          <tagBase>https://svn.jboss.org/repos/common/jbossxb/trunk</tagBase>
+          <tagBase>https://svn.jboss.org/repos/common/jbossxb/tags</tagBase>
         </configuration>
       </plugin>
       <plugin>




More information about the jboss-svn-commits mailing list