Skip to content

Commit ba69c23

Browse files
committed
Fix maven.compiler.target reference.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1553334 13f79535-47bb-0310-9956-ffa450edef68
1 parent 1dcaad2 commit ba69c23

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
@@ -309,7 +309,7 @@ limitations under the License.
309309
<artifactId>maven-pmd-plugin</artifactId>
310310
<version>3.0.1</version>
311311
<configuration>
312-
<targetJdk>${maven.compile.target}</targetJdk>
312+
<targetJdk>${maven.compiler.target}</targetJdk>
313313
<linkXref>true</linkXref>
314314
<rulesets>
315315
<ruleset>${basedir}/pmd.xml</ruleset>

0 commit comments

Comments
 (0)