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 2016/05/16 08:28:43 UTC

[2/9] incubator-taverna-engine git commit: Include apache snapshot repository

Include apache snapshot repository


Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-engine/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-engine/commit/5d90faa0
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-engine/tree/5d90faa0
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-engine/diff/5d90faa0

Branch: refs/heads/master
Commit: 5d90faa0331eaf8f700cf2a39e12480150bc620a
Parents: 02565b6
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Sun May 15 17:00:16 2016 +0100
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Sun May 15 17:00:16 2016 +0100

----------------------------------------------------------------------
 .../main/resources/archetype-resources/pom.xml   | 19 ++++++++-----------
 1 file changed, 8 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-engine/blob/5d90faa0/taverna-activity-archetype/src/main/resources/archetype-resources/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-activity-archetype/src/main/resources/archetype-resources/pom.xml b/taverna-activity-archetype/src/main/resources/archetype-resources/pom.xml
index 74eec67..51c69a0 100644
--- a/taverna-activity-archetype/src/main/resources/archetype-resources/pom.xml
+++ b/taverna-activity-archetype/src/main/resources/archetype-resources/pom.xml
@@ -133,17 +133,14 @@
 	</dependencies>
 
 	<repositories>
-
-		<repositories>
-        <repository>
-            <id>apache.snapshots</id>
-            <name>Apache Snapshot Repository</name>
-            <url>http://repository.apache.org/snapshots</url>
-            <releases>
-                <enabled>false</enabled>
-            </releases>
-        </repository>
-    </repositories>
+    <repository>
+        <id>apache.snapshots</id>
+        <name>Apache Snapshot Repository</name>
+        <url>http://repository.apache.org/snapshots</url>
+        <releases>
+            <enabled>false</enabled>
+        </releases>
+    </repository>
 
 		<repository>
 			<!-- The repository that your jars are deployed to -->