You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2014/12/12 07:19:14 UTC

svn commit: r1644837 - /gump/metadata/project/xmlunit.xml

Author: bodewig
Date: Fri Dec 12 06:19:14 2014
New Revision: 1644837

URL: http://svn.apache.org/r1644837
Log:
xmlunit has moved

Modified:
    gump/metadata/project/xmlunit.xml

Modified: gump/metadata/project/xmlunit.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/xmlunit.xml?rev=1644837&r1=1644836&r2=1644837&view=diff
==============================================================================
--- gump/metadata/project/xmlunit.xml (original)
+++ gump/metadata/project/xmlunit.xml Fri Dec 12 06:19:14 2014
@@ -15,17 +15,17 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<module name="xmlunit">
+<module name="xmlunit" groupId="org.xmlunit">
 
-  <url href="http://xmlunit.sourceforge.net/"/>
+  <url href="http://www.xmlunit.org/"/>
   <description>
-    JUnit extension for XML unit tests.
+    Extension for XML unit tests.
   </description>
 
-  <svn repository="sourceforge-svn" dir="xmlunit/code/trunk/xmlunit"/>
+  <git repository="github" dir="/xmlunit/xmlunit"/>
   
-  <project name="net.sf.xmlunit">
-    <package>net.sf.xmlunit</package>
+  <project name="org.xmlunit">
+    <package>org.xmlunit</package>
     <package>org.custommonkey.xmlunit</package>
     <ant target="jar">
       <property name="xmlunit.version" value="@@DATE@@" />
@@ -53,7 +53,7 @@
     <depend project="ant" inherit="runtime"/>
     <depend project="junit"/>
     <depend project="hamcrest-java" ids="hamcrest-core"/>
-    <depend project="net.sf.xmlunit"/>
+    <depend project="org.xmlunit"/>
     <depend project="xml-apis"/>
     <depend project="xml-xerces"/>
     <depend project="xalan" runtime="true"/>
@@ -66,9 +66,9 @@
          to="xmlunit-commits@lists.sourceforge.net"/>
   </project>
 
-  <project name="xmlunit">
+  <project name="xmlunit" groupId="xmlunit">
     <package>org.custommonkey.xmlunit</package>
-    <depend project="net.sf.xmlunit"/>
+    <depend project="org.xmlunit"/>
     <jar name="build/java/lib/xmlunit-sumo-@@DATE@@.jar" id="xmlunit"/>
     <license name="LICENSE.txt"/>
   </project>