Release version 1.1.0 of sli/plugins
[ccsdk/sli/plugins.git] / properties-node / pom.xml
index 8d6af7c..71fffe4 100755 (executable)
@@ -1,43 +1,24 @@
-<?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/maven-v4_0_0.xsd">\r
-       <parent>\r
-               <groupId>org.onap.ccsdk.sli.plugins</groupId>\r
-               <artifactId>sdnc-plugins</artifactId>\r
-               <version>0.0.1-SNAPSHOT</version>\r
-       </parent>\r
-\r
-       <modelVersion>4.0.0</modelVersion>\r
-       <packaging>pom</packaging>\r
-\r
-       <groupId>org.onap.ccsdk.sli.plugins</groupId>\r
-       <artifactId>properties-node</artifactId>\r
-       <version>0.0.1-SNAPSHOT</version>\r
-\r
-       <name>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
-       <dependencyManagement>\r
-               <dependencies>\r
-                       <dependency>\r
-                               <groupId>org.onap.ccsdk.sli.plugins</groupId>\r
-                               <artifactId>properties-node-features</artifactId>\r
-                               <classifier>features</classifier>\r
-                               <type>xml</type>\r
-                               <version>${project.version}</version>\r
-                       </dependency>\r
-                       <dependency>\r
-                               <groupId>org.onap.ccsdk.sli.plugins</groupId>\r
-                               <artifactId>properties-node-provider</artifactId>\r
-                               <version>${project.version}</version>\r
-                       </dependency>\r
-               </dependencies>\r
-       </dependencyManagement>\r
-\r
-       <modules>\r
-               <module>provider</module>\r
-               <module>features</module>\r
-               <module>installer</module>\r
-       </modules>\r
-</project>\r
-\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>2.1.0</version>
+    </parent>
+
+    <groupId>org.onap.ccsdk.sli.plugins</groupId>
+    <artifactId>properties-node</artifactId>
+    <version>1.1.1-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>installer</module>
+    </modules>
+</project>