diff options
author | 2024-04-09 10:02:53 +0200 | |
---|---|---|
committer | 2024-04-09 10:08:00 +0200 | |
commit | 0a0897466ccc94214466e63a8c33cb60c2141f91 (patch) | |
tree | 57486ac0c5e5bce1f20f9b167159af73ab62f523 /version.properties | |
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 'version.properties')
-rw-r--r-- | version.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.properties b/version.properties index 0099b06f6d..4efae2cf11 100644 --- a/version.properties +++ b/version.properties @@ -5,7 +5,7 @@ major=1 minor=13 -patch=6 +patch=7 base_version=${major}.${minor}.${patch} |