Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.om2m.sdt/org.eclipse.om2m.sdt.home.applications/pom.xml')
-rw-r--r--org.eclipse.om2m.sdt/org.eclipse.om2m.sdt.home.applications/pom.xml78
1 files changed, 41 insertions, 37 deletions
diff --git a/org.eclipse.om2m.sdt/org.eclipse.om2m.sdt.home.applications/pom.xml b/org.eclipse.om2m.sdt/org.eclipse.om2m.sdt.home.applications/pom.xml
index 0e8ce1ed..1ed28e0c 100644
--- a/org.eclipse.om2m.sdt/org.eclipse.om2m.sdt.home.applications/pom.xml
+++ b/org.eclipse.om2m.sdt/org.eclipse.om2m.sdt.home.applications/pom.xml
@@ -1,37 +1,41 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- Copyright (c) 2014, 2016 Orange. All rights reserved. This program and
- the accompanying materials are made available under the terms of the Eclipse
- Public License v1.0 which accompanies this distribution, and is available
- at http://www.eclipse.org/legal/epl-v10.html -->
-
-<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>
-
- <artifactId>org.eclipse.om2m.sdt.home.applications</artifactId>
- <packaging>pom</packaging>
- <version>1.1.0-SNAPSHOT</version>
- <description>SDT Applications for oneM2M, Home domain</description>
-
- <parent>
- <groupId>org.eclipse.om2m</groupId>
- <artifactId>org.eclipse.om2m.sdt</artifactId>
- <version>1.1.0-SNAPSHOT</version>
- </parent>
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-release-plugin</artifactId>
- <version>2.5.3</version>
- </plugin>
- </plugins>
- </build>
-
- <modules>
- <module>org.eclipse.om2m.sdt.home.monitoring</module>
- </modules>
-
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright (c) 2014, 2016 Orange. All rights reserved. This program and
+ the accompanying materials are made available under the terms of the Eclipse
+ Public License v1.0 which accompanies this distribution, and is available
+ at http://www.eclipse.org/legal/epl-v10.html -->
+
+<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>
+
+ <artifactId>org.eclipse.om2m.sdt.home.applications</artifactId>
+ <packaging>pom</packaging>
+ <version>1.1.0-SNAPSHOT</version>
+ <description>SDT Applications for oneM2M, Home domain</description>
+
+ <parent>
+ <groupId>org.eclipse.om2m</groupId>
+ <artifactId>org.eclipse.om2m.sdt</artifactId>
+ <version>1.1.0-SNAPSHOT</version>
+ </parent>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-release-plugin</artifactId>
+ <version>2.5.3</version>
+ </plugin>
+ </plugins>
+ </build>
+
+ <modules>
+ <module>org.eclipse.om2m.sdt.home.monitoring</module>
+ <module>
+ org.eclipse.om2m.sdt.home.applications.authentication.service
+ </module>
+ </modules>
+
+</project>

Back to the top