remove a potential NPE in a logging line
[sdnc/core.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 6b5db17..71ba54a 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,6 @@
        <groupId>org.openecomp.sdnc.core</groupId>
        <artifactId>sdnc-core</artifactId>
 
-
        <name>SDN-C Core Components</name>
        <url>https://wiki.openecomp.org</url>
        <description>The SDN-C core components contains the SLI, dblib and root pom</description>
        <parent>
                <groupId>org.openecomp.sdnc.core</groupId>
                <artifactId>root</artifactId>
-               <version>1.1.0-SNAPSHOT</version>
+               <version>1.1.1</version>
                <relativePath>rootpom/pom.xml</relativePath>
        </parent>
 
-
        <issueManagement>
                <system>JIRA</system>
                <url>http://jira.openecomp.org/</url>
@@ -41,7 +39,7 @@
        <distributionManagement>
                <site>
                        <id>ecomp-site</id>
-                       <url>dav:https://${openecomp.nexus.host}/content/sites/site/org/onap/sdnc/${project.artifactId}/${project.version}</url>
+                       <url>dav:https://${openecomp.nexus.host}/content/sites/site/org/onap/sdnc/core/${project.artifactId}/${project.version}</url>
                </site>
        </distributionManagement>
 
 
        </build>
        <modules>
-               <module>rootpom</module>
                <module>dblib</module>
                <module>sli</module>
                <module>filters</module>
        <organization>
                <name>OpenECOMP</name>
        </organization>
-       <version>1.1.0-SNAPSHOT</version>
+       <version>1.1.1-SNAPSHOT</version>
 
 
 </project>