diff options
author | Dan Timoney <dtimoney@att.com> | 2020-09-14 13:11:15 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-09-14 13:11:15 -0400 |
commit | fa02f313699683aff20bd99ee2416a64a850a81f (patch) | |
tree | cdf9b6ee161283b60d68a6a8bcc288dba965411e /pom.xml | |
parent | a4d2f2ab70b790dec1f92f509c352c885652e940 (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.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |