Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/sysml/properties/pom.xml')
-rw-r--r--plugins/sysml/properties/pom.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/sysml/properties/pom.xml b/plugins/sysml/properties/pom.xml
index 37464214249..b9379f90c44 100644
--- a/plugins/sysml/properties/pom.xml
+++ b/plugins/sysml/properties/pom.xml
@@ -2,10 +2,12 @@
<project>
<modelVersion>4.0.0</modelVersion>
<artifactId>org.eclipse.papyrus.sysml-properties</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<parent>
<groupId>org.eclipse.papyrus</groupId>
- <artifactId>org.eclipse.papyrus.sysml</artifactId>
+ <artifactId>org.eclipse.papyrus.sysml-all</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
<name>Papyrus SysML Properties</name>

Back to the top