You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by or...@apache.org on 2016/12/29 11:25:37 UTC

svn commit: r1776401 - /qpid/java/trunk/pom.xml

Author: orudyy
Date: Thu Dec 29 11:25:37 2016
New Revision: 1776401

URL: http://svn.apache.org/viewvc?rev=1776401&view=rev
Log:
NO-JIRA: Change project apache parent version to 17

Modified:
    qpid/java/trunk/pom.xml

Modified: qpid/java/trunk/pom.xml
URL: http://svn.apache.org/viewvc/qpid/java/trunk/pom.xml?rev=1776401&r1=1776400&r2=1776401&view=diff
==============================================================================
--- qpid/java/trunk/pom.xml (original)
+++ qpid/java/trunk/pom.xml Thu Dec 29 11:25:37 2016
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>16</version>
+    <version>17</version>
   </parent>
 
   <groupId>org.apache.qpid</groupId>
@@ -166,10 +166,6 @@
     <qpid.legacy.jms.client.artifactid>qpid-client</qpid.legacy.jms.client.artifactid>
     <qpid.legacy.jms.client.version>${project.version}</qpid.legacy.jms.client.version>
     <qpid.legacy.jms.client.type>jar</qpid.legacy.jms.client.type>
-
-    <!-- These versions needs to be kept in sync with versions in parent pom-->
-    <maven-project-info-reports-plugin-version>2.8</maven-project-info-reports-plugin-version>
-    <maven-failsafe-and-surefire-plugins-version>2.18.1</maven-failsafe-and-surefire-plugins-version>
   </properties>
 
   <modules>
@@ -299,21 +295,6 @@
             <tagNameFormat>@{project.version}</tagNameFormat>
           </configuration>
         </plugin>
-        <!-- REMOVE 2 PLUGINS BELOW AFTER CHANGING APACHE PARENT TO V 17 -->
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-project-info-reports-plugin</artifactId>
-          <version>${maven-project-info-reports-plugin-version}</version>
-        </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-surefire-report-plugin</artifactId>
-          <version>${maven-failsafe-and-surefire-plugins-version}</version>
-          <configuration>
-            <alwaysGenerateSurefireReport>false</alwaysGenerateSurefireReport>
-            <reportsDirectory>${test.output.dir}</reportsDirectory>
-          </configuration>
-        </plugin>
       </plugins>
     </pluginManagement>
 
@@ -491,9 +472,6 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-project-info-reports-plugin</artifactId>
-        <!--While the version is specified in pluginManagement, it has to be set here otherwise the
-            version specified within the build.plugins section of the parent pom takes precendece -->
-        <version>${maven-project-info-reports-plugin-version}</version>
         <configuration>
           <dependencyDetailsEnabled>false</dependencyDetailsEnabled>
           <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
@@ -509,7 +487,6 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-report-plugin</artifactId>
-        <version>${maven-failsafe-and-surefire-plugins-version}</version>
         <reportSets>
           <reportSet>
             <reports>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org