Using taverna parent to get version numbers T3-1195
diff --git a/pom.xml b/pom.xml
index d1ca67b..0600940 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2,9 +2,9 @@
 	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>net.sf.taverna</groupId>
-		<artifactId>parent</artifactId>
-		<version>0.2.2011-02-17</version>
+            <groupId>net.sf.taverna</groupId>
+            <artifactId>taverna-parent</artifactId>
+            <version>3.0.1-SNAPSHOT</version>
 	</parent>
 	<groupId>uk.org.taverna.osgi</groupId>
 	<artifactId>osgi-launcher</artifactId>
@@ -15,7 +15,7 @@
 		<dependency>
 			<groupId>org.osgi</groupId>
 			<artifactId>org.osgi.core</artifactId>
-			<version>4.3.1</version>
+			<version>${osgi.core.version}</version>
 		</dependency>
 	</dependencies>
 	<repositories>