Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xplugins/toolsmiths/org.eclipse.papyrus.toolsmiths.expressions/pom.xml2
-rw-r--r--plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.palette/pom.xml2
-rw-r--r--plugins/toolsmiths/org.eclipse.papyrus.toolsmiths/pom.xml2
-rw-r--r--plugins/toolsmiths/pom.xml2
4 files changed, 4 insertions, 4 deletions
diff --git a/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.expressions/pom.xml b/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.expressions/pom.xml
index 20e8581a797..aa049d76f26 100755
--- a/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.expressions/pom.xml
+++ b/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.expressions/pom.xml
@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.papyrus</groupId>
- <artifactId>org.eclipse.papyrus.toolsmiths</artifactId>
+ <artifactId>org.eclipse.papyrus-toolsmiths</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.papyrus.toolsmiths.expressions</artifactId>
diff --git a/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.palette/pom.xml b/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.palette/pom.xml
index b75de6cbfd9..b2d61fa3148 100644
--- a/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.palette/pom.xml
+++ b/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.palette/pom.xml
@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.papyrus</groupId>
- <artifactId>org.eclipse.papyrus.toolsmiths</artifactId>
+ <artifactId>org.eclipse.papyrus-toolsmiths</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths/pom.xml b/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths/pom.xml
index 2d6ca027485..16488ac4648 100644
--- a/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths/pom.xml
+++ b/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths/pom.xml
@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.papyrus</groupId>
- <artifactId>org.eclipse.papyrus.toolsmiths</artifactId>
+ <artifactId>org.eclipse.papyrus-toolsmiths</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.papyrus.toolsmiths</artifactId>
diff --git a/plugins/toolsmiths/pom.xml b/plugins/toolsmiths/pom.xml
index 82b108b236f..7f9d2622af0 100644
--- a/plugins/toolsmiths/pom.xml
+++ b/plugins/toolsmiths/pom.xml
@@ -8,7 +8,7 @@
<artifactId>org.eclipse.papyrus.plugins</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <artifactId>org.eclipse.papyrus.toolsmiths</artifactId>
+ <artifactId>org.eclipse.papyrus-toolsmiths</artifactId>
<packaging>pom</packaging>
<name>Papyrus Toolsmiths Plugins</name>
<description>Tools for Papyrus DSML ToolSmiths, including UI customization model editors.</description>

Back to the top