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 /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 'pom.xml')
-rwxr-xr-x | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,7 +12,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> - <artifactId>odlparent-boron-sr3</artifactId> + <artifactId>odlparent-carbon-sr1</artifactId> <version>0.0.1-SNAPSHOT</version> </parent> @@ -186,7 +186,7 @@ <organization> <name>ONAP</name> </organization> - <version>0.0.1-SNAPSHOT</version> + <version>0.1.0-SNAPSHOT</version> </project> |