You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by Dominik Stadler <do...@gmx.at> on 2017/09/18 19:04:04 UTC

Fwd: svn commit: r1808663 - /gump/metadata/project/commons-math-3.x.xml

Hi,

thanks for cleaning up after me, I tried to run it locally and it seemed to
succeed, but some things around Gump are still a mystery to me, e.g. the
ant/maven/pom-magic...

Dominik.

---------- Forwarded message ----------
From: <bi...@apache.org>
Date: Mon, Sep 18, 2017 at 1:54 AM
Subject: svn commit: r1808663 - /gump/metadata/project/commons-math-3.x.xml
To: commits@gump.apache.org


Author: billbarker
Date: Sun Sep 17 23:54:22 2017
New Revision: 1808663

URL: http://svn.apache.org/viewvc?rev=1808663&view=rev
Log:
Fix MVN coodinates and build order

Modified:
    gump/metadata/project/commons-math-3.x.xml

Modified: gump/metadata/project/commons-math-3.x.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/commons-
math-3.x.xml?rev=1808663&r1=1808662&r2=1808663&view=diff
============================================================
==================
--- gump/metadata/project/commons-math-3.x.xml (original)
+++ gump/metadata/project/commons-math-3.x.xml Sun Sep 17 23:54:22 2017
@@ -24,8 +24,8 @@

   <git repository="asf-git" dir="/commons-math.git" branch="MATH_3_X"/>

-  <project name="commons-math3-pom">
-    <pom name="pom.xml"/>
+  <project name="commons-math3-pom" groupId="org.apache.commons">
+    <pom name="pom.xml" id="commons-math3"/>
     <mvn3install artifactId="commons-math3"/>
     <option project="junit"/>
   </project>
@@ -39,6 +39,7 @@
     </mvn3>

     <depend project="commons-math3-pom"/>
-    <jar name="target/commons-math3-*[0-9T].jar" id="commons-math"/>
+    <option project="org.apache.ant"/>
+    <jar name="target/commons-math3-*[0-9T].jar" id="commons-math3"/>
   </project>
 </module>