Revision: 1177
Author:   heuermh
Date:     Fri Aug 31 13:39:11 2012
Log: Issue 229 ; update maven-checkstyle-plugin dependency version to 2.9
http://code.google.com/p/piccolo2d/source/detail?r=1177

Modified:
 /piccolo2d.java/branches/release-1.3.1/core/pom.xml
 /piccolo2d.java/branches/release-1.3.1/extras/pom.xml
 /piccolo2d.java/branches/release-1.3.1/swt/pom.xml

=======================================
--- /piccolo2d.java/branches/release-1.3.1/core/pom.xml Thu Apr 14 21:02:28 2011 +++ /piccolo2d.java/branches/release-1.3.1/core/pom.xml Fri Aug 31 13:39:11 2012
@@ -50,7 +50,7 @@
     <plugins>
       <plugin>
         <artifactId>maven-checkstyle-plugin</artifactId>
-        <version>2.6</version>
+        <version>2.9</version>
         <configuration>
<configLocation>${basedir}/src/build/conf/checkstyle.xml</configLocation>
           <enableRulesSummary>false</enableRulesSummary>
=======================================
--- /piccolo2d.java/branches/release-1.3.1/extras/pom.xml Thu Apr 14 21:02:28 2011 +++ /piccolo2d.java/branches/release-1.3.1/extras/pom.xml Fri Aug 31 13:39:11 2012
@@ -57,7 +57,7 @@
     <plugins>
       <plugin>
         <artifactId>maven-checkstyle-plugin</artifactId>
-        <version>2.6</version>
+        <version>2.9</version>
         <configuration>
<configLocation>${basedir}/src/build/conf/checkstyle.xml</configLocation>
           <enableRulesSummary>false</enableRulesSummary>
=======================================
--- /piccolo2d.java/branches/release-1.3.1/swt/pom.xml Thu Apr 14 21:02:28 2011 +++ /piccolo2d.java/branches/release-1.3.1/swt/pom.xml Fri Aug 31 13:39:11 2012
@@ -73,7 +73,7 @@
     <plugins>
       <plugin>
         <artifactId>maven-checkstyle-plugin</artifactId>
-        <version>2.6</version>
+        <version>2.9</version>
         <configuration>
<configLocation>${basedir}/src/build/conf/checkstyle.xml</configLocation>
           <enableRulesSummary>false</enableRulesSummary>

--
Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en

Reply via email to