diff options
author | Alexander Mazuruk <a.mazuruk@samsung.com> | 2021-02-18 17:01:57 +0100 |
---|---|---|
committer | Alexander Mazuruk <a.mazuruk@samsung.com> | 2021-04-08 23:14:51 +0200 |
commit | 6302edb304f69068b108a69001d69bc6213b6a6a (patch) | |
tree | 45832db93ac39fb2d597e9aa763bac232e6cac2b /eelf-logger/eelf-logger-model/pom.xml | |
parent | 5ff6820d13c499828312bd736f485051a450c4f0 (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 'eelf-logger/eelf-logger-model/pom.xml')
-rw-r--r-- | eelf-logger/eelf-logger-model/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eelf-logger/eelf-logger-model/pom.xml b/eelf-logger/eelf-logger-model/pom.xml index 45fd2c2..8458548 100644 --- a/eelf-logger/eelf-logger-model/pom.xml +++ b/eelf-logger/eelf-logger-model/pom.xml @@ -2,6 +2,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. @@ -27,7 +28,7 @@ <parent> <groupId>org.onap.dcaegen2.analytics.tca-gen2</groupId> <artifactId>eelf-logger</artifactId> - <version>1.2.2-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </parent> <artifactId>eelf-logger-model</artifactId> |