Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Leicht Vogt2013-03-15 11:06:06 +0000
committerStephan Leicht Vogt2013-03-15 11:38:51 +0000
commit53422d9e327785760f6fa27752239fd68580a1cc (patch)
treee243029747af0b2e640e585cbb93bd48762b997d
parent53df8d1fc08000c2b3b73eb52350e4ec210f2cd0 (diff)
downloadscout.rt.incubator-53422d9e327785760f6fa27752239fd68580a1cc.tar.gz
scout.rt.incubator-53422d9e327785760f6fa27752239fd68580a1cc.tar.xz
scout.rt.incubator-53422d9e327785760f6fa27752239fd68580a1cc.zip
bug 384958: CBI build of Eclipse Scout Runtime Kepler_M6
https://bugs.eclipse.org/bugs/show_bug.cgi?id=384958 change of parent usage in parent pom
-rw-r--r--org.eclipse.scout.rt.incubator.parent/pom.xml5
-rw-r--r--pom.xml6
2 files changed, 6 insertions, 5 deletions
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>

Back to the top