summaryrefslogtreecommitdiffstats
path: root/odlparent/bundle-parent/pom.xml
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dtimoney@att.com>2019-07-15 15:12:57 -0400
committerTimoney, Dan (dt5972) <dtimoney@att.com>2019-07-15 15:15:25 -0400
commit8aa219f29e167aaab19da4feef4463409e7b624d (patch)
tree9a863e3b0dc242cf2ce9c118a1824f586f5a1dfe /odlparent/bundle-parent/pom.xml
parentddb25bf029f6203d50ee127e053b1bd32228384f (diff)
Revert "Update ccsdk version to released version"
This reverts commit ddb25bf029f6203d50ee127e053b1bd32228384f. This change was not necessary, since staging job already strips -SNAPSHOT from pom.xmls : so when you compile against released version of parent pom, it'll already depend on released version of CCSDK artifacts. Cool! Change-Id: I14f136f4ea2e9b9d1645630e384494f92f79c0cc Issue-ID: CCSDK-1389 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'odlparent/bundle-parent/pom.xml')
-rw-r--r--odlparent/bundle-parent/pom.xml11
1 files changed, 5 insertions, 6 deletions
diff --git a/odlparent/bundle-parent/pom.xml b/odlparent/bundle-parent/pom.xml
index 9dc84cc5..dda8a6f9 100644
--- a/odlparent/bundle-parent/pom.xml
+++ b/odlparent/bundle-parent/pom.xml
@@ -93,11 +93,11 @@
<!-- CCSDK component versions -->
- <ccsdk.sli.core.version>0.5.0</ccsdk.sli.core.version>
- <ccsdk.sli.adaptors.version>0.5.0</ccsdk.sli.adaptors.version>
- <ccsdk.sli.northbound.version>0.5.0</ccsdk.sli.northbound.version>
- <ccsdk.sli.plugins.version>0.5.0</ccsdk.sli.plugins.version>
- <ccsdk.distribution.version>0.5.0</ccsdk.distribution.version>
+ <ccsdk.sli.core.version>0.5.0-SNAPSHOT</ccsdk.sli.core.version>
+ <ccsdk.sli.adaptors.version>0.5.0-SNAPSHOT</ccsdk.sli.adaptors.version>
+ <ccsdk.sli.northbound.version>0.5.0-SNAPSHOT</ccsdk.sli.northbound.version>
+ <ccsdk.sli.plugins.version>0.5.0-SNAPSHOT</ccsdk.sli.plugins.version>
+ <ccsdk.distribution.version>0.5.0-SNAPSHOT</ccsdk.distribution.version>
<sdnctl.sli.version>${ccsdk.sli.core.version}</sdnctl.sli.version>
<sdnctl.aai.service.version>${ccsdk.sli.adaptors.version}</sdnctl.aai.service.version>
<sdnctl.dblib.version>${ccsdk.sli.core.version}</sdnctl.dblib.version>
@@ -905,7 +905,6 @@
<version>1.0.0</version>
<executions>
<execution>
- <id>set-ssl-config</id>
<goals>
<goal>set-system-properties</goal>
</goals>