Paent changed to Taverna Parent
Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/commit/c592d205 Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/tree/c592d205 Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/diff/c592d205 Branch: refs/heads/master Commit: c592d20597905374661ee9dae716d6af64f064df Parents: f589190 Author: Christian-B <[email protected]> Authored: Mon May 12 12:32:34 2014 +0100 Committer: Christian-B <[email protected]> Committed: Mon May 12 12:32:34 2014 +0100 ---------------------------------------------------------------------- pom.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/blob/c592d205/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 238b6d3..05037c4 100644 --- a/pom.xml +++ b/pom.xml @@ -2,13 +2,14 @@ <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/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> - <groupId>net.sf.taverna.t2</groupId> - <artifactId>activities</artifactId> - <version>1.5-SNAPSHOT</version> + <groupId>net.sf.taverna</groupId> + <artifactId>taverna-parent</artifactId> + <version>2.6-SNAPSHOT</version> </parent> <groupId>net.sf.taverna.t2.activities</groupId> <artifactId>dependency-activity</artifactId> <name>Taverna 2 Activity with Dependencies</name> + <version>1.6-SNAPSHOT</version> <dependencies> <dependency> <groupId>net.sf.taverna.t2.core</groupId>
