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 2015/02/17 11:31:40 UTC

[26/50] incubator-taverna-maven-parent git commit: and updates

<scm>  and <mailingList> updates


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

Branch: refs/heads/master
Commit: b0e755a212a97e06b44fe5432c413447342ba36a
Parents: 452de90
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Fri Jan 9 11:51:59 2015 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Fri Jan 9 11:51:59 2015 +0000

----------------------------------------------------------------------
 pom.xml | 41 +++++++++++++++++++++++++++++++++++------
 1 file changed, 35 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/blob/b0e755a2/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ab2d375..ec24c0e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,9 +18,9 @@
 
 	<name>Apache Taverna (incubating) Maven parent</name>
 	<description>
-		General POM-file parent for Taverna workbench etc.
+		General POM-file parent for Apache Taverna projects
 	</description>
-	<url>http://incubator.apache.org/projects/taverna.html</url>
+	<url>http://taverna.incubator.apache.org/</url>
   <mailingLists>
     <mailingList>
       <name>Apache Taverna Developer List</name>
@@ -28,14 +28,43 @@
       <unsubscribe>dev-unsubscribe@taverna.incubator.apache.org</unsubscribe>
       <post>dev@taverna.incubator.apache.org</post>
       <archive>http://mail-archives.apache.org/mod_mbox/incubator-taverna-dev/</archive>
+      <otherArchives>
+        <otherArchive>http://www.mail-archive.com/dev@taverna.incubator.apache.org/</otherArchive>
+        <otherArchive>http://markmail.org/search/?q=list%3Aorg.apache.taverna.dev</otherArchive>
+      </otherArchives>
+    </mailingList>
+    <mailingList>
+      <name>Apache Taverna Users List</name>
+      <subscribe>users-subscribe@taverna.incubator.apache.org</subscribe>
+      <unsubscribe>users-unsubscribe@taverna.incubator.apache.org</unsubscribe>
+      <post>users@taverna.incubator.apache.org</post>
+      <archive>http://mail-archives.apache.org/mod_mbox/incubator-taverna-users/</archive>
+      <otherArchives>
+        <otherArchive>http://www.mail-archive.com/users@taverna.incubator.apache.org/</otherArchive>
+        <otherArchive>http://markmail.org/search/?q=list%3Aorg.apache.taverna.users</otherArchive>
+      </otherArchives>
+    </mailingList>
+    <mailingList>
+      <name>Apache Taverna Commits</name>
+      <subscribe>commits-subscribe@taverna.incubator.apache.org</subscribe>
+      <unsubscribe>commits-unsubscribe@taverna.incubator.apache.org</unsubscribe>
+      <post>commits@taverna.incubator.apache.org</post>
+      <archive>http://mail-archives.apache.org/mod_mbox/incubator-taverna-commits/</archive>
     </mailingList>
   </mailingLists>
 
   <scm>
-    <connection>scm:git:git://github.com/taverna-incubating/taverna-maven-parent.git</connection>
-    <developerConnection>scm:git:ssh://git@github.com/taverna-incubating/taverna-maven-parent.git</developerConnection>
-    <url>https://github.com/taverna-incubating/taverna-maven-parent/</url>
-  </scm>
+    <!-- TODO: Replace with git.apache.org details :
+      <connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent.git</connection>
+      <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent.git</developerConnection>
+      <url>https://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent.git</url>
+    -->
+    <connection>scm:git:https://github.com/taverna-incubator/incubator-taverna-maven-parent.git</connection>
+    <developerConnection>scm:git:git@github.com:taverna-incubator/incubator-taverna-maven-parent.git</developerConnection>
+    <url>https://github.com/taverna-incubator/incubator-taverna-maven-parent</url>
+    <tag>HEAD</tag>
+</scm>
+
 
 
 	<properties>