Author: seade Date: Fri May 18 08:12:53 2007 New Revision: 539494 URL: http://svn.apache.org/viewvc?view=rev&rev=539494 Log: Updated a bunch of dependencies.
Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/project.xml jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/xdocs/changes.xml Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/project.xml URL: http://svn.apache.org/viewvc/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/project.xml?view=diff&rev=539494&r1=539493&r2=539494 ============================================================================== --- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/project.xml (original) +++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/project.xml Fri May 18 08:12:53 2007 @@ -441,7 +441,7 @@ <dependency> <groupId>commons-collections</groupId> <artifactId>commons-collections</artifactId> - <version>3.1</version> + <version>3.2</version> <url>http://jakarta.apache.org/commons/collections/</url> <type>jar</type> <properties> @@ -451,7 +451,7 @@ <dependency> <groupId>commons-configuration</groupId> <artifactId>commons-configuration</artifactId> - <version>1.1</version> + <version>1.4</version> <url>http://jakarta.apache.org/commons/configuration/</url> <type>jar</type> <properties> @@ -461,7 +461,7 @@ <dependency> <groupId>commons-digester</groupId> <artifactId>commons-digester</artifactId> - <version>1.7</version> + <version>1.8</version> <url>http://jakarta.apache.org/commons/digester/</url> <type>jar</type> <properties> @@ -501,7 +501,7 @@ <dependency> <groupId>commons-lang</groupId> <artifactId>commons-lang</artifactId> - <version>2.1</version> + <version>2.3</version> <url>http://jakarta.apache.org/commons/lang/</url> <type>jar</type> <properties> @@ -511,7 +511,7 @@ <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> - <version>1.0.4</version> + <version>1.1</version> <url>http://jakarta.apache.org/commons/logging/</url> <type>jar</type> <properties> @@ -521,7 +521,7 @@ <dependency> <groupId>commons-pool</groupId> <artifactId>commons-pool</artifactId> - <version>1.2</version> + <version>1.3</version> <url>http://jakarta.apache.org/commons/pool/</url> <type>jar</type> <properties> @@ -655,7 +655,7 @@ <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> - <version>1.2.12</version> + <version>1.2.14</version> <url>http://logging.apache.org/log4j/</url> <type>jar</type> <properties> @@ -804,7 +804,7 @@ <dependency> <groupId>commons-dbcp</groupId> <artifactId>commons-dbcp</artifactId> - <version>1.2.1</version> + <version>1.2.2</version> <url>http://jakarta.apache.org/commons/dbcp/</url> <type>jar</type> </dependency> Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/xdocs/changes.xml URL: http://svn.apache.org/viewvc/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/xdocs/changes.xml?view=diff&rev=539494&r1=539493&r2=539494 ============================================================================== --- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/xdocs/changes.xml (original) +++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/xdocs/changes.xml Fri May 18 08:12:53 2007 @@ -28,6 +28,18 @@ <body> <release version="2.3.3-dev" date="in Subversion"> + <action type="update" dev="seade"> + Update jar dependencies:<br/> + <ul> + <li>commons-collections to 3.2</li> + <li>commons-configuration to 1.4</li> + <li>commons-dbcp to 1.2.2</li> + <li>commons-digester to 1.8</li> + <li>commons-lang to 2.3</li> + <li>commons-pool to 1.3</li> + <li>log4j to 1.2.14</li> + </ul> + </action> <action type="fix" dev="seade"> Fixed a couple of NullPointerExceptions that can occur when Intake is validating multiValued fields. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]