Author: niallp
Date: Sun Dec  6 00:26:43 2009
New Revision: 887616

URL: http://svn.apache.org/viewvc?rev=887616&view=rev
Log:
Try to fix gump problem not finding commons-jexl-1.x gump project

Modified:
    commons/proper/jelly/trunk/parent-project.xml

Modified: commons/proper/jelly/trunk/parent-project.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/trunk/parent-project.xml?rev=887616&r1=887615&r2=887616&view=diff
==============================================================================
--- commons/proper/jelly/trunk/parent-project.xml (original)
+++ commons/proper/jelly/trunk/parent-project.xml Sun Dec  6 00:26:43 2009
@@ -33,6 +33,9 @@
       <groupId>commons-jexl</groupId>
       <artifactId>commons-jexl</artifactId>
       <version>1.1</version>
+      <properties>
+        <gump.project>commons-jexl-1.x</gump.project>
+      </properties>
     </dependency>
     
     <dependency>


Reply via email to