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 2017/01/13 15:36:26 UTC

[1/3] incubator-taverna-maven-parent git commit: javadoc doclint:none config

Repository: incubator-taverna-maven-parent
Updated Branches:
  refs/heads/master 64be66259 -> 4fd149f9f


javadoc doclint:none config


Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/commit/667699e8
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/tree/667699e8
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/diff/667699e8

Branch: refs/heads/master
Commit: 667699e8bf53bce22ee999a1251e34042fece6de
Parents: e382e53
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Wed Nov 2 17:32:26 2016 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Wed Nov 2 17:32:26 2016 +0000

----------------------------------------------------------------------
 pom.xml | 18 +++---------------
 1 file changed, 3 insertions(+), 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/blob/667699e8/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8f72386..5a5b119 100644
--- a/pom.xml
+++ b/pom.xml
@@ -628,25 +628,13 @@ upgraded - this leads to recursive spaghetti.
           </execution>
         </executions>
       </plugin>
-
-      <!-- Only needed during -Papache-release,
-	   Apache super-parent will do that for us
 	<plugin>
 	    <groupId>org.apache.maven.plugins</groupId>
 	    <artifactId>maven-javadoc-plugin</artifactId>
-	    <executions>
-		<execution>
-		    <id>attach-javadocs</id>
-		    <goals>
-			<goal>jar</goal>
-		    </goals>
-		    <configuration>
-			<additionalparam>-Xdoclint:none</additionalparam>
-		    </configuration>
-		</execution>
-	    </executions>
+	    <configuration>
+		<additionalparam>-Xdoclint:none</additionalparam>
+	    </configuration>
 	</plugin>
--->
 
 
     <plugin>


[3/3] incubator-taverna-maven-parent git commit: Updated copyright to 2017

Posted by st...@apache.org.
Updated copyright to 2017


Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/commit/4fd149f9
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/tree/4fd149f9
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/diff/4fd149f9

Branch: refs/heads/master
Commit: 4fd149f9fe3de49efd1f7032478aa97e8113c179
Parents: d27d06f
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Fri Jan 13 15:36:23 2017 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Fri Jan 13 15:36:23 2017 +0000

----------------------------------------------------------------------
 NOTICE | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/blob/4fd149f9/NOTICE
----------------------------------------------------------------------
diff --git a/NOTICE b/NOTICE
index b3bf371..5c314f0 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
 Apache Taverna Maven Parent
-Copyright 2014-2016 The Apache Software Foundation
+Copyright 2014-2017 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).


[2/3] incubator-taverna-maven-parent git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent

Posted by st...@apache.org.
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent


Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/commit/d27d06f8
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/tree/d27d06f8
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/diff/d27d06f8

Branch: refs/heads/master
Commit: d27d06f8680d2897f10202d4748c0ceb880ecb6f
Parents: 667699e 64be662
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Fri Jan 13 15:36:20 2017 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Fri Jan 13 15:36:20 2017 +0000

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/blob/d27d06f8/pom.xml
----------------------------------------------------------------------