diff options
author | Dan Timoney <dtimoney@att.com> | 2017-09-13 16:32:45 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2017-09-13 16:32:45 -0400 |
commit | 3fa9671f720dd95bf15a5a4668aa89a7c3dd93e7 (patch) | |
tree | a05c9b61c7f3629571c5f9c4f8e4866ab6302565 /pom.xml | |
parent | d315e6996052dc81c7e5deebd7fc4229a4e93c0c (diff) |
Use oparent-odlparent in sli/core
Update sli/core to use oparent-odlparent. To prevent verify builds from
failing due to unit test errors, also changed unit tests that require
database access to use MariaDB4j to start up a local MariaDB database.
Change-Id: I928b7e1e83bdb328ca9e0785c8b81f67f982eeda
Issue-ID: CCSDK-43
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'pom.xml')
-rwxr-xr-x | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-carbon-sr1</artifactId> - <version>0.0.1-SNAPSHOT</version> + <version>0.0.2-SNAPSHOT</version> </parent> <issueManagement> |