You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by pl...@apache.org on 2015/03/15 00:07:13 UTC

incubator-tamaya git commit: Update to Checkstyle Maven Plugin 2.14

Repository: incubator-tamaya
Updated Branches:
  refs/heads/master 11acca954 -> 9e46dc0eb


Update to Checkstyle Maven Plugin 2.14


Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/commit/9e46dc0e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/tree/9e46dc0e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/diff/9e46dc0e

Branch: refs/heads/master
Commit: 9e46dc0eb28f5ad713a3cda02926d229d9208beb
Parents: 11acca9
Author: Oliver B. Fischer <pl...@apache.org>
Authored: Sun Mar 15 00:07:07 2015 +0100
Committer: Oliver B. Fischer <pl...@apache.org>
Committed: Sun Mar 15 00:07:07 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/9e46dc0e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 330efe8..23ecf0f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -63,6 +63,7 @@ under the License.
         <asciidoctor.version>1.5.0</asciidoctor.version>
         <asciidoctor-diagramm.version>1.2.1</asciidoctor-diagramm.version>
         <asciidoctorj.version>1.5.2</asciidoctorj.version>
+        <checkstyle.version>2.14</checkstyle.version>
         <enforcer.version>1.4</enforcer.version>
         <gem.plugin>1.0.7</gem.plugin>
         <hamcrest.version>1.3</hamcrest.version>
@@ -330,7 +331,7 @@ under the License.
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-checkstyle-plugin</artifactId>
-                    <version>2.13</version>
+                    <version>${checkstyle.version}</version>
                     <executions>
                         <execution>
                             <id>verify-style</id>