fix unnecessary hard coded reference to project version in tycho configuration
diff --git a/pom.xml b/pom.xml
index ee1cd58..1f00260 100644
--- a/pom.xml
+++ b/pom.xml
@@ -80,9 +80,9 @@
         <configuration>
           <target>
             <artifact>
-              <groupId>org.eclipse.babel.plugins</groupId>
+              <groupId>${project.groupId}</groupId>
               <artifactId>org.eclipse.babel.tapiji.tools.target</artifactId>
-              <version>0.9.0.B1</version>
+              <version>${project.version}</version>
             </artifact>
           </target>
           <!-- configure the p2 target environments for multi-platform build -->