diff options
author | Dan Timoney <dtimoney@att.com> | 2017-08-11 20:12:41 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2017-08-11 20:12:41 -0400 |
commit | f84d3ea7e6a08a62ddd4960fcf8592b8b5c07f52 (patch) | |
tree | 517fa9ba200db14db912d0266d838303ec6539e9 /dblib/pom.xml | |
parent | 68eeb041f3bec6548e94978dce2e6795c8a399e7 (diff) |
Compile against Carbon
Update sli/core to compile against OpenDaylight Carbon SR1
Change-Id: Ibb4a3a4cfa64f0539b520f56f11d7bf1fce62357
Issue-ID: CCSDK-23
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'dblib/pom.xml')
-rwxr-xr-x | dblib/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dblib/pom.xml b/dblib/pom.xml index 775ff059..81e1b801 100755 --- a/dblib/pom.xml +++ b/dblib/pom.xml @@ -3,7 +3,7 @@ <parent> <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>sdnc-core</artifactId> - <version>0.0.1-SNAPSHOT</version> + <version>0.1.0-SNAPSHOT</version> </parent> @@ -16,7 +16,7 @@ <name>DBLIB Adaptor</name> <description>The DBLIB adaptor allows service logic to access persistent data in a local sql database</description> - <version>0.0.1-SNAPSHOT</version> + <version>0.1.0-SNAPSHOT</version> <build> <plugins> |