Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/team')
-rw-r--r--plugins/team/org.eclipse.papyrus.team.svn/pom.xml1
-rw-r--r--plugins/team/pom.xml2
2 files changed, 3 insertions, 0 deletions
diff --git a/plugins/team/org.eclipse.papyrus.team.svn/pom.xml b/plugins/team/org.eclipse.papyrus.team.svn/pom.xml
index 0037c83b51a..d4c062cd4d5 100644
--- a/plugins/team/org.eclipse.papyrus.team.svn/pom.xml
+++ b/plugins/team/org.eclipse.papyrus.team.svn/pom.xml
@@ -7,6 +7,7 @@
<version>0.0.1-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.papyrus.team.svn</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
<version>1.2.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
diff --git a/plugins/team/pom.xml b/plugins/team/pom.xml
index c942f9c4f92..1d40829b591 100644
--- a/plugins/team/pom.xml
+++ b/plugins/team/pom.xml
@@ -2,6 +2,8 @@
<project>
<modelVersion>4.0.0</modelVersion>
<artifactId>org.eclipse.papyrus.team</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<parent>
<groupId>org.eclipse.papyrus</groupId>

Back to the top