diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-04-04 10:37:43 +0200 |
---|---|---|
committer | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-04-04 10:37:43 +0200 |
commit | 21e01d4ae2d5583112b23290a6d52f70951e70cd (patch) | |
tree | 54048723b17ba6eceee639680c64c7c11bac6cf4 /version.properties | |
parent | 338ea513407cac56c78678f6697a2e55b6bc22b9 (diff) |
- do not create the ClientBuilder inside the classes but rather constructor inject it
- this way instrumentation of the client could be possible when tracing is enabled
Issue-ID: AAI-3817
Change-Id: I4c6d1faf8da98283e8bbae66bd0b3207786a4ce5
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 0986d1f..f6bcc5a 100644 --- a/version.properties +++ b/version.properties @@ -3,7 +3,7 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=9 +minor=11 patch=0 base_version=${major}.${minor}.${patch} |