summaryrefslogtreecommitdiffstats
path: root/sparkybe-onap-application/pom.xml
diff options
context:
space:
mode:
authorHarish Venkata Kajur <vk250x@att.com>2021-02-23 22:55:16 -0500
committerHarish Venkata Kajur <vk250x@att.com>2021-02-23 23:35:22 -0500
commit3fb4c441eeb21e9800bb3f6c33164d8232749245 (patch)
treec53b8033ea3f558a7a4fdf35d8e0e084c08fb3f3 /sparkybe-onap-application/pom.xml
parent39885f7866165946b02dd36ee1f9ce93eecdda5f (diff)
Update base docker image to use java 11
Also update maven plugin to target java 11 Issue-ID: AAI-3272 Change-Id: Iac09b0d91022cf7fdfc932e67753e164ee6463cf Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
Diffstat (limited to 'sparkybe-onap-application/pom.xml')
-rw-r--r--sparkybe-onap-application/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/sparkybe-onap-application/pom.xml b/sparkybe-onap-application/pom.xml
index 0642cca..e216301 100644
--- a/sparkybe-onap-application/pom.xml
+++ b/sparkybe-onap-application/pom.xml
@@ -5,12 +5,12 @@
<parent>
<groupId>org.onap.aai</groupId>
<artifactId>sparky-be</artifactId>
- <version>2.0.2-SNAPSHOT</version>
+ <version>2.0.3-SNAPSHOT</version>
</parent>
<groupId>org.onap.aai.sparky-be</groupId>
<artifactId>sparkybe-onap-application</artifactId>
- <version>2.0.2-SNAPSHOT</version>
+ <version>2.0.3-SNAPSHOT</version>
<packaging>jar</packaging>
<properties>
@@ -36,7 +36,7 @@
</aai.build.directory>
<aai.docker.namespace>onap</aai.docker.namespace>
<aai.base.image>alpine</aai.base.image>
- <aai.base.image.version>1.6.0</aai.base.image.version>
+ <aai.base.image.version>1.8.1</aai.base.image.version>
<!-- This will be used for the docker images as the default format of maven build has issues -->
<maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
</properties>