Proposal to remove OSGi dependencies from the CCSDK project
[ccsdk/sli/plugins.git] / properties-node / pom.xml
index 527819a..64036f7 100755 (executable)
@@ -1,25 +1,26 @@
-<?xml version="1.0" encoding="UTF-8"?>\r
-<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">\r
-    <modelVersion>4.0.0</modelVersion>\r
-\r
-    <parent>\r
-        <groupId>org.onap.ccsdk.parent</groupId>\r
-        <artifactId>odlparent-lite</artifactId>\r
-        <version>1.0.2</version>\r
-    </parent>\r
-\r
-    <groupId>org.onap.ccsdk.sli.plugins</groupId>\r
-    <artifactId>properties-node</artifactId>\r
-    <version>0.2.2-SNAPSHOT</version>\r
-    <packaging>pom</packaging>\r
-\r
-    <name>ccsdk-sli-plugins :: properties-node</name>\r
-    <description>This is an implementation of DG Execute Node that reads property file and\r
-    puts the properties in the DG context</description>\r
-\r
-    <modules>\r
-        <module>provider</module>\r
-        <module>features</module>\r
-        <module>installer</module>\r
-    </modules>\r
-</project>\r
+<?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" 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.onap.ccsdk.parent</groupId>
+        <artifactId>odlparent-lite</artifactId>
+        <version>1.4.0-SNAPSHOT</version>
+    </parent>
+
+    <groupId>org.onap.ccsdk.sli.plugins</groupId>
+    <artifactId>properties-node</artifactId>
+    <version>0.6.0-SNAPSHOT</version>
+    <packaging>pom</packaging>
+
+    <name>ccsdk-sli-plugins :: properties-node</name>
+    <description>This is an implementation of DG Execute Node that reads property file and
+    puts the properties in the DG context</description>
+
+    <modules>
+        <module>provider</module>
+        <module>features</module>
+        <module>installer</module>
+        <module>lighty</module>
+    </modules>
+</project>