You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2016/04/17 00:08:36 UTC

svn commit: r1739522 - in /maven/pom/trunk/maven: maven-archetype-bundles/pom.xml pom.xml

Author: michaelo
Date: Sat Apr 16 22:08:36 2016
New Revision: 1739522

URL: http://svn.apache.org/viewvc?rev=1739522&view=rev
Log:
[MPOM-107] Upgrade to ASF Parent 18

Remove plugin versions already set by the parent

Modified:
    maven/pom/trunk/maven/maven-archetype-bundles/pom.xml
    maven/pom/trunk/maven/pom.xml

Modified: maven/pom/trunk/maven/maven-archetype-bundles/pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/maven-archetype-bundles/pom.xml?rev=1739522&r1=1739521&r2=1739522&view=diff
==============================================================================
--- maven/pom/trunk/maven/maven-archetype-bundles/pom.xml (original)
+++ maven/pom/trunk/maven/maven-archetype-bundles/pom.xml Sat Apr 16 22:08:36 2016
@@ -70,7 +70,6 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-release-plugin</artifactId>
-          <version>2.3.2</version>
           <configuration>
             <tagBase>https://svn.apache.org/repos/asf/maven/archetypes/tags/</tagBase>
           </configuration>

Modified: maven/pom/trunk/maven/pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/pom.xml?rev=1739522&r1=1739521&r2=1739522&view=diff
==============================================================================
--- maven/pom/trunk/maven/pom.xml (original)
+++ maven/pom/trunk/maven/pom.xml Sat Apr 16 22:08:36 2016
@@ -902,7 +902,6 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-site-plugin</artifactId>
-          <version>3.5.1</version>
           <configuration>
             <!-- for multi-modules site staging -->
             <topSiteURL>scm:svn:https://svn.apache.org/repos/infra/websites/production/maven/components/${maven.site.path}</topSiteURL>
@@ -961,13 +960,7 @@ under the License.
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-project-info-reports-plugin</artifactId>
-          <version>2.8.1</version>
-        </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-release-plugin</artifactId>
-          <version>2.5.2</version>
           <configuration>
             <useReleaseProfiles>true</useReleaseProfiles>
             <releaseProfiles>apache-release</releaseProfiles>
@@ -980,12 +973,6 @@ under the License.
           <artifactId>maven-toolchains-plugin</artifactId>
           <version>1.1</version>
         </plugin>
-        <!--remove when apache-parent is updated to ASF-18 -->
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-gpg-plugin</artifactId>
-          <version>1.6</version>
-        </plugin>        
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>findbugs-maven-plugin</artifactId>