summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorPatrick Brady <pb071s@att.com>2017-06-23 13:10:26 -0700
committerPatrick Brady <pb071s@att.com>2017-06-23 13:11:18 -0700
commitd71a50c77d99973d4da1eb63fabc1dd57d5faa12 (patch)
treea7152b7a1e6999d1c9de3667ebf0e093feda1fe7 /pom.xml
parent7d3b61f8691fbe286459c08166a7ddbdf95f64c1 (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>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index 49fd9d5..80b5012 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>