aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authordglFromAtt <dgl@research.att.com>2019-12-31 15:09:49 -0500
committerDominic Lunanuova <dgl@research.att.com>2019-12-31 20:31:30 +0000
commit30c70c4535d3abd691970d244ff13c58b4142480 (patch)
treeb800f43d3c081323c1cc0eaa5f3d326ca47d036a /pom.xml
parent2d14d6dff3456430022efe6cf3607c9f8794a297 (diff)
Changes to use new Java 11 dbcapi
This bumps the major version and uses the new dbcapi. BUT it still uses the old alpine base image - until an appropriate replacement is designated for Java 11 Issue-ID: DMAAP-1363 Signed-off-by: dglFromAtt <dgl@research.att.com> Change-Id: I9b1aeabc263b3498d801f9af02cdaf059a930525 Signed-off-by: dglFromAtt <dgl@research.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 85bf520..810e78a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,11 +29,11 @@
<parent>
<groupId>org.onap.oparent</groupId>
<artifactId>oparent</artifactId>
- <version>2.0.0</version>
+ <version>2.1.0</version>
</parent>
<properties>
- <artifactVersion>1.1.8</artifactVersion>
+ <artifactVersion>2.0.1</artifactVersion>
<multiproject.basedir>${basedir}</multiproject.basedir>
<docker.maven.plugin.version>1.0.0</docker.maven.plugin.version>
<skip.docker.build>true</skip.docker.build>