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

Modified:
 /piccolo2d.java/trunk/core/pom.xml
 /piccolo2d.java/trunk/extras/pom.xml
 /piccolo2d.java/trunk/jdk16/pom.xml
 /piccolo2d.java/trunk/swt/pom.xml

=======================================
--- /piccolo2d.java/trunk/core/pom.xml  Mon May  9 09:52:32 2011
+++ /piccolo2d.java/trunk/core/pom.xml  Fri Aug 31 13:34:48 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/trunk/extras/pom.xml        Mon May  9 09:52:39 2011
+++ /piccolo2d.java/trunk/extras/pom.xml        Fri Aug 31 13:34:48 2012
@@ -63,7 +63,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/trunk/jdk16/pom.xml Mon May  9 09:52:39 2011
+++ /piccolo2d.java/trunk/jdk16/pom.xml Fri Aug 31 13:34:48 2012
@@ -59,7 +59,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/trunk/swt/pom.xml   Mon May  9 09:52:39 2011
+++ /piccolo2d.java/trunk/swt/pom.xml   Fri Aug 31 13:34:48 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