On Jun 21, 2012, at 12:25, sebb <[email protected]> wrote: > On 20 June 2012 19:38, <[email protected]> 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?
Good idea. I can't commit ATM, I am out of the office. Please do so if you can. Gary > >> </configuration> >> </plugin> >> <plugin> >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
