Revision: 906
          http://jwebunit.svn.sourceforge.net/jwebunit/?rev=906&view=rev
Author:   henryju
Date:     2011-08-16 11:55:37 +0000 (Tue, 16 Aug 2011)

Log Message:
-----------
Update plugins and dependencies versions. A fix was needed for MCHECKSTYLE-159.

Modified Paths:
--------------
    trunk/pom.xml
    trunk/src/checkstyle/jwebunit-checkstyle.xml

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml       2011-08-16 10:05:52 UTC (rev 905)
+++ trunk/pom.xml       2011-08-16 11:55:37 UTC (rev 906)
@@ -226,7 +226,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-surefire-plugin</artifactId>
-                    <version>2.8</version>
+                    <version>2.9</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
@@ -236,7 +236,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-deploy-plugin</artifactId>
-                    <version>2.5</version>
+                    <version>2.6</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
@@ -246,7 +246,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-assembly-plugin</artifactId>
-                    <version>2.2</version>
+                    <version>2.2.1</version>
                     <configuration>
                         <attach>false</attach>
                         <descriptors>
@@ -259,7 +259,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-release-plugin</artifactId>
-                    <version>2.1</version>
+                    <version>2.2.1</version>
                     <configuration>
                         <autoVersionSubmodules>true</autoVersionSubmodules>
                         <preparationGoals>clean install</preparationGoals>
@@ -279,12 +279,12 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-site-plugin</artifactId>
-                    <version>2.2</version>
+                    <version>2.3</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-javadoc-plugin</artifactId>
-                    <version>2.7</version>
+                    <version>2.8</version>
                     <configuration>
                         <quiet>true</quiet>
                     </configuration>
@@ -348,7 +348,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-changes-plugin</artifactId>
-                <version>2.4</version>
+                <version>2.6</version>
                 <inherited>false</inherited>
                 <executions>
                     <execution>
@@ -429,7 +429,7 @@
             <dependency>
                 <groupId>ch.qos.logback</groupId>
                 <artifactId>logback-classic</artifactId>
-                <version>0.9.28</version>
+                <version>0.9.29</version>
                 <optional>true</optional>
             </dependency>
             <dependency>
@@ -454,7 +454,7 @@
                     <plugin>
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-gpg-plugin</artifactId>
-                        <version>1.1</version>
+                        <version>1.3</version>
                         <executions>
                             <execution>
                                 <id>sign-artifacts</id>
@@ -525,7 +525,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-checkstyle-plugin</artifactId>
-                <version>2.6</version>
+                <version>2.7</version>
                 <configuration>
                     <configLocation>
                         
${basedir}/${topDirectoryLocation}/src/checkstyle/jwebunit-checkstyle.xml
@@ -536,12 +536,16 @@
                     <xrefLocation>
                         
${project.reporting.outputDirectory}/${topDirectoryLocation}/xref
                     </xrefLocation>
+                    <!-- Needed for MCHECKSTYLE-159 -->
+                    <propertyExpansion>
+                        
cacheFile=${project.build.directory}/checkstyle-cachefile
+                    </propertyExpansion>
                 </configuration>
             </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-surefire-report-plugin</artifactId>
-                <version>2.8</version>
+                <version>2.9</version>
                 <configuration>
                     <aggregate>true</aggregate>
                 </configuration>
@@ -572,7 +576,7 @@
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>findbugs-maven-plugin</artifactId>
-                <version>2.3.1</version>
+                <version>2.3.2</version>
                 <configuration>
                     <xrefLocation>
                         
${project.reporting.outputDirectory}/${topDirectoryLocation}/xref
@@ -582,7 +586,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-javadoc-plugin</artifactId>
-                <version>2.7</version>
+                <version>2.8</version>
                 <reportSets>
                     <reportSet>
                         <id>aggregate</id>
@@ -618,7 +622,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-jxr-plugin</artifactId>
-                <version>2.2</version>
+                <version>2.3</version>
                 <configuration>
                     <aggregate>true</aggregate>
                 </configuration>
@@ -643,7 +647,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-project-info-reports-plugin</artifactId>
-                <version>2.3.1</version>
+                <version>2.4</version>
                 <reportSets>
                     <reportSet>
                         <reports>

Modified: trunk/src/checkstyle/jwebunit-checkstyle.xml
===================================================================
--- trunk/src/checkstyle/jwebunit-checkstyle.xml        2011-08-16 10:05:52 UTC 
(rev 905)
+++ trunk/src/checkstyle/jwebunit-checkstyle.xml        2011-08-16 11:55:37 UTC 
(rev 906)
@@ -36,6 +36,7 @@
        </module>
        <module name="FileLength" />
        <module name="TreeWalker">
+               <property name="cacheFile" value="${cacheFile}"/><!-- Needed 
for MCHECKSTYLE-159 -->
                <module name="JavadocMethod" />
                <module name="JavadocType" />
                <module name="JavadocVariable">


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
JWebUnit-development mailing list
JWebUnit-development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jwebunit-development

Reply via email to