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 | |
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')
-rw-r--r-- | features/features-sdnc-northbound/pom.xml | 2 | ||||
-rwxr-xr-x | features/installer/pom.xml | 2 | ||||
-rwxr-xr-x | features/pom.xml | 2 | ||||
-rw-r--r-- | features/sdnc-northbound-all/pom.xml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/features/features-sdnc-northbound/pom.xml b/features/features-sdnc-northbound/pom.xml index 2f88a15e..13c14fe5 100644 --- a/features/features-sdnc-northbound/pom.xml +++ b/features/features-sdnc-northbound/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>feature-repo-parent</artifactId> - <version>2.0.2</version> + <version>2.0.5-SNAPSHOT</version> <relativePath/> </parent> diff --git a/features/installer/pom.xml b/features/installer/pom.xml index 0481937f..c441c182 100755 --- a/features/installer/pom.xml +++ b/features/installer/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.0.2</version> + <version>2.0.5-SNAPSHOT</version> <relativePath/> </parent> diff --git a/features/pom.xml b/features/pom.xml index 79a304f5..021de6d1 100755 --- a/features/pom.xml +++ b/features/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.0.2</version> + <version>2.0.5-SNAPSHOT</version> <relativePath/> </parent> 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> |