summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2020-09-14 13:11:15 -0400
committerDan Timoney <dtimoney@att.com>2020-09-14 13:11:15 -0400
commitfa02f313699683aff20bd99ee2416a64a850a81f (patch)
treecdf9b6ee161283b60d68a6a8bcc288dba965411e /pom.xml
parenta4d2f2ab70b790dec1f92f509c352c885652e940 (diff)
Update sdnc/apps to use java11 base image
Update sdnc/apps to use Java 11 base image Change-Id: I10468121df75931ad1687400457c0e95cd5113ae Issue-ID: SDNC-1242 Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index e12b186..5e9f944 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,12 +5,12 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>odlparent-lite</artifactId>
- <version>2.0.0</version>
+ <version>2.0.1</version>
</parent>
<groupId>org.onap.sdnc.apps</groupId>
<artifactId>sdnc-apps</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>sdnc-apps</name>