Use newer apache-taverna-parent

Also newer javadoc plugins


Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/commit/448c261c
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/tree/448c261c
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/diff/448c261c

Branch: refs/heads/master
Commit: 448c261c18dd2cf01928def8234e3534eb9c27a2
Parents: f339edf
Author: Stian Soiland-Reyes <[email protected]>
Authored: Mon Jan 8 14:43:09 2018 +0000
Committer: Stian Soiland-Reyes <[email protected]>
Committed: Mon Jan 8 14:43:09 2018 +0000

----------------------------------------------------------------------
 pom.xml | 30 +++++++-----------------------
 1 file changed, 7 insertions(+), 23 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/blob/448c261c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index afeb8b0..14ff17b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.taverna</groupId>
                <artifactId>apache-taverna-parent</artifactId>
-               <version>2-incubating</version>
+               <version>3-incubating-SNAPSHOT</version>
        </parent>
        <groupId>org.apache.taverna.server</groupId>
        <artifactId>apache-taverna-server</artifactId>
@@ -256,7 +256,7 @@ executing.</description>
                                <groupId>org.apache.rat</groupId>
                                <artifactId>apache-rat-plugin</artifactId>
                                <configuration>
-                                       <excludes>
+                                       <excludes combine.children="append">
                                                <!-- These refer to files under 
the Apache license, but which have no comment syntax. -->
                                                <exclude>CITATION</exclude>
                                                
<exclude>**/META-INF/MANIFEST.MF</exclude>
@@ -361,7 +361,7 @@ executing.</description>
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-javadoc-plugin</artifactId>
-                               <version>2.8</version>
+                               <version>3.0.0</version>
                                <configuration>
                                        <show>protected</show>
                                        <nohelp>true</nohelp>
@@ -415,7 +415,7 @@ executing.</description>
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-changelog-plugin</artifactId>
-                               <version>2.2</version>
+                               <version>2.3</version>
                                <configuration>
                                        
<issueLinkUrl>https://issues.apache.org/jira/browse/%ISSUE%</issueLinkUrl>
                                </configuration>
@@ -423,7 +423,7 @@ executing.</description>
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                
<artifactId>maven-project-info-reports-plugin</artifactId>
-                               <version>2.4</version>
+                               <version>2.9</version>
                        </plugin>
                </plugins>
        </reporting>
@@ -442,7 +442,6 @@ executing.</description>
                                                <plugin>
                                                        
<groupId>org.apache.maven.plugins</groupId>
                                                        
<artifactId>maven-site-plugin</artifactId>
-                                                       <version>3.0</version>
                                                </plugin>
                                        </plugins>
                                </pluginManagement>
@@ -455,7 +454,6 @@ executing.</description>
                                        <plugin>
                                                
<groupId>org.apache.maven.plugins</groupId>
                                                
<artifactId>maven-javadoc-plugin</artifactId>
-                                               <version>2.8</version>
                                                <configuration>
                                                        <show>private</show>
                                                        <nohelp>true</nohelp>
@@ -506,31 +504,17 @@ executing.</description>
                                        </plugin>
                                        <plugin>
                                                
<groupId>org.apache.maven.plugins</groupId>
-                                               
<artifactId>maven-changes-plugin</artifactId>
-                                               <version>2.6</version>
-                                               <reportSets>
-                                                       <reportSet>
-                                                               
<id>jira-report</id>
-                                                               <reports>
-                                                                       
<report>jira-report</report>
-                                                               </reports>
-                                                       </reportSet>
-                                               </reportSets>
-                                       </plugin>
-                                       <plugin>
-                                               
<groupId>org.apache.maven.plugins</groupId>
                                                
<artifactId>maven-checkstyle-plugin</artifactId>
-                                               <version>2.7</version>
                                        </plugin>
                                        <plugin>
                                                
<groupId>org.apache.maven.plugins</groupId>
                                                
<artifactId>maven-pmd-plugin</artifactId>
-                                               <version>2.5</version>
+                                               <version>3.8</version>
                                        </plugin>
                                        <plugin>
                                                
<groupId>org.apache.maven.plugins</groupId>
                                                
<artifactId>maven-surefire-report-plugin</artifactId>
-                                               <version>2.9</version>
+                                               <version>2.20.1</version>
                                        </plugin>
                                </plugins>
                        </reporting>

Reply via email to