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 12:37:28 UTC

[13/50] [abbrv] incubator-taverna-commandline git commit: org.apache.taverna.commandline

org.apache.taverna.commandline


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

Branch: refs/heads/master
Commit: daa24714b040ce957111126ad7996e0bf2ebbf56
Parents: 
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Sun Dec 28 01:09:22 2014 -0600
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Sun Dec 28 01:09:22 2014 -0600

----------------------------------------------------------------------
 pom.xml | 36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/blob/daa24714/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
new file mode 100644
index 0000000..0bbc314
--- /dev/null
+++ b/pom.xml
@@ -0,0 +1,36 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+	<modelVersion>4.0.0</modelVersion>
+	<parent>
+		<groupId>org.apache.taverna</groupId>
+		<artifactId>taverna-parent</artifactId>
+		<version>1-SNAPSHOT</version>
+	</parent>
+	<groupId>org.apache.taverna.commandline</groupId>
+	<artifactId>taverna-commandline</artifactId>
+	<version>3.1.0-incubating-SNAPSHOT</version>
+	<packaging>pom</packaging>
+	<name>Apache Taverna Engine and Platform</name>
+  <properties>
+    <taverna.language.version>0.15.0-incubating-SNAPSHOT</taverna.language.version>
+    <taverna.osgi.version>0.2.0-incubating-SNAPSHOT</taverna.osgi.version>
+    <taverna.engine.version>3.1.0-incubating-SNAPSHOT</taverna.engine.version>
+  </properties>
+	<modules>
+    <module>taverna-commandline-api</module>
+    <module>taverna-commandline-impl</module>
+    <module>taverna-commandline-common</module>
+    <module>taverna-commandline-product</module>
+  </modules>
+  <repositories>
+    <repository>
+      <id>taverna-incubating</id>
+      <name>Apache Taverna incubating Repository</name>
+        <url>http://repository.mygrid.org.uk/artifactory/incubator-snapshot-local/</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+      <snapshots />
+    </repository>
+  </repositories>
+</project>