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 2009/12/16 09:18:57 UTC

svn commit: r891152 - in /gump/metadata/project: commons-jexl-1.x.xml commons-proper.xml

Author: bodewig
Date: Wed Dec 16 08:18:57 2009
New Revision: 891152

URL: http://svn.apache.org/viewvc?rev=891152&view=rev
Log:
fix groupId for Jexl 2.x and artifactId for Jexl 1.x

Modified:
    gump/metadata/project/commons-jexl-1.x.xml
    gump/metadata/project/commons-proper.xml

Modified: gump/metadata/project/commons-jexl-1.x.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/commons-jexl-1.x.xml?rev=891152&r1=891151&r2=891152&view=diff
==============================================================================
--- gump/metadata/project/commons-jexl-1.x.xml (original)
+++ gump/metadata/project/commons-jexl-1.x.xml Wed Dec 16 08:18:57 2009
@@ -28,7 +28,7 @@
     <package>org.apache.commons.jexl</package>
     <description>Commons Jexl 1.x</description>
     <mvn goal="package" />
-    <jar name="target/commons-jexl-1.1.1-SNAPSHOT.jar"/>
+    <jar name="target/commons-jexl-1.1.1-SNAPSHOT.jar" id="commons-jexl"/>
     <option project="ant"/>
     <option project="commons-beanutils"/>
     <option project="commons-collections"/>

Modified: gump/metadata/project/commons-proper.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/commons-proper.xml?rev=891152&r1=891151&r2=891152&view=diff
==============================================================================
--- gump/metadata/project/commons-proper.xml (original)
+++ gump/metadata/project/commons-proper.xml Wed Dec 16 08:18:57 2009
@@ -501,7 +501,7 @@
          from="Stefan Bodewig &lt;bodewig@apache.org&gt;"/-->
   </project>
 
-  <project name="commons-jexl" groupId="commons-jexl">
+  <project name="commons-jexl" groupId="org.apache.commons">
     <package>org.apache.commons.jexl</package>
     <description>Commons Jexl Package</description>
     <mvn basedir="jexl"/>