Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre GAUTIER2017-08-25 07:03:28 +0000
committerQuentin Le Menez2017-09-03 15:41:09 +0000
commit608527b570f4fe6b81d76a314d695b72f55831db (patch)
tree9b7561db094bcb7027b309f4161d9aee3495f8dc /tests/junit/plugins/views/org.eclipse.papyrus.views.properties.toolsmiths.tests
parent19f3f5ce9704dcceeacf41b7df72aced2b957ca8 (diff)
downloadorg.eclipse.papyrus-608527b570f4fe6b81d76a314d695b72f55831db.tar.gz
org.eclipse.papyrus-608527b570f4fe6b81d76a314d695b72f55831db.tar.xz
org.eclipse.papyrus-608527b570f4fe6b81d76a314d695b72f55831db.zip
Bug 521572 - [General] Various cleanups
https://bugs.eclipse.org/bugs/show_bug.cgi?id=521572 Basic pom.xml cleanups including : - duplicate groupId - duplicate version - lack of schema definition Change-Id: Ib03c66d7edbd01987d313838a7d9c65c41a4a1ca Signed-off-by: Pierre GAUTIER <pierre.gautier@cea.fr>
Diffstat (limited to 'tests/junit/plugins/views/org.eclipse.papyrus.views.properties.toolsmiths.tests')
-rw-r--r--tests/junit/plugins/views/org.eclipse.papyrus.views.properties.toolsmiths.tests/pom.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/junit/plugins/views/org.eclipse.papyrus.views.properties.toolsmiths.tests/pom.xml b/tests/junit/plugins/views/org.eclipse.papyrus.views.properties.toolsmiths.tests/pom.xml
index aacddd5d697..13abdb98b3d 100644
--- a/tests/junit/plugins/views/org.eclipse.papyrus.views.properties.toolsmiths.tests/pom.xml
+++ b/tests/junit/plugins/views/org.eclipse.papyrus.views.properties.toolsmiths.tests/pom.xml
@@ -8,7 +8,6 @@
<artifactId>org.eclipse.papyrus.views.tests.releng</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.eclipse.papyrus.tests</groupId>
<artifactId>org.eclipse.papyrus.views.properties.toolsmiths.tests</artifactId>
<version>1.2.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>

Back to the top