[hornetq-commits] JBoss hornetq SVN: r12246 - in trunk: hornetq-core and 1 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Mar 6 07:08:01 EST 2012


Author: borges
Date: 2012-03-06 07:08:00 -0500 (Tue, 06 Mar 2012)
New Revision: 12246

Modified:
   trunk/hornetq-core/pom.xml
   trunk/hornetq-journal/pom.xml
   trunk/pom.xml
Log:
Maven plugin version updates

Modified: trunk/hornetq-core/pom.xml
===================================================================
--- trunk/hornetq-core/pom.xml	2012-03-06 11:40:47 UTC (rev 12245)
+++ trunk/hornetq-core/pom.xml	2012-03-06 12:08:00 UTC (rev 12246)
@@ -42,7 +42,7 @@
                <plugin>
                   <groupId>org.apache.maven.plugins</groupId>
                   <artifactId>maven-javadoc-plugin</artifactId>
-                  <version>2.8</version>
+                  <version>2.8.1</version>
                   <configuration>
                      <doclet>org.jboss.apiviz.APIviz</doclet>
                      <docletArtifact>

Modified: trunk/hornetq-journal/pom.xml
===================================================================
--- trunk/hornetq-journal/pom.xml	2012-03-06 11:40:47 UTC (rev 12245)
+++ trunk/hornetq-journal/pom.xml	2012-03-06 12:08:00 UTC (rev 12246)
@@ -38,7 +38,7 @@
                <plugin>
                   <groupId>org.apache.maven.plugins</groupId>
                   <artifactId>maven-javadoc-plugin</artifactId>
-                  <version>2.8</version>
+                  <version>2.8.1</version>
                   <configuration>
                      <doclet>org.jboss.apiviz.APIviz</doclet>
                      <docletArtifact>

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2012-03-06 11:40:47 UTC (rev 12245)
+++ trunk/pom.xml	2012-03-06 12:08:00 UTC (rev 12246)
@@ -501,7 +501,7 @@
             <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-pmd-plugin</artifactId>
-	       <version>2.7</version>
+	       <version>2.7.1</version>
                <configuration>
                   <linkXref>true</linkXref>
                   <sourceEncoding>utf-8</sourceEncoding>
@@ -617,7 +617,7 @@
          <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-checkstyle-plugin</artifactId>
-            <version>2.9</version>
+            <version>2.9.1</version>
             <configuration>
                <configLocation>checkstyle.xml</configLocation>
             </configuration>



More information about the hornetq-commits mailing list