You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2009/12/10 16:48:12 UTC

svn commit: r889304 - /commons/proper/jexl/trunk/pom.xml

Author: sebb
Date: Thu Dec 10 15:48:11 2009
New Revision: 889304

URL: http://svn.apache.org/viewvc?rev=889304&view=rev
Log:
Use BSF3 GA release

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

Modified: commons/proper/jexl/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jexl/trunk/pom.xml?rev=889304&r1=889303&r2=889304&view=diff
==============================================================================
--- commons/proper/jexl/trunk/pom.xml (original)
+++ commons/proper/jexl/trunk/pom.xml Thu Dec 10 15:48:11 2009
@@ -106,7 +106,7 @@
         <dependency>
             <groupId>org.apache.bsf</groupId>
             <artifactId>bsf-api</artifactId>
-            <version>3.0-beta3</version>
+            <version>3.0</version>
             <scope>compile</scope>
         </dependency>
     </dependencies>