diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-04-09 10:02:53 +0200 |
---|---|---|
committer | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-04-09 10:08:00 +0200 |
commit | 0a0897466ccc94214466e63a8c33cb60c2141f91 (patch) | |
tree | 57486ac0c5e5bce1f20f9b167159af73ab62f523 /common/onap-common-configuration-management | |
parent | 84f9386df07ddf463e53070a8199a238240f5ef3 (diff) |
SDC pipeline fails during docker build
- update the integration-java11 base image from 10.0.0 to 12.0.0
- bump version to 1.13.7-SNAPSHOT
- update tox.ini file since GHA would fail otherwise
Issue-ID: SDC-4683
Change-Id: I9b069bcedc851260cdd590c5da94727402d217d2
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
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 981db8d25e..8becd078c1 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,7 +10,7 @@ <parent> <artifactId>onap-common-configuration-management</artifactId> <groupId>org.onap.sdc.common</groupId> - <version>1.13.6-SNAPSHOT</version> + <version>1.13.7-SNAPSHOT</version> </parent> <dependencies> <dependency> 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 514cef6b10..55c6760c4e 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.13.6-SNAPSHOT</version> + <version>1.13.7-SNAPSHOT</version> </parent> <dependencies> diff --git a/common/onap-common-configuration-management/pom.xml b/common/onap-common-configuration-management/pom.xml index 6954b10fc8..6b046b8fcb 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.13.6-SNAPSHOT</version> + <version>1.13.7-SNAPSHOT</version> </parent> <modules> |