Merge branch '251-create-chess-bundle-via-maven' of git@gitlab.fbk.eu:CPS_Design/CHESS.git into 251-create-chess-bundle-via-maven
diff --git a/org.polarsys.chess.parent/releng/org.polarsys.chess.product/pom.xml b/org.polarsys.chess.parent/releng/org.polarsys.chess.product/pom.xml
index 88261b3..ecb9140 100644
--- a/org.polarsys.chess.parent/releng/org.polarsys.chess.product/pom.xml
+++ b/org.polarsys.chess.parent/releng/org.polarsys.chess.product/pom.xml
@@ -68,7 +68,7 @@
 					</execution>
 				 </executions> 
 				 <configuration> 
-					 <file>CHESS.product</file> 
+					 <file>${project.basedir}/CHESS.product</file> 
 					 <replacements> 
 						 <replacement> 
 							 <token>SOME</token> 
diff --git a/plugins/org.polarsys.chess.feature/pom.xml b/plugins/org.polarsys.chess.feature/pom.xml
index 8d85446..2310ac1 100644
--- a/plugins/org.polarsys.chess.feature/pom.xml
+++ b/plugins/org.polarsys.chess.feature/pom.xml
@@ -4,12 +4,9 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.polarsys.chess</groupId>
-    <artifactId>CHESS</artifactId>
-    <version>0.0.1-SNAPSHOT</version>
-    <relativePath>../../</relativePath>
+    <artifactId>org.polarsys.chess.features</artifactId>
+    <version>1.0.0-SNAPSHOT</version>
   </parent>
-  <groupId>org.polarsys.chess</groupId>
   <artifactId>org.polarsys.chess.feature</artifactId>
-  <version>0.10.0-SNAPSHOT</version>
   <packaging>eclipse-feature</packaging>
 </project>