On 20 June 2012 19:38, <ggreg...@apache.org> wrote: > Author: ggregory > Date: Wed Jun 20 18:38:10 2012 > New Revision: 1352257 > > URL: http://svn.apache.org/viewvc?rev=1352257&view=rev > Log: > Match targetJdk for PMD to project level. > > Modified: > commons/proper/codec/trunk/pom.xml > > Modified: commons/proper/codec/trunk/pom.xml > URL: > http://svn.apache.org/viewvc/commons/proper/codec/trunk/pom.xml?rev=1352257&r1=1352256&r2=1352257&view=diff > ============================================================================== > --- commons/proper/codec/trunk/pom.xml (original) > +++ commons/proper/codec/trunk/pom.xml Wed Jun 20 18:38:10 2012 > @@ -280,7 +280,7 @@ limitations under the License. > <artifactId>maven-pmd-plugin</artifactId> > <version>2.7.1</version> > <configuration> > - <targetJdk>1.5</targetJdk> > + <targetJdk>1.6</targetJdk>
Why not use a property reference? > </configuration> > </plugin> > <plugin> > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org