Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'doc/org.eclipse.m2m.atl.doc-feature/pom.xml')
-rw-r--r--doc/org.eclipse.m2m.atl.doc-feature/pom.xml30
1 files changed, 16 insertions, 14 deletions
diff --git a/doc/org.eclipse.m2m.atl.doc-feature/pom.xml b/doc/org.eclipse.m2m.atl.doc-feature/pom.xml
index 7ea120a4..c5974586 100644
--- a/doc/org.eclipse.m2m.atl.doc-feature/pom.xml
+++ b/doc/org.eclipse.m2m.atl.doc-feature/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.features</groupId>
- <artifactId>org.eclipse.m2m.atl.doc</artifactId>
- <version>4.0.0-SNAPSHOT</version>
- <packaging>eclipse-feature</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.features</groupId>
+ <artifactId>org.eclipse.m2m.atl.doc</artifactId>
+ <version>4.0.0-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+
</project>

Back to the top