org.apache.taverna.workbench
Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/commit/83f74b76 Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/tree/83f74b76 Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/diff/83f74b76 Branch: refs/heads/master Commit: 83f74b762ec78aa2327a05a3e0fd8af0eccc4a52 Parents: Author: Stian Soiland-Reyes <st...@apache.org> Authored: Thu Feb 5 10:23:13 2015 +0000 Committer: Stian Soiland-Reyes <st...@apache.org> Committed: Thu Feb 5 10:23:13 2015 +0000 ---------------------------------------------------------------------- pom.xml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/83f74b76/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..7d69beb --- /dev/null +++ b/pom.xml @@ -0,0 +1,34 @@ +<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-SNAPSHOT</version> + </parent> + <groupId>org.apache.taverna.workbench</groupId> + <artifactId>taverna-workbench</artifactId> + <version>3.1.0-incubating-SNAPSHOT</version> + <packaging>pom</packaging> + <name>Apache Taverna Workbench</name> + <description></description> + <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> + <taverna.commonactivities.version>2.1.0-incubating-SNAPSHOT</taverna.commonactivities.version> + </properties> + <modules> + </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>