aboutsummaryrefslogtreecommitdiffstats
path: root/version.properties
diff options
context:
space:
mode:
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-04-04 10:37:43 +0200
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-04-04 10:37:43 +0200
commit21e01d4ae2d5583112b23290a6d52f70951e70cd (patch)
tree54048723b17ba6eceee639680c64c7c11bac6cf4 /version.properties
parent338ea513407cac56c78678f6697a2e55b6bc22b9 (diff)
Constructor inject the jakarte ee ClientBuilderHEADmaster
- 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.properties2
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}