Fix ambiguities in pom.xml 31/123731/3 1.10.1
authorRemigiusz Janeczek <remigiusz.janeczek@nokia.com>
Tue, 31 Aug 2021 15:34:58 +0000 (17:34 +0200)
committerRemigiusz Janeczek <remigiusz.janeczek@nokia.com>
Tue, 31 Aug 2021 17:58:16 +0000 (19:58 +0200)
set specific spring-boot-maven-plugin - 2.4.3 (spring.version)
set specific docker base image - openjdk:11.0.11-jre-slim

Issue-ID: DCAEGEN2-2719
Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com>
Change-Id: I9d63a28f1e9fd30e8fbb49d6a7b6e521ad988a3e

Changelog.md
pom.xml

index 1a0c7d2..91cf77b 100644 (file)
@@ -61,6 +61,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
             - sending event for many topics at once is no longer supported
             - add backward compatibility status codes
             - add additional validation for batchEvent            
-## [1.10.1] - 24/08/2021
+## [1.10.1] - 31/08/2021
          -  [DCAEGEN2-1483](https://jira.onap.org/browse/DCAEGEN2-2719) - CBS-Client supporting configMap
             - update CBS-Client from 1.8.0 to 1.8.7 in order to enable config file support
+            - fix ambiguous spring-boot-maven-plugin import - set it to 2.4.3
+            - fix ambiguous base docker image - set it to openjdk:11.0.11-jre-slim
diff --git a/pom.xml b/pom.xml
index ac8601f..b4fb883 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -82,6 +82,7 @@
         <plugin>
           <groupId>org.springframework.boot</groupId>
           <artifactId>spring-boot-maven-plugin</artifactId>
+          <version>${spring.version}</version>
         </plugin>
         <plugin>
           <artifactId>maven-assembly-plugin</artifactId>
             <imageTag>${project.version}</imageTag>
             <imageTag>latest</imageTag>
           </imageTags>
-          <baseImage>openjdk:11-jre-slim</baseImage>
+          <baseImage>openjdk:11.0.11-jre-slim</baseImage>
           <user>vescollector</user>
           <env>
             <HOSTALIASES>/etc/host.aliases</HOSTALIASES>