Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCamille Letavernier2015-06-12 12:24:00 +0000
committerCamille Letavernier2015-06-12 12:24:00 +0000
commit6b3c60b774ed3aa76e296e0a4699e42222ca2d10 (patch)
treecfb18294cd55f0643af882cc468b94700ec20f71 /tests/junit/plugins/developer/org.eclipse.papyrus.bundles.tests/pom.xml
parent231d37a57fb31f4b3202231a7fa6d4d65866585a (diff)
downloadorg.eclipse.papyrus-6b3c60b774ed3aa76e296e0a4699e42222ca2d10.tar.gz
org.eclipse.papyrus-6b3c60b774ed3aa76e296e0a4699e42222ca2d10.tar.xz
org.eclipse.papyrus-6b3c60b774ed3aa76e296e0a4699e42222ca2d10.zip
[Releng] Fix POMs for the new developer plug-ins
Change-Id: Ia0c05443ad6408731f501e79de02ad271fd94756 Signed-off-by: Camille Letavernier <camille.letavernier@cea.fr>
Diffstat (limited to 'tests/junit/plugins/developer/org.eclipse.papyrus.bundles.tests/pom.xml')
-rw-r--r--tests/junit/plugins/developer/org.eclipse.papyrus.bundles.tests/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/junit/plugins/developer/org.eclipse.papyrus.bundles.tests/pom.xml b/tests/junit/plugins/developer/org.eclipse.papyrus.bundles.tests/pom.xml
index 67492169b85..29d05a6344a 100644
--- a/tests/junit/plugins/developer/org.eclipse.papyrus.bundles.tests/pom.xml
+++ b/tests/junit/plugins/developer/org.eclipse.papyrus.bundles.tests/pom.xml
@@ -4,9 +4,9 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.papyrus</groupId>
- <artifactId>org.eclipse.papyrus.tests.releng</artifactId>
+ <artifactId>org.eclipse.papyrus.dev.releng</artifactId>
<version>1.1.0-SNAPSHOT</version>
- <relativePath>../../../../../releng/main-tests</relativePath>
+ <relativePath>../../../../../releng/dev</relativePath>
</parent>
<groupId>org.eclipse.papyrus</groupId>
<artifactId>org.eclipse.papyrus.bundles.tests</artifactId>

Back to the top