diff options
author | Dan Timoney <dtimoney@att.com> | 2017-08-15 10:18:56 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2017-08-15 10:18:56 -0400 |
commit | 0c7f2223a42ae9f1a9ac8954e9b9194e929b72f6 (patch) | |
tree | 37522fb8fdef134c8864b2688c64ef500c65c7ba /pom.xml | |
parent | 4515ffa52bc89b1bf40c791749fe518930441d82 (diff) |
Port sli/plugins to Carbon
Updated sli/plugins to compile against OpenDaylight Carbon SR1
Change-Id: I5ca937a5a9b51cb0dadd3648c71fe2c5dcefdcf1
Issue-ID: CCSDK-26
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
@@ -4,7 +4,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> @@ -112,7 +112,7 @@ <organization> <name>AT&T</name> </organization> - <version>0.0.1-SNAPSHOT</version> + <version>0.1.0-SNAPSHOT</version> </project> |