Author: ggregory
Date: Sun Jul 26 23:25:52 2020
New Revision: 1880338

URL: http://svn.apache.org/viewvc?rev=1880338&view=rev
Log:
Update Maven plugins.

Modified:
    commons/cms-site/trunk/content/site.xml
    commons/cms-site/trunk/pom.xml

Modified: commons/cms-site/trunk/content/site.xml
URL: 
http://svn.apache.org/viewvc/commons/cms-site/trunk/content/site.xml?rev=1880338&r1=1880337&r2=1880338&view=diff
==============================================================================
--- commons/cms-site/trunk/content/site.xml (original)
+++ commons/cms-site/trunk/content/site.xml Sun Jul 26 23:25:52 2020
@@ -42,7 +42,7 @@
       <item name="Home"                   href="/index.html"/>
       <item name="License"                
href="http://www.apache.org/licenses/"/>
       <item name="Mailing Lists"          href="/mail-lists.html"/>
-      <item name="PMC"                    href="/team-list.html"/>
+      <item name="PMC"                    href="/team.html"/>
       <item name="Components"             href="/components.html" 
collapse="true">
         <!-- This list should agree with xdoc/index.xml and 
xdoc/components.xml and xdoc/downloads/index.xml -->
         <item name="BCEL"                 href="/bcel/" />

Modified: commons/cms-site/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/cms-site/trunk/pom.xml?rev=1880338&r1=1880337&r2=1880338&view=diff
==============================================================================
--- commons/cms-site/trunk/pom.xml (original)
+++ commons/cms-site/trunk/pom.xml Sun Jul 26 23:25:52 2020
@@ -257,7 +257,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>properties-maven-plugin</artifactId>
-        <version>1.0-alpha-2</version>
+        <version>1.0.0</version>
         <executions>
           <execution>
             <phase>pre-site</phase>
@@ -278,7 +278,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-site-plugin</artifactId>
-          <version>3.4</version>
+          <version>3.9.1</version>
           <configuration>
             <siteDirectory>${basedir}/content</siteDirectory>
           </configuration>
@@ -293,11 +293,11 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-project-info-reports-plugin</artifactId>
-        <version>2.7</version>
+        <version>3.0.0</version>
         <reportSets>
           <reportSet>
             <reports>
-              <report>project-team</report>
+              <report>team</report>
             </reports>
           </reportSet>
         </reportSets>


Reply via email to