Author: mbenson Date: Wed Sep 17 09:56:17 2008 New Revision: 696369 URL: http://svn.apache.org/viewvc?rev=696369&view=rev Log: no sense in targeting 1.5 for a component whose whole purpose is integrating with old stuff
Modified: commons/sandbox/flatfile/trunk/pom.xml Modified: commons/sandbox/flatfile/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/sandbox/flatfile/trunk/pom.xml?rev=696369&r1=696368&r2=696369&view=diff ============================================================================== --- commons/sandbox/flatfile/trunk/pom.xml (original) +++ commons/sandbox/flatfile/trunk/pom.xml Wed Sep 17 09:56:17 2008 @@ -128,8 +128,6 @@ <!-- Compiler source and target JVM (see parent pom) --> <properties> - <maven.compile.source>1.5</maven.compile.source> - <maven.compile.target>1.5</maven.compile.target> <commons.componentid>flatfile</commons.componentid> </properties> <reporting>