diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-08-09 13:26:55 +0200 |
---|---|---|
committer | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-08-09 13:28:56 +0200 |
commit | 0dcaef48dbae542f9b0212acbe957718643f5e34 (patch) | |
tree | 43152f545477cc294c6f107209db630e323135b5 /version.properties | |
parent | 6280c1583f99a5261456e752a4988105f0eba50c (diff) |
Some graphadmin tools have an incomplete bean context and fail accordingly
- with recent changes to where some beans are declared in aai-common, the context configuration has to be adjusted
Issue-ID: AAI-3954
Change-Id: Ia33c437f98e14e9fd68a12771af138e4d904df8a
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 0f5234a..cae43c2 100644 --- a/version.properties +++ b/version.properties @@ -5,7 +5,7 @@ major_version=1 minor_version=14 -patch_version=5 +patch_version=6 base_version=${major_version}.${minor_version}.${patch_version} |