bug 384958: CBI build of Eclipse Scout Runtime
https://bugs.eclipse.org/bugs/show_bug.cgi?id=384958
change of parent usage in parent pom
diff --git a/org.eclipse.scout.rt.incubator.parent/pom.xml b/org.eclipse.scout.rt.incubator.parent/pom.xml
index ec52b11..a9e1c46 100644
--- a/org.eclipse.scout.rt.incubator.parent/pom.xml
+++ b/org.eclipse.scout.rt.incubator.parent/pom.xml
@@ -16,11 +16,12 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.eclipse.scout.rt.incubator</groupId>
- <artifactId>eclipse.scout.rt.incubator</artifactId>
+ <groupId>org.eclipse.scout</groupId>
+ <artifactId>org.eclipse.scout.rt.incubator.parent</artifactId>
<version>3.9.0-SNAPSHOT</version>
</parent>
+ <groupId>org.eclipse.scout.rt.incubator</groupId>
<artifactId>org.eclipse.scout.rt.incubator.parent</artifactId>
<packaging>pom</packaging>
diff --git a/pom.xml b/pom.xml
index 92ffc4d..a293620 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,15 +18,15 @@
<groupId>org.eclipse.scout</groupId>
<artifactId>org.eclipse.scout.parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
+ <relativePath>../org.eclipse.scout.parent</relativePath>
</parent>
- <groupId>org.eclipse.scout.rt.incubator</groupId>
- <artifactId>eclipse.scout.rt.incubator</artifactId>
+ <artifactId>org.eclipse.scout.rt.incubator.parent</artifactId>
<version>3.9.0-SNAPSHOT</version>
<packaging>pom</packaging>
<scm>
- <url>http://git.eclipse.org/c/scout/org.eclipse.scout.rt.git/</url>
+ <url>http://git.eclipse.org/c/scout/scout.rt.incubator.git/</url>
<connection>${tycho.scmUrl}</connection>
</scm>