diff options
author | dglFromAtt <dgl@research.att.com> | 2019-12-31 15:09:49 -0500 |
---|---|---|
committer | Dominic Lunanuova <dgl@research.att.com> | 2019-12-31 20:31:30 +0000 |
commit | 30c70c4535d3abd691970d244ff13c58b4142480 (patch) | |
tree | b800f43d3c081323c1cc0eaa5f3d326ca47d036a /dmaap-bc | |
parent | 2d14d6dff3456430022efe6cf3607c9f8794a297 (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 'dmaap-bc')
-rw-r--r-- | dmaap-bc/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dmaap-bc/pom.xml b/dmaap-bc/pom.xml index eeff9e8..1c14b5b 100644 --- a/dmaap-bc/pom.xml +++ b/dmaap-bc/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> - <version>2.0.0</version> + <version>2.1.0</version> <relativePath/> </parent> <build> @@ -421,7 +421,7 @@ <dependency> <groupId>org.onap.dmaap.dbcapi</groupId> <artifactId>dbcapi</artifactId> - <version>1.0.30</version> + <version>2.0.1-SNAPSHOT</version> </dependency> </dependencies> <reporting> @@ -459,7 +459,7 @@ <jettyVersion>9.4.12.RC2</jettyVersion> <eelf.version>1.0.0</eelf.version> <swagger.version>1.5.19</swagger.version> - <artifact.version>1.1.8-SNAPSHOT</artifact.version> + <artifact.version>2.0.1</artifact.version> <timestamp>${maven.build.timestamp}</timestamp> <maven.build.timestamp.format>yyyy-MM-dd HH:mm</maven.build.timestamp.format> <!-- SONAR --> |