Changed 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/96b8c3a4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/tree/96b8c3a4 Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/diff/96b8c3a4
Branch: refs/heads/master Commit: 96b8c3a4180d43a9fe5b9e21910e0485919ec562 Parents: 85a02f4 Author: Aleksandra Nenadic <[email protected]> Authored: Thu May 29 15:08:17 2014 +0100 Committer: Aleksandra Nenadic <[email protected]> Committed: Thu May 29 15:08:17 2014 +0100 ---------------------------------------------------------------------- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/blob/96b8c3a4/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 3dfe3d8..8b183d7 100644 --- a/pom.xml +++ b/pom.xml @@ -2,9 +2,9 @@ <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>2.0.1-SNAPSHOT</version> + <groupId>net.sf.taverna</groupId> + <artifactId>taverna-parent</artifactId> + <version>3.0.1-SNAPSHOT</version> </parent> <groupId>net.sf.taverna.t2.activities</groupId> <artifactId>dependency-activity</artifactId>
