Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/uml/alf/org.eclipse.papyrus.uml.alf.libraries/pom.xml')
-rw-r--r--plugins/uml/alf/org.eclipse.papyrus.uml.alf.libraries/pom.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/plugins/uml/alf/org.eclipse.papyrus.uml.alf.libraries/pom.xml b/plugins/uml/alf/org.eclipse.papyrus.uml.alf.libraries/pom.xml
index 0f7a643d51c..8dfd4cb866f 100644
--- a/plugins/uml/alf/org.eclipse.papyrus.uml.alf.libraries/pom.xml
+++ b/plugins/uml/alf/org.eclipse.papyrus.uml.alf.libraries/pom.xml
@@ -1,11 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+<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>
- <groupId>org.eclipse.papyrus</groupId>
- <artifactId>org.eclipse.papyrus.uml-alf</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <groupId>org.eclipse.papyrus</groupId>
+ <artifactId>org.eclipse.papyrus.uml-alf</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.papyrus.uml.alf.libraries</artifactId>
<version>2.0.0-SNAPSHOT</version>

Back to the top