diff options
author | Bin Yang <bin.yang@windriver.com> | 2017-08-29 16:18:45 +0800 |
---|---|---|
committer | Bin Yang <bin.yang@windriver.com> | 2017-08-29 16:18:45 +0800 |
commit | cb7770b35559af5d63cf44e20ea425b89046c096 (patch) | |
tree | c76f092a302a65b9bd4b2bc60c83f6ba411da542 /pom.xml | |
parent | 74e6b85a978ea6e98cd11f1984baef197712520c (diff) |
Add OpenStack proxy for newton
refactor seed code for newton
add proxy for identiy,service, add registration, extension
management
Issue-Id: MULTICLOUD-58
Change-Id: I6a7a21427af4c88b7f060470c1176009c13fc19e
Signed-off-by: Bin Yang <bin.yang@windriver.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -21,15 +21,14 @@ </parent> <modelVersion>4.0.0</modelVersion> - <groupId>org.openo.multivimdriver.openstack</groupId> - <artifactId>multivimdriver-openstack-root</artifactId> - <version>1.1.0-SNAPSHOT</version> - <name>multivim-openstack</name> + <groupId>org.onap.multicloud.openstack</groupId> + <artifactId>multicloud-openstack-root</artifactId> + <version>1.0.0-SNAPSHOT</version> + <name>multicloud/openstack</name> <packaging>pom</packaging> <modules> <module>newton</module> - <module>kilo</module> </modules> <build> |