Sebb,
Was the bump to commons-el 1.0.1-SNAPSHOT intentional, and if so can you explain
why?
In general I prefer not depending on external SNAPSHOT dependencies if not
absolutely needed. And in this case it actually caused the tests to fail.
For now I've reverted back to commons-el 1.0.
Regards, Ate
On 10/21/2013 06:00 PM, s...@apache.org wrote:
Author: sebb
Date: Mon Oct 21 16:00:20 2013
New Revision: 1534254
URL: http://svn.apache.org/r1534254
Log:
ASF Branding
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=1534254&r1=1534253&r2=1534254&view=diff
==============================================================================
--- commons/proper/scxml/trunk/pom.xml (original)
+++ commons/proper/scxml/trunk/pom.xml Mon Oct 21 16:00:20 2013
@@ -24,7 +24,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
- <name>Commons SCXML</name>
+ <name>Apache Commons SCXML</name>
<artifactId>commons-scxml2</artifactId>
<version>2.0-SNAPSHOT</version>
@@ -151,7 +151,7 @@
<dependency>
<groupId>commons-el</groupId>
<artifactId>commons-el</artifactId>
- <version>1.0</version>
+ <version>1.0.1-SNAPSHOT</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org