Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorBenoit Maggi2018-06-18 11:32:41 +0000
committerBenoit Maggi2018-06-18 11:32:41 +0000
commit8d36439e606bd1e7fbe2a81cf1a8ea93bd8fb378 (patch)
tree92cf800d16d1d82a172b4bde67f174b75969e64d /tests
parent004543b17ed36046bc094f671e63c486d2fc0589 (diff)
downloadorg.eclipse.papyrus-8d36439e606bd1e7fbe2a81cf1a8ea93bd8fb378.tar.gz
org.eclipse.papyrus-8d36439e606bd1e7fbe2a81cf1a8ea93bd8fb378.tar.xz
org.eclipse.papyrus-8d36439e606bd1e7fbe2a81cf1a8ea93bd8fb378.zip
Bug 536003 - Remove incubation in All Papyrus Core Projects
- remove incubation from description - remove duplicate groupid/version in pom.xml - remove useless cast Change-Id: If1617e9660a0b03ac0af65c08592ab4125c2f891 Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
Diffstat (limited to 'tests')
-rwxr-xr-xtests/junit/plugins/infra/gmfdiag/assistant/pom.xml2
-rwxr-xr-xtests/junit/plugins/infra/gmfdiag/pom.xml2
2 files changed, 0 insertions, 4 deletions
diff --git a/tests/junit/plugins/infra/gmfdiag/assistant/pom.xml b/tests/junit/plugins/infra/gmfdiag/assistant/pom.xml
index adbb5a7c69b..31c6ae3d08b 100755
--- a/tests/junit/plugins/infra/gmfdiag/assistant/pom.xml
+++ b/tests/junit/plugins/infra/gmfdiag/assistant/pom.xml
@@ -8,9 +8,7 @@
<artifactId>org.eclipse.papyrus.infra.gmfdiag.tests.releng</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.eclipse.papyrus.tests</groupId>
<artifactId>org.eclipse.papyrus.infra.gmfdiag.assistant.tests.releng</artifactId>
- <version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<description>Tests for infra gmfdiag assistant</description>
diff --git a/tests/junit/plugins/infra/gmfdiag/pom.xml b/tests/junit/plugins/infra/gmfdiag/pom.xml
index 87de5ca7104..36eb53be715 100755
--- a/tests/junit/plugins/infra/gmfdiag/pom.xml
+++ b/tests/junit/plugins/infra/gmfdiag/pom.xml
@@ -8,9 +8,7 @@
<artifactId>org.eclipse.papyrus.infra.tests.releng</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.eclipse.papyrus.tests</groupId>
<artifactId>org.eclipse.papyrus.infra.gmfdiag.tests.releng</artifactId>
- <version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<description>Tests for infra gmfdiag</description>

Back to the top