diff options
author | ChrisC <christophe.closset@intl.att.com> | 2020-10-30 16:44:46 +0100 |
---|---|---|
committer | S�bastien Determe <sebastien.determe@intl.att.com> | 2020-11-05 08:47:15 +0000 |
commit | e407cea93494a9c894e729cb6ccec036a76d4c3d (patch) | |
tree | eea942c422a913abc2af4770a80f9702323d6b7e /common/onap-common-configuration-management | |
parent | 2d3275af25ff103398d8bfb4dcdb4cdd7bc1fa44 (diff) |
Update master to Honolulu
Update pom to 1.8 so that staging images are created for H release
Issue-ID: SDC-3349
Signed-off-by: ChrisC <christophe.closset@intl.att.com>
Change-Id: Ied353406c6ff40a43e7176f0c5b42408d7f4dd56
Diffstat (limited to 'common/onap-common-configuration-management')
3 files changed, 3 insertions, 3 deletions
diff --git a/common/onap-common-configuration-management/onap-configuration-management-api/pom.xml b/common/onap-common-configuration-management/onap-configuration-management-api/pom.xml index 402e606c00..c4bee07443 100644 --- a/common/onap-common-configuration-management/onap-configuration-management-api/pom.xml +++ b/common/onap-common-configuration-management/onap-configuration-management-api/pom.xml @@ -10,6 +10,6 @@ <parent> <artifactId>onap-common-configuration-management</artifactId> <groupId>org.onap.sdc.common</groupId> - <version>1.7.2-SNAPSHOT</version> + <version>1.8.0-SNAPSHOT</version> </parent> </project> diff --git a/common/onap-common-configuration-management/onap-configuration-management-core/pom.xml b/common/onap-common-configuration-management/onap-configuration-management-core/pom.xml index 080e54d1fb..68f13e23de 100755 --- a/common/onap-common-configuration-management/onap-configuration-management-core/pom.xml +++ b/common/onap-common-configuration-management/onap-configuration-management-core/pom.xml @@ -26,7 +26,7 @@ <parent> <artifactId>onap-common-configuration-management</artifactId> <groupId>org.onap.sdc.common</groupId> - <version>1.7.2-SNAPSHOT</version> + <version>1.8.0-SNAPSHOT</version> </parent> <dependencies> diff --git a/common/onap-common-configuration-management/pom.xml b/common/onap-common-configuration-management/pom.xml index d58bc90bbd..810955d45b 100755 --- a/common/onap-common-configuration-management/pom.xml +++ b/common/onap-common-configuration-management/pom.xml @@ -10,7 +10,7 @@ <parent> <groupId>org.onap.sdc.common</groupId> <artifactId>onap-common-lib</artifactId> - <version>1.7.2-SNAPSHOT</version> + <version>1.8.0-SNAPSHOT</version> </parent> <modules> |