openJDK image update to 11.0.8 34/110834/2
authordeen1985 <damian.nowak@nokia.com>
Mon, 3 Aug 2020 09:06:37 +0000 (11:06 +0200)
committerdeen1985 <damian.nowak@nokia.com>
Mon, 3 Aug 2020 09:17:40 +0000 (11:17 +0200)
Change-Id: I341390e5bde3e894455ac7717990669f4e0f0f94
Signed-off-by: deen1985 <damian.nowak@nokia.com>
Issue-ID: DCAEGEN2-2378
Signed-off-by: deen1985 <damian.nowak@nokia.com>
datafile-app-server/pom.xml
datafile-app-server/src/main/docker/Dockerfile
pom.xml
version.properties

index a5767fb..a467055 100644 (file)
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.onap.dcaegen2.collectors</groupId>
     <artifactId>datafile</artifactId>
-    <version>1.4.1-SNAPSHOT</version>
+    <version>1.4.2-SNAPSHOT</version>
   </parent>
 
   <groupId>org.onap.dcaegen2.collectors.datafile</groupId>
index 313c8d0..73d09bf 100755 (executable)
@@ -18,7 +18,7 @@
 # SPDX-License-Identifier: Apache-2.0
 # ============LICENSE_END=========================================================
 #
-FROM openjdk:11.0.6-jre-slim
+FROM openjdk:11.0.8-jre-slim
 
 EXPOSE 8100 8433
 
diff --git a/pom.xml b/pom.xml
index 5de61f9..b06dc8d 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
   ~ ============LICENSE_START=====================================================================
-  ~ Copyright (C) 2018 NOKIA Intellectual Property, 2018-2020 Nordix Foundation. All rights reserved.
+  ~ Copyright (C) 2018-2020 NOKIA Intellectual Property, 2018-2020 Nordix Foundation. 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.
@@ -30,7 +30,7 @@
 
   <groupId>org.onap.dcaegen2.collectors</groupId>
   <artifactId>datafile</artifactId>
-  <version>1.4.1-SNAPSHOT</version>
+  <version>1.4.2-SNAPSHOT</version>
 
   <name>dcaegen2-collectors.datafile</name>
   <description>datafile collector</description>
index 3db741f..b0c0f62 100644 (file)
@@ -1,6 +1,6 @@
 major=1\r
 minor=4\r
-patch=0\r
+patch=2\r
 base_version=${major}.${minor}.${patch}\r
 release_version=${base_version}\r
 snapshot_version=${base_version}-SNAPSHOT\r