Author: rahul
Date: Tue Jan 6 15:41:54 2009
New Revision: 732176
URL: http://svn.apache.org/viewvc?rev=732176&view=rev
Log:
Upgrade Commons BeanUtils to v1.8.0 [ SCXML-97 ].
Also upgrade Commons Digester to v2.0.
Modified:
commons/proper/scxml/branches/J6/build.xml
commons/proper/scxml/branches/J6/pom.xml
commons/proper/scxml/branches/J6/project.xml
commons/proper/scxml/branches/J6/xdocs/guide/testing-standalone.xml
Modified: commons/proper/scxml/branches/J6/build.xml
URL: http://svn.apache.org/viewvc/commons/proper/scxml/branches/J6/build.xml?rev=732176&r1=732175&r2=732176&view=diff
==============================================================================
--- commons/proper/scxml/branches/J6/build.xml (original)
+++ commons/proper/scxml/branches/J6/build.xml Tue Jan 6 15:41:54 2009
@@ -207,9 +207,9 @@
</setproxy>
<get dest="${libdir}/junit-3.8.2.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven2/junit/junit/3.8.2/junit-3.8.2.jar">
</get>
- <get dest="${libdir}/commons-digester-1.8.jar" usetimestamp="true" ignoreerrors="true"
src="http://www.ibiblio.org/maven2/commons-digester/commons-digester/1.8/commons-digester-1.8.jar">
+ <get dest="${libdir}/commons-digester-2.0.jar" usetimestamp="true" ignoreerrors="true"
src="http://www.ibiblio.org/maven2/commons-digester/commons-digester/2.0/commons-digester-2.0.jar">
</get>
- <get dest="${libdir}/commons-beanutils-1.7.0.jar" usetimestamp="true" ignoreerrors="true"
src="http://www.ibiblio.org/maven2/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar">
+ <get dest="${libdir}/commons-beanutils-1.8.0.jar" usetimestamp="true" ignoreerrors="true"
src="http://www.ibiblio.org/maven2/commons-beanutils/commons-beanutils/1.8.0/commons-beanutils-1.8.0.jar">
</get>
<get dest="${libdir}/commons-el-1.0.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven2/commons-el/commons-el/1.0/commons-el-1.0.jar">
</get>
Modified: commons/proper/scxml/branches/J6/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/scxml/branches/J6/pom.xml?rev=732176&r1=732175&r2=732176&view=diff
==============================================================================
--- commons/proper/scxml/branches/J6/pom.xml (original)
+++ commons/proper/scxml/branches/J6/pom.xml Tue Jan 6 15:41:54 2009
@@ -131,12 +131,12 @@
<dependency>
<groupId>commons-digester</groupId>
<artifactId>commons-digester</artifactId>
- <version>1.8</version>
+ <version>2.0</version>
</dependency>
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
- <version>1.7.0</version>
+ <version>1.8.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Modified: commons/proper/scxml/branches/J6/project.xml
URL: http://svn.apache.org/viewvc/commons/proper/scxml/branches/J6/project.xml?rev=732176&r1=732175&r2=732176&view=diff
==============================================================================
--- commons/proper/scxml/branches/J6/project.xml (original)
+++ commons/proper/scxml/branches/J6/project.xml Tue Jan 6 15:41:54 2009
@@ -188,7 +188,7 @@
<dependency>
<groupId>commons-digester</groupId>
<artifactId>commons-digester</artifactId>
- <version>1.8</version>
+ <version>2.0</version>
<url>http://commons.apache.org/digester/</url>
<properties>
<comment><b>Core</b>
@@ -198,7 +198,7 @@
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
- <version>1.7.0</version>
+ <version>1.8.0</version>
<url>http://commons.apache.org/beanutils/</url>
<properties>
<comment><b>Transitive</b>
Modified: commons/proper/scxml/branches/J6/xdocs/guide/testing-standalone.xml
URL: http://svn.apache.org/viewvc/commons/proper/scxml/branches/J6/xdocs/guide/testing-standalone.xml?rev=732176&r1=732175&r2=732176&view=diff
==============================================================================
--- commons/proper/scxml/branches/J6/xdocs/guide/testing-standalone.xml (original)
+++ commons/proper/scxml/branches/J6/xdocs/guide/testing-standalone.xml Tue Jan 6 15:41:54
2009
@@ -52,9 +52,9 @@
<pre>
java -classpath
- commons-digester-1.7.jar;commons-beanutils-1.7.0.jar;
- commons-logging-1.0.4.jar;commons-scxml-0.9.jar;
- commons-jexl-1.0.jar
+ commons-digester-2.0.jar;commons-beanutils-1.8.0.jar;
+ commons-logging-1.1.1.jar;commons-scxml-0.9.jar;
+ commons-jexl-1.1.jar
<a href="../xref/org/apache/commons/scxml/test/StandaloneJexlExpressions.html">org.apache.commons.scxml.test.StandaloneJexlExpressions</a>
|