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/21 03:53:08 UTC

[10/14] commons-dbutils git commit: Update commons-parent version to 42. Add version for checkstyle plugin.

Update commons-parent version to 42.
Add version for checkstyle plugin.


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

Branch: refs/heads/master
Commit: c0527277a0360f190fdd127bc4e9ca718f45df25
Parents: 2b6f867
Author: Carl Hall <th...@apache.org>
Authored: Sun Jul 16 19:26:58 2017 -0700
Committer: Carl Hall <th...@apache.org>
Committed: Sun Jul 16 19:26:58 2017 -0700

----------------------------------------------------------------------
 pom.xml | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-dbutils/blob/c0527277/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 92e6653..72fdef3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>40</version>
+    <version>42</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>commons-dbutils</groupId>
@@ -238,13 +238,16 @@
   <properties>
     <maven.compiler.source>1.6</maven.compiler.source>
     <maven.compiler.target>1.6</maven.compiler.target>
+
+    <checkstyle.plugin.version>2.17</checkstyle.plugin.version>
+
     <commons.componentid>dbutils</commons.componentid>
     <commons.module.name>org.apache.commons.dbutils</commons.module.name>
     <commons.release.version>1.6</commons.release.version>
     <commons.rc.version>RC1</commons.rc.version>
     <commons.jira.id>DBUTILS</commons.jira.id>
     <commons.jira.pid>12310470</commons.jira.pid>
-  </properties> 
+  </properties>
 
   <build>
     <plugins>
@@ -304,7 +307,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>
-        <version>2.9.1</version>
+        <version>${checkstyle.plugin.version}</version>
         <configuration>
           <configLocation>${basedir}/checkstyle.xml</configLocation>
           <enableRulesSummary>false</enableRulesSummary>