summaryrefslogtreecommitdiffstats
path: root/dcae-analytics/version.properties
diff options
context:
space:
mode:
authorAlexander Mazuruk <a.mazuruk@samsung.com>2021-02-18 17:01:57 +0100
committerAlexander Mazuruk <a.mazuruk@samsung.com>2021-04-08 23:14:51 +0200
commit6302edb304f69068b108a69001d69bc6213b6a6a (patch)
tree45832db93ac39fb2d597e9aa763bac232e6cac2b /dcae-analytics/version.properties
parent5ff6820d13c499828312bd736f485051a450c4f0 (diff)
Change openjdk baseOS img to integration-java11
Benefits from switching over: * minimal {java11,python} images maintained by integration team * using currently "blessed by seccom" versions (:latest tag used) * should limit spread of legal issues across layers * integration images will be the first to have automated compliance documentation * should limit spread of base layers (contributing to deployment footprint - more base layers = more to download, more to store etc...) Issue-ID: INT-1864 Issue-ID: DCAEGEN2-2420 Signed-off-by: Alexander Mazuruk <a.mazuruk@samsung.com> Change-Id: I272dee1761e293b57f5c9df76f873d86f012a2ab
Diffstat (limited to 'dcae-analytics/version.properties')
-rw-r--r--dcae-analytics/version.properties5
1 files changed, 3 insertions, 2 deletions
diff --git a/dcae-analytics/version.properties b/dcae-analytics/version.properties
index d67f858..b1893d0 100644
--- a/dcae-analytics/version.properties
+++ b/dcae-analytics/version.properties
@@ -1,6 +1,7 @@
#
# ================================================================================
# Copyright (c) 2018 AT&T Intellectual Property. All rights reserved.
+# Copyright (c) 2021 Samsung Electronics. All rights reserved.
# ================================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -17,8 +18,8 @@
#
#
major=1
-minor=2
-patch=2
+minor=3
+patch=0
base_version=${major}.${minor}.${patch}
release_version=${base_version}
snapshot_version=${base_version}-SNAPSHOT