You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by th...@apache.org on 2017/07/07 02:05:41 UTC

[06/50] commons-dbutils git commit: Correct reference to property

Correct reference to property

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/dbutils/trunk@1611101 13f79535-47bb-0310-9956-ffa450edef68


Project: http://git-wip-us.apache.org/repos/asf/commons-dbutils/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-dbutils/commit/205d045f
Tree: http://git-wip-us.apache.org/repos/asf/commons-dbutils/tree/205d045f
Diff: http://git-wip-us.apache.org/repos/asf/commons-dbutils/diff/205d045f

Branch: refs/heads/master
Commit: 205d045f13a0611038501835c44a11d63d44db1e
Parents: acab2e0
Author: Benedikt Ritter <br...@apache.org>
Authored: Wed Jul 16 17:05:17 2014 +0000
Committer: Benedikt Ritter <br...@apache.org>
Committed: Wed Jul 16 17:05:17 2014 +0000

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-dbutils/blob/205d045f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ba4dd6a..750b803 100644
--- a/pom.xml
+++ b/pom.xml
@@ -311,7 +311,7 @@
         <artifactId>maven-pmd-plugin</artifactId>
         <version>3.1</version>
         <configuration>
-          <targetJdk>${maven.compile.source}</targetJdk>
+          <targetJdk>${maven.compiler.source}</targetJdk>
           <rulesets>
             <ruleset>${basedir}/pmd-ruleset.xml</ruleset>
           </rulesets>