added new features (to be able to build amlt2inchron transformation dev environment by adding the update-site )
diff --git a/eclipse-tools/model-transformation/examples/amlt2inchron/org.eclipse.app4mc.transform.to.inchron.app/pom.xml b/eclipse-tools/model-transformation/examples/amlt2inchron/org.eclipse.app4mc.transform.to.inchron.app/pom.xml
index 7c985a3..50b98cf 100644
--- a/eclipse-tools/model-transformation/examples/amlt2inchron/org.eclipse.app4mc.transform.to.inchron.app/pom.xml
+++ b/eclipse-tools/model-transformation/examples/amlt2inchron/org.eclipse.app4mc.transform.to.inchron.app/pom.xml
@@ -14,14 +14,15 @@
 	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>
-		<relativePath>./com.bosch.m2m.simulation.build</relativePath>
-		<groupId>m2m</groupId>
-		<artifactId>com.bosch.m2m.simulation.build</artifactId>
-		<version>1.0.0.qualifier</version>
+		<relativePath>../../../build/org.eclipse.app4mc.transformation.build/pom.xml</relativePath>
+		<groupId>org.eclipse.app4mc.transformation</groupId>
+		<artifactId>org.eclipse.app4mc.transformation.build</artifactId>
+		<version>0.3.0-SNAPSHOT</version>
 	</parent>
 
-	<artifactId>com.bosch.m2m.app4mc.simulation</artifactId>
+	<artifactId>org.eclipse.app4mc.transform.to.inchron.app</artifactId>
 	<packaging>eclipse-plugin</packaging>
 
 	<build>