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 2018/01/08 14:22:17 UTC

[1/3] incubator-taverna-maven-parent git commit: https links where available

Repository: incubator-taverna-maven-parent
Updated Branches:
  refs/heads/master 48b154bd9 -> dd1a7de3e


https links where available


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/67844fa7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/tree/67844fa7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/diff/67844fa7

Branch: refs/heads/master
Commit: 67844fa7c23f97a666d6c30244211242d99b8bf7
Parents: 48b154b
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Mon Jan 8 14:09:46 2018 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Mon Jan 8 14:09:46 2018 +0000

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


http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/blob/67844fa7/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 7f4436f..d88604b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,7 +35,7 @@
   <description>
     General POM-file parent for Apache Taverna projects
   </description>
-  <url>http://taverna.incubator.apache.org/</url>
+  <url>https://taverna.incubator.apache.org/</url>
   <inceptionYear>2015</inceptionYear>
   <mailingLists>
     <mailingList>
@@ -45,8 +45,8 @@
       <post>dev@taverna.incubator.apache.org</post>
       <archive>https://lists.apache.org/list.html?dev@taverna.apache.org</archive>      
       <otherArchives>
-        <otherArchive>http://mail-archives.apache.org/mod_mbox/incubator-taverna-dev/</otherArchive>
-        <otherArchive>http://www.mail-archive.com/dev@taverna.incubator.apache.org/</otherArchive>
+        <otherArchive>https://mail-archives.apache.org/mod_mbox/incubator-taverna-dev/</otherArchive>
+        <otherArchive>https://www.mail-archive.com/dev@taverna.incubator.apache.org/</otherArchive>
         <otherArchive>http://markmail.org/search/?q=list%3Aorg.apache.taverna.dev</otherArchive>
       </otherArchives>
     </mailingList>
@@ -57,8 +57,8 @@
       <post>users@taverna.incubator.apache.org</post>
       <archive>https://lists.apache.org/list.html?users@taverna.apache.org</archive>      
       <otherArchives>
-        <otherArchive>http://mail-archives.apache.org/mod_mbox/incubator-taverna-users/</otherArchive>
-        <otherArchive>http://www.mail-archive.com/users@taverna.incubator.apache.org/</otherArchive>
+        <otherArchive>https://mail-archives.apache.org/mod_mbox/incubator-taverna-users/</otherArchive>
+        <otherArchive>https://www.mail-archive.com/users@taverna.incubator.apache.org/</otherArchive>
         <otherArchive>http://markmail.org/search/?q=list%3Aorg.apache.taverna.users</otherArchive>
       </otherArchives>
     </mailingList>
@@ -70,7 +70,7 @@
         <post>commits@taverna.incubator.apache.org</post> -->
       <archive>https://lists.apache.org/list.html?commits@taverna.apache.org</archive>
       <otherArchives>
-        <otherArchive>http://mail-archives.apache.org/mod_mbox/incubator-taverna-commits/</otherArchive>
+        <otherArchive>https://mail-archives.apache.org/mod_mbox/incubator-taverna-commits/</otherArchive>
       </otherArchives>      
     </mailingList>
   </mailingLists>
@@ -81,7 +81,7 @@
 
   <developers>
           <!--  For an updated list, see
-          http://taverna.incubator.apache.org/about/
+          https://taverna.incubator.apache.org/about/
         https://home.apache.org/phonebook.html?podling=taverna
 
           This lists contain the official committers/PPMC members
@@ -873,8 +873,8 @@ upgraded - this leads to recursive spaghetti.
 
 
   <repositories>
-    <!-- Apache snapshot repository inherited from Apache parent:
-      <url>http://repository.apache.org/snapshots</url>
+    <!-- apache.snapshots inherited from Apache parent:
+      <url>https://repository.apache.org/snapshots</url>
     -->
 
       <repository>


[2/3] incubator-taverna-maven-parent git commit: test-jar enabled where needed only

Posted by st...@apache.org.
test-jar enabled where needed only

e.g. taverna-scufl2-api


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/1fc91ba5
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/tree/1fc91ba5
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/diff/1fc91ba5

