You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ba...@apache.org on 2007/08/22 14:48:00 UTC

svn commit: r568597 - /commons/proper/el/trunk/pom.xml

Author: bayard
Date: Wed Aug 22 05:48:00 2007
New Revision: 568597

URL: http://svn.apache.org/viewvc?rev=568597&view=rev
Log:
Use the released version of the parent rather than snapshot (but only because the others seem to do that and it makes the CI work for me without adding the parent quite yet :) )

Modified:
    commons/proper/el/trunk/pom.xml

Modified: commons/proper/el/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/el/trunk/pom.xml?rev=568597&r1=568596&r2=568597&view=diff
==============================================================================
--- commons/proper/el/trunk/pom.xml (original)
+++ commons/proper/el/trunk/pom.xml Wed Aug 22 05:48:00 2007
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>4-SNAPSHOT</version>
+    <version>4</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>