Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalph Steiner2020-03-02 15:06:25 +0000
committerRalph Steiner2020-03-02 17:21:36 +0000
commit8d5641ecbb3adb2813dbca24fd49f92ad7fc9da7 (patch)
tree20242ea4529249ff1b65246b6cfd32cbcdbb3a5e /org.eclipse.scout.rt.mom.api.test
parent1eb7a29b71d4925fd825a2ce6477d1064dac4c81 (diff)
downloadorg.eclipse.scout.rt-8d5641ecbb3adb2813dbca24fd49f92ad7fc9da7.tar.gz
org.eclipse.scout.rt-8d5641ecbb3adb2813dbca24fd49f92ad7fc9da7.tar.xz
org.eclipse.scout.rt-8d5641ecbb3adb2813dbca24fd49f92ad7fc9da7.zip
Do not use '/pom.xml' in maven project.parent.relativePath
Change-Id: I6d50712f4602b87fc7d7d181da869709347d2bd0 Reviewed-on: https://git.eclipse.org/r/158681 Tested-by: CI Bot Reviewed-by: Ralph Steiner <rst@bsiag.com>
Diffstat (limited to 'org.eclipse.scout.rt.mom.api.test')
-rw-r--r--org.eclipse.scout.rt.mom.api.test/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.scout.rt.mom.api.test/pom.xml b/org.eclipse.scout.rt.mom.api.test/pom.xml
index be7628272e..6df68f8cb0 100644
--- a/org.eclipse.scout.rt.mom.api.test/pom.xml
+++ b/org.eclipse.scout.rt.mom.api.test/pom.xml
@@ -18,7 +18,7 @@
<groupId>org.eclipse.scout.rt</groupId>
<artifactId>org.eclipse.scout.rt</artifactId>
<version>10.0.0-SNAPSHOT</version>
- <relativePath>../org.eclipse.scout.rt/pom.xml</relativePath>
+ <relativePath>../org.eclipse.scout.rt</relativePath>
</parent>
<artifactId>org.eclipse.scout.rt.mom.api.test</artifactId>

Back to the top