Merge "Using specific exceptions in RestApiCallNode"
[ccsdk/sli/plugins.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 71303b7..8abd761 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -1,21 +1,20 @@
 <?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/maven-v4_0_0.xsd">
+<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">
 
     <parent>
         <groupId>org.onap.ccsdk.parent</groupId>
         <artifactId>odlparent-carbon-sr1</artifactId>
-        <version>0.0.1-SNAPSHOT</version>
+        <version>0.0.2-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <packaging>pom</packaging>
     <groupId>org.onap.ccsdk.sli.plugins</groupId>
-    <artifactId>sdnc-plugins</artifactId>
+    <artifactId>ccsdk-sli-plugins</artifactId>
 
-    <name>SDN-C Java Plugins</name>
+    <name>ccsdk-sli-plugins</name>
     <url>https://wiki.onap.org</url>
-    <description>The SDN-C core components contains the SLI, dblib and root pom</description>
+    <description>CCSDK Java Plugins</description>
 
 
     <issueManagement>
@@ -88,7 +87,7 @@
                 <artifactId>maven-surefire-plugin</artifactId>
                 <version>2.17</version>
                 <configuration>
-                    <skipTests>true</skipTests>
+                    <skipTests>false</skipTests>
                 </configuration>
             </plugin>
             <plugin>
     <modules>
         <module>properties-node</module>
         <module>restapi-call-node</module>
-    </modules>
+        <module>fabric-discovery-plugin</module>
+  </modules>
     <organization>
         <name>AT&amp;T</name>
     </organization>