diff options
author | Dan Timoney <dtimoney@att.com> | 2020-06-24 08:10:51 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-06-24 08:10:51 -0400 |
commit | 6f262130309a3cff1a25a8980b9e51b00cedb66a (patch) | |
tree | 11e1652712f6d0ef906b24707b24fe77afe90452 /features | |
parent | 3c53e4be95ecac046f6c0b64e060cd4fcb6dc2ce (diff) |
Update to latest Frankfurt parent pom version6.0.0-ONAPfrankfurt
Update to latest Frankfurt parent pom version
Change-Id: Iab7218c490f6b36611e7ef20b16767e5b0918527
Issue-ID: SDNC-1257
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 a98c2140..6463f922 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>1.5.5-SNAPSHOT</version> + <version>1.5.10-SNAPSHOT</version> <relativePath/> </parent> diff --git a/features/installer/pom.xml b/features/installer/pom.xml index 457eb8f6..ad66000e 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>1.5.5-SNAPSHOT</version> + <version>1.5.10-SNAPSHOT</version> <relativePath/> </parent> diff --git a/features/pom.xml b/features/pom.xml index 89e66175..e0a0444d 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>1.5.5-SNAPSHOT</version> + <version>1.5.10-SNAPSHOT</version> <relativePath/> </parent> diff --git a/features/sdnc-northbound-all/pom.xml b/features/sdnc-northbound-all/pom.xml index 0f60e61f..e3a28694 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>1.5.5-SNAPSHOT</version> + <version>1.5.10-SNAPSHOT</version> <relativePath/> </parent> |