diff options
author | Dan Timoney <dtimoney@att.com> | 2021-01-08 13:27:55 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-01-08 13:27:55 -0500 |
commit | c7f305c156a573207409545eda8f84a2fae8c5b6 (patch) | |
tree | f8c1cb64bb97ac68f45397830c4e6ad67b5e304b /features/sdnc-northbound-all | |
parent | 62e0e8d9e0d1ce5231430bb3e69b97d45da783b3 (diff) |
Update for Guilin mtce release versions
Update parent pom to pick up correct version of CCSDK dependencies
for Guilin mtce release
Change-Id: I561acfb2a6d3d952d27d4c4feef9b904d382ddcd
Issue-ID: CCSDK-3074
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'features/sdnc-northbound-all')
-rw-r--r-- | features/sdnc-northbound-all/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/sdnc-northbound-all/pom.xml b/features/sdnc-northbound-all/pom.xml index 5dc1a8f8..cb75b936 100644 --- a/features/sdnc-northbound-all/pom.xml +++ b/features/sdnc-northbound-all/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>2.0.2</version> + <version>2.0.5-SNAPSHOT</version> <relativePath/> </parent> |