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 2015/08/29 09:15:26 UTC

svn commit: r1698440 - /gump/metadata/project/commons-compress.xml

Author: bodewig
Date: Sat Aug 29 07:15:26 2015
New Revision: 1698440

URL: http://svn.apache.org/r1698440
Log:
there is no subdir anymore

Modified:
    gump/metadata/project/commons-compress.xml

Modified: gump/metadata/project/commons-compress.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/commons-compress.xml?rev=1698440&r1=1698439&r2=1698440&view=diff
==============================================================================
--- gump/metadata/project/commons-compress.xml (original)
+++ gump/metadata/project/commons-compress.xml Sat Aug 29 07:15:26 2015
@@ -28,7 +28,7 @@
     <package>org.apache.commons.compress</package>
     <description>Commons Compression Package</description>
     
-    <mvn3 basedir="compress">
+    <mvn3>
       <property name="skipTests" value="true"/>
     </mvn3>
 
@@ -41,7 +41,7 @@
   </project>
 
   <project name="commons-compress-test">
-    <mvn3 basedir="compress"/>
+    <mvn3/>
     <depend project="commons-compress"/>
     <report nested="compress/target/surefire-reports"/>
   </project>