Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/developer/org.eclipse.papyrus.dev.ui/pom.xml1
-rw-r--r--plugins/doc/org.eclipse.papyrus.infra.internationalization.doc/pom.xml3
-rw-r--r--tests/framework/org.eclipse.papyrus.tests.framework.annotations/pom.xml1
-rw-r--r--tests/framework/org.eclipse.papyrus.tests.framework/pom.xml1
-rw-r--r--tests/junit/plugins/views/org.eclipse.papyrus.views.properties.toolsmiths.tests/pom.xml1
5 files changed, 2 insertions, 5 deletions
diff --git a/plugins/developer/org.eclipse.papyrus.dev.ui/pom.xml b/plugins/developer/org.eclipse.papyrus.dev.ui/pom.xml
index b6811d5498c..651214515a9 100644
--- a/plugins/developer/org.eclipse.papyrus.dev.ui/pom.xml
+++ b/plugins/developer/org.eclipse.papyrus.dev.ui/pom.xml
@@ -9,7 +9,6 @@
</parent>
<groupId>org.eclipse.papyrus.developer</groupId>
<artifactId>org.eclipse.papyrus.dev.ui</artifactId>
- <version>0.0.1-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<description>A plugin to hold the menu for developer tools.</description>
</project>
diff --git a/plugins/doc/org.eclipse.papyrus.infra.internationalization.doc/pom.xml b/plugins/doc/org.eclipse.papyrus.infra.internationalization.doc/pom.xml
index 400bd155d9a..167a6e1e96b 100644
--- a/plugins/doc/org.eclipse.papyrus.infra.internationalization.doc/pom.xml
+++ b/plugins/doc/org.eclipse.papyrus.infra.internationalization.doc/pom.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>org.eclipse.papyrus.plugins-doc</artifactId>
diff --git a/tests/framework/org.eclipse.papyrus.tests.framework.annotations/pom.xml b/tests/framework/org.eclipse.papyrus.tests.framework.annotations/pom.xml
index 7704e47d940..72e4961926f 100644
--- a/tests/framework/org.eclipse.papyrus.tests.framework.annotations/pom.xml
+++ b/tests/framework/org.eclipse.papyrus.tests.framework.annotations/pom.xml
@@ -9,7 +9,6 @@
<version>3.0.0-SNAPSHOT</version>
<relativePath>../../../releng/dev/pom.xml</relativePath>
</parent>
- <groupId>org.eclipse.papyrus</groupId>
<artifactId>org.eclipse.papyrus.tests.framework.annotations</artifactId>
<version>1.2.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
diff --git a/tests/framework/org.eclipse.papyrus.tests.framework/pom.xml b/tests/framework/org.eclipse.papyrus.tests.framework/pom.xml
index 0c6182466e4..e36d767625d 100644
--- a/tests/framework/org.eclipse.papyrus.tests.framework/pom.xml
+++ b/tests/framework/org.eclipse.papyrus.tests.framework/pom.xml
@@ -9,7 +9,6 @@
<version>3.0.0-SNAPSHOT</version>
<relativePath>../../../releng/dev/pom.xml</relativePath>
</parent>
- <groupId>org.eclipse.papyrus</groupId>
<artifactId>org.eclipse.papyrus.tests.framework</artifactId>
<version>1.2.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
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