On 17/09/2008, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > 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>
I think you still need to specify the Java requirements. Leaving it to the parent POM is not a good idea in the long run as that may change, and anyway it's useful to be able to look at the POM and find the Java requirements. > <commons.componentid>flatfile</commons.componentid> > </properties> > <reporting> > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]