Changing to sdnc snapshot version [APPC-15] 35/5235/1
authorPatrick Brady <pb071s@att.com>
Fri, 23 Jun 2017 20:10:26 +0000 (13:10 -0700)
committerPatrick Brady <pb071s@att.com>
Fri, 23 Jun 2017 20:11:18 +0000 (13:11 -0700)
Sdnc docker images do not seem to contain non-snapshot artifacts.
Switching to use snapshot artifacts should fix the problem.

Change-Id: I3d292a7f2f71c263fb77df6a984ba9157063039c
Signed-off-by: Patrick Brady <pb071s@att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 49fd9d5..80b5012 100644 (file)
--- a/pom.xml
+++ b/pom.xml
 
         <!-- Setting absolute sdnc versions because the ranges defined in the sdnc root pom cause problems.
              These values override those in the parent pom (org.openecomp.sdnc.core.root). -->
-        <sdnc.core.version>1.1.2</sdnc.core.version>
-        <sdnc.adaptors.version>1.1.2</sdnc.adaptors.version>
-        <sdnc.northbound.version>1.1.2</sdnc.northbound.version>
-        <sdnc.oam.version>1.1.2</sdnc.oam.version>
-        <sdnc.plugins.version>1.1.2</sdnc.plugins.version>
+        <sdnc.core.version>1.1.2-SNAPSHOT</sdnc.core.version>
+        <sdnc.adaptors.version>1.1.2-SNAPSHOT</sdnc.adaptors.version>
+        <sdnc.northbound.version>1.1.2-SNAPSHOT</sdnc.northbound.version>
+        <sdnc.oam.version>1.1.2-SNAPSHOT</sdnc.oam.version>
+        <sdnc.plugins.version>1.1.2-SNAPSHOT</sdnc.plugins.version>
         <sdnctl.sli.version>${sdnc.core.version}</sdnctl.sli.version>
         <sdnctl.aai.service.version>${sdnc.adaptors.version}</sdnctl.aai.service.version>
         <sdnctl.dblib.version>${sdnc.core.version}</sdnctl.dblib.version>