Author: bodewig Date: Mon Jul 25 09:02:51 2011 New Revision: 1150599 URL: http://svn.apache.org/viewvc?rev=1150599&view=rev Log: switch to Java5
Modified: commons/proper/compress/branches/zip64/pom.xml Modified: commons/proper/compress/branches/zip64/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/compress/branches/zip64/pom.xml?rev=1150599&r1=1150598&r2=1150599&view=diff ============================================================================== --- commons/proper/compress/branches/zip64/pom.xml (original) +++ commons/proper/compress/branches/zip64/pom.xml Mon Jul 25 09:02:51 2011 @@ -36,8 +36,8 @@ </description> <properties> - <maven.compile.source>1.4</maven.compile.source> - <maven.compile.target>1.4</maven.compile.target> + <maven.compile.source>1.5</maven.compile.source> + <maven.compile.target>1.5</maven.compile.target> <commons.componentid>compress</commons.componentid> <commons.jira.id>COMPRESS</commons.jira.id> <commons.jira.pid>12310904</commons.jira.pid> @@ -55,7 +55,7 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>3.8.2</version> + <version>4.8.2</version> <scope>test</scope> </dependency> </dependencies>