Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/design/org.eclipse.papyrus.design.profile.architecture.editor/pom.xml')
-rw-r--r--extraplugins/design/org.eclipse.papyrus.design.profile.architecture.editor/pom.xml24
1 files changed, 13 insertions, 11 deletions
diff --git a/extraplugins/design/org.eclipse.papyrus.design.profile.architecture.editor/pom.xml b/extraplugins/design/org.eclipse.papyrus.design.profile.architecture.editor/pom.xml
index c2f6415963f..f2b6e635256 100644
--- a/extraplugins/design/org.eclipse.papyrus.design.profile.architecture.editor/pom.xml
+++ b/extraplugins/design/org.eclipse.papyrus.design.profile.architecture.editor/pom.xml
@@ -1,12 +1,14 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project>
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
- <groupId>org.eclipse.papyrus</groupId>
- <version>1.2.0-SNAPSHOT</version>
- <relativePath>../../../releng/extra</relativePath>
- </parent>
- <artifactId>org.eclipse.papyrus.design.profile.architecture.editor</artifactId>
- <packaging>eclipse-plugin</packaging>
+<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.design.profile.architecture.editor</artifactId>
+ <packaging>eclipse-plugin</packaging>
+ <version>1.2.0-SNAPSHOT</version>
+ <groupId>org.eclipse.papyrus</groupId>
</project> \ No newline at end of file

Back to the top