blob: 6d03832724027d0a96e47cfed5c361d0a0bc7ccc [file] [log] [blame]
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +00001<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 ~ Copyright © 2017-2018 AT&T Intellectual Property.
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 -->
Dan Timoney8edec222020-04-07 11:51:20 -040017
Timoney, Dan (dt5972)38f6f0a2019-01-08 14:40:54 -050018<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">
Steve Alphonse Siania5f9b6f2019-01-21 11:55:48 -050019 <modelVersion>4.0.0</modelVersion>
SINGAL, KAPIL (ks220y)24f39fd2019-09-17 16:36:59 +000020
Steve Alphonse Siania5f9b6f2019-01-21 11:55:48 -050021 <parent>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -040022 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
Singal, Kapil (ks220y)8de37f92020-09-11 13:58:42 -040023 <artifactId>blueprintsprocessor-modules</artifactId>
Dan Timoneybaea95f2021-04-29 08:33:42 -040024 <version>1.1.5-SNAPSHOT</version>
Steve Alphonse Siania5f9b6f2019-01-21 11:55:48 -050025 </parent>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000026
Singal, Kapil (ks220y)8de37f92020-09-11 13:58:42 -040027 <artifactId>modules-outbounds</artifactId>
Steve Alphonse Siania5f9b6f2019-01-21 11:55:48 -050028 <packaging>pom</packaging>
SINGAL, KAPIL (ks220y)24f39fd2019-09-17 16:36:59 +000029
Singal, Kapil (ks220y)8de37f92020-09-11 13:58:42 -040030 <name>MS Blueprints Processor Modules - Outbounds</name>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000031</project>