Use released version of sdnc/northbound 75/70575/1
authorTimoney, Dan (dt5972) <dtimoney@att.com>
Tue, 16 Oct 2018 14:33:29 +0000 (10:33 -0400)
committerTimoney, Dan (dt5972) <dtimoney@att.com>
Tue, 16 Oct 2018 14:33:29 +0000 (10:33 -0400)
Update to use released version of sdnc/northbound.  Also, uncommented
SdncReports module, which had been temporarily commented out to try
to work around a Jenkins issue.

Change-Id: I74f70fc87c19b0388813e69ea293330fbfff39dc
Issue-ID: SDNC-480
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Former-commit-id: 04e571b5c6ba41725bb5e90335c816a4b69f886f

installation/sdnc/pom.xml
pom.xml

index 668f81f..82a9819 100644 (file)
@@ -20,7 +20,7 @@
        <properties>
                <image.name>onap/sdnc-image</image.name>
                <sdnc.project.version>${project.version}</sdnc.project.version>
-               <sdnc.northbound.version>1.4.1-SNAPSHOT</sdnc.northbound.version>
+               <sdnc.northbound.version>1.4.1</sdnc.northbound.version>
                <docker.buildArg.https_proxy>${https_proxy}</docker.buildArg.https_proxy>
                <docker.push.phase>deploy</docker.push.phase>
                <docker.verbose>true</docker.verbose>
diff --git a/pom.xml b/pom.xml
index cda5697..002b9a7 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -25,9 +25,7 @@
                <module>dgbuilder</module>
                <module>platform-logic</module>
                <module>configbackuprestore</module>
-               <!--  Temporarily comment out to work around Jenkins build issue
                 <module>SdncReports</module>
-               -->
        </modules>
 
        <scm>