Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.m2m.atl/pom.xml')
-rw-r--r--plugins/org.eclipse.m2m.atl/pom.xml30
1 files changed, 16 insertions, 14 deletions
diff --git a/plugins/org.eclipse.m2m.atl/pom.xml b/plugins/org.eclipse.m2m.atl/pom.xml
index 8a9ef118..6dc34223 100644
--- a/plugins/org.eclipse.m2m.atl/pom.xml
+++ b/plugins/org.eclipse.m2m.atl/pom.xml
@@ -9,18 +9,20 @@
Contributors:
Obeo - initial creator
-->
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <artifactId>m2m.atl-parent</artifactId>
- <groupId>org.eclipse.m2m.atl</groupId>
- <version>4.0.0-SNAPSHOT</version>
- <relativePath>../../releng/org.eclipse.m2m.atl.releng.parent</relativePath>
- </parent>
- <groupId>org.eclipse.m2m.atl</groupId>
- <artifactId>org.eclipse.m2m.atl</artifactId>
- <version>4.0.0-SNAPSHOT</version>
- <packaging>eclipse-plugin</packaging>
-
+<project
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
+ xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>m2m.atl-parent</artifactId>
+ <groupId>org.eclipse.m2m.atl</groupId>
+ <version>4.0.0-SNAPSHOT</version>
+ <relativePath>../../releng/org.eclipse.m2m.atl.releng.parent</relativePath>
+ </parent>
+ <groupId>org.eclipse.m2m.atl</groupId>
+ <artifactId>org.eclipse.m2m.atl</artifactId>
+ <version>4.0.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+
</project>

Back to the top