Skip to content

Commit

Permalink
Changed to TavernA PArent and bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed May 12, 2014
1 parent b6af8c6 commit 27c96bc
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pom.xml
Expand Up @@ -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>apiconsumer-activity</artifactId>
<name>Taverna 2 API Consumer Activity</name>
<version>1.6-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>net.sf.taverna.t2.activities</groupId>
Expand Down Expand Up @@ -40,6 +41,7 @@
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
<version>${junit.version}</version>
</dependency>
</dependencies>
</project>
Expand Down

0 comments on commit 27c96bc

Please sign in to comment.