You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2016/04/22 21:57:04 UTC

svn commit: r1740594 - /myfaces/tobago/branches/tobago-3.0.x/pom.xml

Author: lofwyr
Date: Fri Apr 22 19:57:04 2016
New Revision: 1740594

URL: http://svn.apache.org/viewvc?rev=1740594&view=rev
Log:
define/update plugins versions

Modified:
    myfaces/tobago/branches/tobago-3.0.x/pom.xml

Modified: myfaces/tobago/branches/tobago-3.0.x/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/pom.xml?rev=1740594&r1=1740593&r2=1740594&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/pom.xml (original)
+++ myfaces/tobago/branches/tobago-3.0.x/pom.xml Fri Apr 22 19:57:04 2016
@@ -187,6 +187,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
+        <version>2.8</version>
         <configuration>
           <linksource>true</linksource>
           <breakiterator>true</breakiterator>
@@ -240,7 +241,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-project-info-reports-plugin</artifactId>
-        <version>2.8</version>
+        <version>2.9</version>
       </plugin>
 
       <!--plugin>
@@ -352,6 +353,7 @@
       <plugin>
         <groupId>org.apache.rat</groupId>
         <artifactId>apache-rat-plugin</artifactId>
+        <version>0.11</version>
       </plugin>
 
       <plugin>