Skip to content

Commit 2b902e5

Browse files
committed
Use property instead of hard codec Java version.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1352666 13f79535-47bb-0310-9956-ffa450edef68
1 parent 288e3d9 commit 2b902e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ limitations under the License.
280280
<artifactId>maven-pmd-plugin</artifactId>
281281
<version>2.7.1</version>
282282
<configuration>
283-
<targetJdk>1.6</targetJdk>
283+
<targetJdk>${maven.compile.target}</targetJdk>
284284
</configuration>
285285
</plugin>
286286
<plugin>

0 commit comments

Comments
 (0)