aboutsummaryrefslogtreecommitdiffstats
path: root/version.properties
diff options
context:
space:
mode:
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-03-06 07:56:05 +0100
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-06-04 16:43:22 +0200
commit9034ac68d20e1cb9f9aeda9ed8445023fca92527 (patch)
treed8520cd4ddd128b5bda15284680a2af84d14eebc /version.properties
parent17cf0fc2bd8ead53beadafe0fda7605fbb27f618 (diff)
Update janusgraph to 0.3.3
- update tinkerpop version from 3.2.11 to 3.3.0 - update janusgraph from 0.2.3 to 0.3.3 - the default GraphSON version would change with this update but was held back [1] - add jackson-dataformat-xml dependency to aai-core as the XmlMapper is used in the ErrorLogHelper [1] a separate story AAI-3796 - Use GraphSON v2 or v3 in AAI has been created for this Issue-ID: AAI-3795 Change-Id: I4539e83aa74c260d5238ebe869e9884d4396e9f4 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'version.properties')
-rw-r--r--version.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.properties b/version.properties
index 53fad524..5dfb2ddd 100644
--- a/version.properties
+++ b/version.properties
@@ -4,8 +4,8 @@
# because they are used in Jenkins, whose plug-in doesn't support
major_version=1
-minor_version=13
-patch_version=6
+minor_version=14
+patch_version=0
base_version=${major_version}.${minor_version}.${patch_version}