You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directmemory.apache.org by ol...@apache.org on 2012/02/21 16:20:16 UTC

svn commit: r1291856 - /incubator/directmemory/trunk/pom.xml

Author: olamy
Date: Tue Feb 21 15:20:16 2012
New Revision: 1291856

URL: http://svn.apache.org/viewvc?rev=1291856&view=rev
Log:
upgrade changes and checkstyle plugin version

Modified:
    incubator/directmemory/trunk/pom.xml

Modified: incubator/directmemory/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/directmemory/trunk/pom.xml?rev=1291856&r1=1291855&r2=1291856&view=diff
==============================================================================
--- incubator/directmemory/trunk/pom.xml (original)
+++ incubator/directmemory/trunk/pom.xml Tue Feb 21 15:20:16 2012
@@ -268,7 +268,7 @@ under the License.
     <release-plugin.version>2.1</release-plugin.version>
     <resources-plugin.version>2.5</resources-plugin.version>
     <report-plugin.version>0.1</report-plugin.version>
-    <checkstyle-plugin.version>2.8</checkstyle-plugin.version>
+    <checkstyle-plugin.version>2.9</checkstyle-plugin.version>
     <site-plugin.version>3.0</site-plugin.version>
     <source-plugin.version>2.1.2</source-plugin.version>
 
@@ -626,7 +626,7 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-changes-plugin</artifactId>
-        <version>2.3</version>
+        <version>2.6</version>
         <inherited>false</inherited>
         <configuration>
           <issueLinkTemplate>%URL%/../%ISSUE%</issueLinkTemplate>