Branch: refs/heads/master
Commit: 1fc91ba59d8a430a98b2c70796c073212006546e
Parents: 67844fa
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Mon Jan 8 14:17:28 2018 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Mon Jan 8 14:17:28 2018 +0000

----------------------------------------------------------------------
 pom.xml | 27 ---------------------------
 1 file changed, 27 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/blob/1fc91ba5/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d88604b..3acb8b4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -639,33 +639,6 @@ upgraded - this leads to recursive spaghetti.
         <target>${maven.compiler.target}</target>
       </configuration>
     </plugin>
-
-      <!-- Generally only needed during -Papache-release,
-           Apache super-parent will do that for us
-    <plugin>
-      <groupId>org.apache.maven.plugins</groupId>
-      <artifactId>maven-source-plugin</artifactId>
-      <executions>
-        <execution>
-          <goals>
-            <goal>jar</goal>
-            <goal>test-jar</goal>
-          </goals>
-        </execution>
-      </executions>
-    </plugin>
-    <plugin>
-      <groupId>org.apache.maven.plugins</groupId>
-      <artifactId>maven-jar-plugin</artifactId>
-      <executions>
-        <execution>
-          <goals>
-            <goal>test-jar</goal>
-          </goals>
-        </execution>
-      </executions>
-    </plugin>
--->
     <plugin>
       <groupId>org.apache.maven.plugins</groupId>
       <artifactId>maven-surefire-plugin</artifactId>


[3/3] incubator-taverna-maven-parent git commit: TAVERNA-1029 Only use https Maven repos

Posted by st...@apache.org.
TAVERNA-1029 Only use https Maven repos


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/dd1a7de3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/tree/dd1a7de3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/diff/dd1a7de3

Branch: refs/heads/master
Commit: dd1a7de3e3c22e1e15ab455ca25ce9e6fb13e24b
Parents: 1fc91ba
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Mon Jan 8 14:22:01 2018 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Mon Jan 8 14:22:01 2018 +0000

----------------------------------------------------------------------
 pom.xml | 42 +++++++++++++++++++++++++++++++-----------
 1 file changed, 31 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/blob/dd1a7de3/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 3acb8b4..142a044 100644
--- a/pom.xml
+++ b/pom.xml
@@ -846,9 +846,9 @@ upgraded - this leads to recursive spaghetti.
 
 
   <repositories>
-    <!-- apache.snapshots inherited from Apache parent:
+<!-- apache.snapshots inherited from Apache parent:
       <url>https://repository.apache.org/snapshots</url>
-    -->
+-->
 
       <repository>
         <snapshots>
@@ -859,6 +859,7 @@ upgraded - this leads to recursive spaghetti.
         <url>https://dl.bintray.com/spring/jars</url>
       </repository>
 
+<!-- Now at https://repo.spring.io/release and JCenter
       <repository>
         <id>com.springsource.repository.bundles.release</id>
         <name>SpringSource Enterprise Bundle Repository - SpringSource Bundle Releases</name>
@@ -875,16 +876,35 @@ upgraded - this leads to recursive spaghetti.
           <enabled>false</enabled>
         </snapshots>
       </repository>
+-->
 
-<repository>
-    <id>repository.spring.milestone</id>
-    <name>Spring Milestone Repository</name>
-    <url>https://repo.spring.io/milestone</url>
-    <releases />
-    <snapshots>
-      <enabled>false</enabled>
-    </snapshots>
-</repository>
+	<repository>
+	    <id>repository.spring.release</id>
+	    <name>Spring Releases</name>
+	    <url>https://repo.spring.io/release</url>
+	    <releases />
+	    <snapshots>
+	      <enabled>false</enabled>
+	    </snapshots>
+	</repository>
+	<repository>
+	    <id>repository.spring.milestone</id>
+	    <name>Spring Milestone Repository</name>
+	    <url>https://repo.spring.io/milestone</url>
+	    <releases />
+	    <snapshots>
+	      <enabled>false</enabled>
+	    </snapshots>
+	</repository>
+	<repository>
+	  <id>jcenter</id>
+	  <name>JCenter at Bintray</name>
+	  <url>https://jcenter.bintray.com/</url>
+	    <releases />
+	    <snapshots>
+	      <enabled>false</enabled>
+	    </snapshots>
+	</repository>
 
 
   </repositories>