Singal, Kapil (ks220y) | f086bce | 2018-09-04 23:41:26 -0400 | [diff] [blame] | 1 | <!--
|
| 2 | Copyright © 2017-2018 AT&T Intellectual Property.
|
| 3 | Modifications Copyright © 2018 IBM.
|
| 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 |
|
| 18 | <project xmlns="http://maven.apache.org/POM/4.0.0"
|
Alexis de Talhouët | ea45fbf | 2018-09-11 11:13:56 -0400 | [diff] [blame] | 19 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
| 20 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
| 21 | <modelVersion>4.0.0</modelVersion>
|
| 22 |
|
| 23 | <parent>
|
| 24 | <groupId>org.onap.ccsdk.parent</groupId>
|
| 25 | <artifactId>odlparent-lite</artifactId>
|
Timoney, Dan (dt5972) | 3669129 | 2018-09-26 12:59:43 -0400 | [diff] [blame^] | 26 | <version>1.1.0</version>
|
Alexis de Talhouët | dc68efe | 2018-09-11 15:07:43 -0400 | [diff] [blame] | 27 | <relativePath/>
|
Alexis de Talhouët | ea45fbf | 2018-09-11 11:13:56 -0400 | [diff] [blame] | 28 | </parent>
|
| 29 |
|
| 30 | <version>0.3.0-SNAPSHOT</version>
|
| 31 | <artifactId>blueprints-processor-plugin</artifactId>
|
Timoney, Dan (dt5972) | b1dd3be | 2018-09-12 13:46:01 -0400 | [diff] [blame] | 32 | <groupId>org.onap.ccsdk.features</groupId>
|
Alexis de Talhouët | ea45fbf | 2018-09-11 11:13:56 -0400 | [diff] [blame] | 33 | <packaging>pom</packaging>
|
| 34 | <name>Blueprints Processor Plugins - POM</name>
|
| 35 | <description>Blueprints Processor Plugins - POM</description>
|
| 36 | <modules>
|
| 37 | <module>model-provider</module>
|
| 38 | <module>assignment-provider</module>
|
| 39 | <module>generator-provider</module>
|
| 40 | </modules>
|
Singal, Kapil (ks220y) | f086bce | 2018-09-04 23:41:26 -0400 | [diff] [blame] | 41 |
|
| 42 | </project>
|