Author: ate Date: Mon Oct 21 20:19:03 2013 New Revision: 1534359 URL: http://svn.apache.org/r1534359 Log: reverting back to commons-el 1.0 (update to 1.0.1-SNAPSHOT broke the tests)
Modified: commons/proper/scxml/trunk/pom.xml Modified: commons/proper/scxml/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/scxml/trunk/pom.xml?rev=1534359&r1=1534358&r2=1534359&view=diff ============================================================================== --- commons/proper/scxml/trunk/pom.xml (original) +++ commons/proper/scxml/trunk/pom.xml Mon Oct 21 20:19:03 2013 @@ -151,7 +151,7 @@ <dependency> <groupId>commons-el</groupId> <artifactId>commons-el</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0</version> <scope>provided</scope> <optional>true</optional> </dependency>