Ethan Lynn | 047e5b6 | 2017-09-10 22:09:14 -0600 | [diff] [blame] | 1 | <?xml version="1.0"?> |
| 2 | <!-- |
Ethan Lynn | 2906f88 | 2018-01-15 10:32:43 +0800 | [diff] [blame] | 3 | Copyright 2017-2018 VMware Inc. |
Ethan Lynn | 047e5b6 | 2017-09-10 22:09:14 -0600 | [diff] [blame] | 4 | |
| 5 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 6 | you may not use this file except in compliance with the License. |
| 7 | You may obtain a copy of the License at |
| 8 | |
| 9 | http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | |
| 11 | Unless required by applicable law or agreed to in writing, software |
| 12 | distributed under the License is distributed on an "AS IS" BASIS, |
| 13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 14 | See the License for the specific language governing permissions and |
| 15 | limitations under the License. |
| 16 | --> |
| 17 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 18 | <parent> |
| 19 | <groupId>org.onap.oparent</groupId> |
| 20 | <artifactId>oparent</artifactId> |
Bin Yang | a45725d | 2019-07-11 04:44:30 +0000 | [diff] [blame] | 21 | <version>2.0.0</version> |
Ethan Lynn | 047e5b6 | 2017-09-10 22:09:14 -0600 | [diff] [blame] | 22 | </parent> |
| 23 | <modelVersion>4.0.0</modelVersion> |
| 24 | <groupId>org.onap.multicloud.framework</groupId> |
| 25 | <artifactId>multicloud-framework</artifactId> |
Bin Yang | 28b4c48 | 2022-07-27 14:23:29 +0800 | [diff] [blame^] | 26 | <version>1.8.1-SNAPSHOT</version> |
Ethan Lynn | 047e5b6 | 2017-09-10 22:09:14 -0600 | [diff] [blame] | 27 | <packaging>pom</packaging> |
| 28 | <name>multicloud-framework</name> |
liboNet | efb2229 | 2019-03-20 03:10:03 +0800 | [diff] [blame] | 29 | <description>multicloud broker</description> |
liboNet | efb2229 | 2019-03-20 03:10:03 +0800 | [diff] [blame] | 30 | <modules> |
| 31 | <module>multivimbroker</module> |
| 32 | <module>artifactbroker</module> |
| 33 | </modules> |
| 34 | |
| 35 | </project> |