Author: olamy Date: Tue Jul 9 10:17:04 2013 New Revision: 1501183 URL: http://svn.apache.org/r1501183 Log: [MTOMCAT-231] tomcat6:run fail with jdk1.5 because commons-io-2.4 requires jdk1.6
Modified: tomcat/maven-plugin/trunk/pom.xml Modified: tomcat/maven-plugin/trunk/pom.xml URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/pom.xml?rev=1501183&r1=1501182&r2=1501183&view=diff ============================================================================== --- tomcat/maven-plugin/trunk/pom.xml (original) +++ tomcat/maven-plugin/trunk/pom.xml Tue Jul 9 10:17:04 2013 @@ -540,7 +540,7 @@ <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.4</version> + <version>2.2</version> </dependency> <dependency> <groupId>commons-lang</groupId> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org