Author: ggregory Date: Thu Jun 21 20:08:50 2012 New Revision: 1352666 URL: http://svn.apache.org/viewvc?rev=1352666&view=rev Log: Use property instead of hard codec Java version.
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=1352666&r1=1352665&r2=1352666&view=diff ============================================================================== --- commons/proper/codec/trunk/pom.xml (original) +++ commons/proper/codec/trunk/pom.xml Thu Jun 21 20:08:50 2012 @@ -280,7 +280,7 @@ limitations under the License. <artifactId>maven-pmd-plugin</artifactId> <version>2.7.1</version> <configuration> - <targetJdk>1.6</targetJdk> + <targetJdk>${maven.compile.target}</targetJdk> </configuration> </plugin> <plugin>