blob: e8fb99be556845d751f6cbcfb803af6c8df75888 [file] [log] [blame]
<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-incubating</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 Command Line</name>
<properties>
<taverna.language.version>0.15.0-incubating</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>
<taverna.commonactivities.version>2.1.0-incubating-SNAPSHOT</taverna.commonactivities.version>
</properties>
<modules>
<module>taverna-commandline-api</module>
<module>taverna-commandline-common</module>
<module>taverna-commandline-launcher</module>
<module>taverna-commandline-product</module>
<!--
<module>taverna-commandline-tests</module>
-->
</modules>
<scm>
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline.git</connection>
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline.git</developerConnection>
<url>https://github.com/apache/incubator-taverna-commandline</url>
<tag>HEAD</tag>
</scm>
<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>
</project>