|
@@ -3,8 +3,8 @@
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
|
|
|
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
- <groupId>de.itemis.utils</groupId>
|
|
|
- <artifactId>de.itemis.utils.releng</artifactId>
|
|
|
+ <groupId>org.yakindu.base</groupId>
|
|
|
+ <artifactId>org.yakindu.base.releng</artifactId>
|
|
|
<version>1.0.0-SNAPSHOT</version>
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
@@ -121,7 +121,7 @@
|
|
|
<!-- add target file content to target platform -->
|
|
|
<target>
|
|
|
<artifact>
|
|
|
- <groupId>de.itemis.utils</groupId>
|
|
|
+ <groupId>org.yakindu.base</groupId>
|
|
|
<artifactId>de.itemis.utils.target</artifactId>
|
|
|
<version>1.0.0-SNAPSHOT</version>
|
|
|
<classifier>INDIGO_SR1</classifier>
|
|
@@ -167,7 +167,6 @@
|
|
|
<module>../de.itemis.gmf.runtime.commons</module>
|
|
|
<module>../de.itemis.gmf.runtime.commons-feature</module>
|
|
|
<module>../de.itemis.xtext.utils.target</module>
|
|
|
- <module>../de.itemis.xtext.utils.repository</module>
|
|
|
<module>../de.itemis.xtext.utils.gmf</module>
|
|
|
<module>../de.itemis.xtext.utils.gmf-feature</module>
|
|
|
<module>../de.itemis.xtext.utils.gmf.source-feature</module>
|
|
@@ -175,6 +174,7 @@
|
|
|
<module>../de.itemis.xtext.utils.jface-feature</module>
|
|
|
<module>../de.itemis.xtext.utils.jface.source-feature</module>
|
|
|
<module>../org.yakindu.base-feature</module>
|
|
|
+ <module>../org.yakindu.base.repository</module>
|
|
|
</modules>
|
|
|
|
|
|
</project>
|