diff options
author | Dan Timoney <dtimoney@att.com> | 2017-12-05 14:58:49 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2017-12-05 14:58:49 -0500 |
commit | 1c5d85c1014b04ef38fcbdc74963fcd35b3978a3 (patch) | |
tree | 1d30cdd9b454c291acb834818e9f1f27ceb0d70a /pom.xml | |
parent | 962abd7f68a8769ce47173e92880d1775f1ae18b (diff) |
Replace JDBC connector
Replace mysql JDBC connector with MariaDB JDBC connector
Change-Id: I1b8f019241192f0cd4e3ecb0bc8798e20ae033a9
Issue-ID: CCSDK-144
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-carbon-sr1</artifactId> - <version>0.1.0</version> + <version>0.1.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> |