Author: niallp
Date: Wed May 21 13:42:04 2008
New Revision: 658854
URL: http://svn.apache.org/viewvc?rev=658854&view=rev
Log:
Upgrade to Logging 1.1.1
Modified:
commons/proper/chain/trunk/build.xml
commons/proper/chain/trunk/pom.xml
commons/proper/chain/trunk/project.xml
Modified: commons/proper/chain/trunk/build.xml
URL:
http://svn.apache.org/viewvc/commons/proper/chain/trunk/build.xml?rev=658854&r1=658853&r2=658854&view=diff
==============================================================================
--- commons/proper/chain/trunk/build.xml (original)
+++ commons/proper/chain/trunk/build.xml Wed May 21 13:42:04 2008
@@ -174,7 +174,7 @@
</get>
<get dest="${libdir}/commons-digester-1.8.jar" usetimestamp="true"
ignoreerrors="true"
src="http://repo1.maven.org/maven/commons-digester/jars/commons-digester-1.8.jar">
</get>
- <get dest="${libdir}/commons-logging-1.0.4.jar" usetimestamp="true"
ignoreerrors="true"
src="http://repo1.maven.org/maven/commons-logging/jars/commons-logging-1.0.4.jar">
+ <get dest="${libdir}/commons-logging-1.1.1.jar" usetimestamp="true"
ignoreerrors="true"
src="http://repo1.maven.org/maven/commons-logging/jars/commons-logging-1.1.1.jar">
</get>
<get dest="${libdir}/maven-xdoc-plugin-1.9.2.jar" usetimestamp="true"
ignoreerrors="true"
src="http://repo1.maven.org/maven/maven/plugins/maven-xdoc-plugin-1.9.2.jar">
</get>
@@ -189,4 +189,4 @@
<unjar dest="${maven.home}" src="${user.home}/maven-install-latest.jar">
</unjar>
</target>
-</project>
\ No newline at end of file
+</project>
Modified: commons/proper/chain/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/chain/trunk/pom.xml?rev=658854&r1=658853&r2=658854&view=diff
==============================================================================
--- commons/proper/chain/trunk/pom.xml (original)
+++ commons/proper/chain/trunk/pom.xml Wed May 21 13:42:04 2008
@@ -136,7 +136,7 @@
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
- <version>1.0.4</version>
+ <version>1.1.1</version>
</dependency>
<dependency>
Modified: commons/proper/chain/trunk/project.xml
URL:
http://svn.apache.org/viewvc/commons/proper/chain/trunk/project.xml?rev=658854&r1=658853&r2=658854&view=diff
==============================================================================
--- commons/proper/chain/trunk/project.xml (original)
+++ commons/proper/chain/trunk/project.xml Wed May 21 13:42:04 2008
@@ -185,7 +185,7 @@
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
- <version>1.0.4</version>
+ <version>1.1.1</version>
<url>http://commons.apache.org/logging/</url>
</dependency>
<dependency>