From 7942b11a37969169849b7ab748c9ec195b42bbb0 Mon Sep 17 00:00:00 2001
From: Alberto Debiasi <adebiasi@fbk.eu>
Date: Wed, 6 May 2020 11:38:44 +0200
Subject: [PATCH] Fix pom.xml on bundle generation.

Change-Id: I5409d8d57a33344c87e2b2bd0f78be740bd22d90
---
 .../releng/org.polarsys.chess.product/pom.xml              | 2 +-
 plugins/org.polarsys.chess.feature/pom.xml                 | 7 ++-----
 2 files changed, 3 insertions(+), 6 deletions(-)

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 88261b36e..ecb914074 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 8d85446f3..2310ac1e8 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>
-- 
GitLab