Added taverna parent pom

git-svn-id: http://taverna.googlecode.com/svn/taverna/dev/maven-plugin/trunk/maven-taverna-plugin@9616 bf327186-88b3-11dd-a302-d386e5130c1c
diff --git a/pom.xml b/pom.xml
index b120f8c..e824161 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,6 +1,11 @@
 <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>
+		<artifactId>parent</artifactId>
+		<groupId>net.sf.taverna</groupId>
+		<version>0.1.2009-02-12</version>
+	</parent>
 	<groupId>net.sf.taverna.t2.maven.plugins</groupId>
 	<artifactId>maven-taverna-plugin</artifactId>
 	<packaging>maven-plugin</packaging>
@@ -10,17 +15,6 @@
 	<properties>
 		<maven.version>2.2.1</maven.version>
 	</properties>
-	<build>
-		<plugins>
-			<plugin>
-				<artifactId>maven-compiler-plugin</artifactId>
-				<configuration>
-					<source>1.5</source>
-					<target>1.5</target>
-				</configuration>
-			</plugin>
-		</plugins>
-	</build>
 	<dependencies>
 		<dependency>
 			<groupId>org.apache.maven</groupId>