Skip to content
Snippets Groups Projects
Commit 7942b11a authored by Alberto Debiasi's avatar Alberto Debiasi
Browse files

Fix pom.xml on bundle generation.

Change-Id: I5409d8d57a33344c87e2b2bd0f78be740bd22d90
parent 160ba391
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@
</execution>
</executions>
<configuration>
<file>CHESS.product</file>
<file>${project.basedir}/CHESS.product</file>
<replacements>
<replacement>
<token>SOME</token>
......
......@@ -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>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment