You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by de...@apache.org on 2016/09/09 11:51:46 UTC

svn commit: r1759992 - /myfaces/site/trunk/pom.xml

Author: deki
Date: Fri Sep  9 11:51:46 2016
New Revision: 1759992

URL: http://svn.apache.org/viewvc?rev=1759992&view=rev
Log:
updated plugins to fix site build (see https://cwiki.apache.org/confluence/display/MAVEN/AetherClassNotFound)

Modified:
    myfaces/site/trunk/pom.xml

Modified: myfaces/site/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/site/trunk/pom.xml?rev=1759992&r1=1759991&r2=1759992&view=diff
==============================================================================
--- myfaces/site/trunk/pom.xml (original)
+++ myfaces/site/trunk/pom.xml Fri Sep  9 11:51:46 2016
@@ -23,7 +23,7 @@
   <parent>
       <groupId>org.apache.myfaces</groupId>
       <artifactId>myfaces</artifactId>
-      <version>15</version>
+      <version>16</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.myfaces</groupId>
@@ -56,7 +56,7 @@
         <plugins>
           <plugin>
             <artifactId>maven-site-plugin</artifactId>
-            <version>3.1</version>
+            <version>3.5.1</version>
           </plugin>
         </plugins>
     </pluginManagement>
@@ -64,7 +64,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-scm-publish-plugin</artifactId>
-        <version>1.0-beta-1</version>
+        <version>1.1</version>
         <configuration>
           <pubScmUrl>scm:svn:https://svn.apache.org/repos/asf/myfaces/site/publish/</pubScmUrl>
           <tryUpdate>true</tryUpdate>
@@ -87,7 +87,7 @@
       <plugins>
         <plugin>
           <artifactId>maven-project-info-reports-plugin</artifactId>
-          <version>2.4</version>
+          <version>2.9</version>
         </plugin>
       </plugins>
     </reporting>