You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@taverna.apache.org by st...@apache.org on 2019/01/14 11:30:42 UTC

[incubator-taverna-maven-parent] branch master updated: TAVERNA-1058 Newer ASF super-parent

This is an automated email from the ASF dual-hosted git repository.

stain pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-taverna-maven-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 774967d  TAVERNA-1058 Newer ASF super-parent
774967d is described below

commit 774967dbd324dc38a39c16c376120fd8d4e8dcb7
Author: Stian Soiland-Reyes <st...@apache.org>
AuthorDate: Mon Jan 14 11:15:06 2019 +0000

    TAVERNA-1058 Newer ASF super-parent
---
 pom.xml | 22 ++--------------------
 1 file changed, 2 insertions(+), 20 deletions(-)

diff --git a/pom.xml b/pom.xml
index e1c76a0..3f69b77 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,11 +20,8 @@
   <parent>
       <groupId>org.apache</groupId>
       <artifactId>apache</artifactId>
-      <version>18</version>
+      <version>21</version>
   </parent>
-  <prerequisites>    
-    <maven>3.2.0</maven>
-  </prerequisites>
 
   <groupId>org.apache.taverna</groupId>
   <artifactId>apache-taverna-parent</artifactId>
@@ -766,21 +763,11 @@ upgraded - this leads to recursive spaghetti.
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
-        <version>3.4.0</version>
+        <version>3.5.1</version>
         <extensions>true</extensions>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-release-plugin</artifactId>
-        <version>2.5.3</version>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.rat</groupId>
-        <artifactId>apache-rat-plugin</artifactId>
-        <version>0.12</version>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
         <configuration>
           <source>${maven.compiler.source}</source>
@@ -797,11 +784,6 @@ upgraded - this leads to recursive spaghetti.
         <artifactId>appassembler-maven-plugin</artifactId>
         <version>1.10</version>
       </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-shade-plugin</artifactId>
-        <version>3.1.0</version>
-      </plugin>
     </plugins>
   </pluginManagement>
   </build>