diff options
author | Quentin Le Menez | 2017-02-06 15:56:12 +0000 |
---|---|---|
committer | Gerrit Code Review @ Eclipse.org | 2017-02-20 15:39:13 +0000 |
commit | 9a06b9b64cb38d534f9cb4f830b4ee88ab0cc713 (patch) | |
tree | 8ab2b56421682077dbefd6cf2a203933b11b60be /tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/pom.xml | |
parent | db3a1aeed25cbd5bf529089f45b74f3e73e56eb0 (diff) | |
download | org.eclipse.papyrus-9a06b9b64cb38d534f9cb4f830b4ee88ab0cc713.tar.gz org.eclipse.papyrus-9a06b9b64cb38d534f9cb4f830b4ee88ab0cc713.tar.xz org.eclipse.papyrus-9a06b9b64cb38d534f9cb4f830b4ee88ab0cc713.zip |
[releng] [oxygen] [test] update pom.xml to point on the immediate parent instead of the releng one
- suites kept this dependency for now
Change-Id: I03ba6253e884b7361efa1b05d48ffbe17e0f6491
Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
Diffstat (limited to 'tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/pom.xml')
-rw-r--r-- | tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/pom.xml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/pom.xml b/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/pom.xml index d8ea91e7494..575eab3ea24 100644 --- a/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/pom.xml +++ b/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/pom.xml @@ -3,10 +3,9 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <parent> - <groupId>org.eclipse.papyrus</groupId> - <artifactId>org.eclipse.papyrus.tests.releng</artifactId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../../../releng/main-tests</relativePath> + <groupId>org.eclipse.papyrus.tests</groupId> + <artifactId>org.eclipse.papyrus.editor.tests.releng</artifactId> + <version>0.0.1-SNAPSHOT</version> </parent> <groupId>org.eclipse.papyrus.tests</groupId> <artifactId>org.eclipse.papyrus.eclipse.project.editors.tests</artifactId> |