Author: simonetripodi Date: Sat Apr 2 11:45:39 2011 New Revision: 1088005 URL: http://svn.apache.org/viewvc?rev=1088005&view=rev Log: upgrated commons-logging dependency to latest version
Modified: commons/proper/discovery/trunk/pom.xml Modified: commons/proper/discovery/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/discovery/trunk/pom.xml?rev=1088005&r1=1088004&r2=1088005&view=diff ============================================================================== --- commons/proper/discovery/trunk/pom.xml (original) +++ commons/proper/discovery/trunk/pom.xml Sat Apr 2 11:45:39 2011 @@ -97,7 +97,7 @@ <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> - <version>1.0.4</version> + <version>1.1.1</version> </dependency> <dependency> <groupId>junit</groupId>