diff options
author | Patrick Brady <pb071s@att.com> | 2017-06-23 13:10:26 -0700 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2017-06-23 13:11:18 -0700 |
commit | d71a50c77d99973d4da1eb63fabc1dd57d5faa12 (patch) | |
tree | a7152b7a1e6999d1c9de3667ebf0e093feda1fe7 | |
parent | 7d3b61f8691fbe286459c08166a7ddbdf95f64c1 (diff) |
Changing to sdnc snapshot version [APPC-15]
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>
-rw-r--r-- | pom.xml | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -21,11 +21,11 @@ <!-- 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> |