You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by vs...@apache.org on 2010/04/27 11:51:21 UTC

svn commit: r938382 - /maven/plugins/trunk/maven-javadoc-plugin/pom.xml

Author: vsiveton
Date: Tue Apr 27 09:51:20 2010
New Revision: 938382

URL: http://svn.apache.org/viewvc?rev=938382&view=rev
Log:
o bump to latest reporting plugins

Modified:
    maven/plugins/trunk/maven-javadoc-plugin/pom.xml

Modified: maven/plugins/trunk/maven-javadoc-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/pom.xml?rev=938382&r1=938381&r2=938382&view=diff
==============================================================================
--- maven/plugins/trunk/maven-javadoc-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-javadoc-plugin/pom.xml Tue Apr 27 09:51:20 2010
@@ -236,11 +236,11 @@ under the License.
       <scope>test</scope>
     </dependency>
     <dependency>
-    	<groupId>org.apache.maven.shared</groupId>
-    	<artifactId>maven-common-artifact-filters</artifactId>
-    	<version>1.2</version>
-    	<type>jar</type>
-    	<scope>compile</scope>
+      <groupId>org.apache.maven.shared</groupId>
+      <artifactId>maven-common-artifact-filters</artifactId>
+      <version>1.2</version>
+      <type>jar</type>
+      <scope>compile</scope>
     </dependency>
   </dependencies>
 
@@ -443,20 +443,9 @@ under the License.
       <reporting>
         <plugins>
           <plugin>
-            <groupId>org.codehaus.mojo</groupId>
-            <artifactId>l10n-maven-plugin</artifactId>
-            <version>1.0-alpha-1</version>
-            <configuration>
-              <locales>
-                <locale>de</locale>
-                <locale>fr</locale>
-              </locales>
-            </configuration>
-          </plugin>
-          <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-changes-plugin</artifactId>
-            <version>2.1</version>
+            <version>2.3</version>
             <configuration>
               <!-- For JIRA-report -->
               <columnNames>Type,Key,Summary,Assignee,Status,Resolution,Fix Version</columnNames>
@@ -477,7 +466,7 @@ under the License.
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-checkstyle-plugin</artifactId>
-            <version>2.3</version>
+            <version>2.5</version>
           </plugin>
           <plugin>
             <groupId>org.codehaus.mojo</groupId>
@@ -493,7 +482,7 @@ under the License.
           <plugin>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>taglist-maven-plugin</artifactId>
-            <version>2.3</version>
+            <version>2.4</version>
           </plugin>
         </plugins>
       </reporting>