Author: sebb Date: Tue Apr 5 13:59:33 2016 New Revision: 1737840 URL: http://svn.apache.org/viewvc?rev=1737840&view=rev Log: Bump to minimum of 1.6
Modified: commons/proper/net/trunk/pom.xml Modified: commons/proper/net/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/pom.xml?rev=1737840&r1=1737839&r2=1737840&view=diff ============================================================================== --- commons/proper/net/trunk/pom.xml (original) +++ commons/proper/net/trunk/pom.xml Tue Apr 5 13:59:33 2016 @@ -168,9 +168,9 @@ Supported protocols include: Echo, Finge </distributionManagement> <properties> - <maven.compiler.source>1.5</maven.compiler.source> - <maven.compiler.target>1.5</maven.compiler.target> - <commons.javadoc.java.link>http://download.oracle.com/javase/1.5.0/docs/api/</commons.javadoc.java.link> + <maven.compiler.source>1.6</maven.compiler.source> + <maven.compiler.target>1.6</maven.compiler.target> + <commons.javadoc.java.link>http://download.oracle.com/javase/1.6.0/docs/api/</commons.javadoc.java.link> <commons.componentid>net</commons.componentid> <commons.release.version>${project.version}</commons.release.version> <commons.rc.version>RC1</commons.rc.version>