blob: 42d7f2fd8a8f4aef17de79d59fc2e5fb7f25f56e [file] [log] [blame]
Patrick Bradyd3ef5472018-08-10 15:14:38 -07001<?xml version="1.0" encoding="UTF-8"?>
Skip Wonnell8e5e3172018-01-11 14:10:33 -06002<!--
Patrick Bradyd3ef5472018-08-10 15:14:38 -07003============LICENSE_START=======================================================
4ONAP : APPC
5================================================================================
6Copyright (C) 2018 AT&T Intellectual Property. All rights reserved.
7=============================================================================
8Licensed under the Apache License, Version 2.0 (the "License");
9you may not use this file except in compliance with the License.
10You may obtain a copy of the License at
Skip Wonnell8e5e3172018-01-11 14:10:33 -060011
12 http://www.apache.org/licenses/LICENSE-2.0
13
Patrick Bradyd3ef5472018-08-10 15:14:38 -070014Unless required by applicable law or agreed to in writing, software
15distributed under the License is distributed on an "AS IS" BASIS,
16WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17See the License for the specific language governing permissions and
18limitations under the License.
19============LICENSE_END=========================================================
Skip Wonnell8e5e3172018-01-11 14:10:33 -060020-->
Patrick Bradyd3ef5472018-08-10 15:14:38 -070021<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">
22 <modelVersion>4.0.0</modelVersion>
23
24 <parent>
25 <groupId>org.onap.appc.parent</groupId>
26 <artifactId>odlparent-lite</artifactId>
Patrick Bradyd4c14b12019-05-08 12:57:09 -070027 <version>2.5.0</version>
Patrick Bradyd3ef5472018-08-10 15:14:38 -070028 <relativePath />
29 </parent>
30
Patrick Brady07567592017-12-13 11:09:30 -080031 <groupId>org.onap.appc</groupId>
Patrick Bradyd3ef5472018-08-10 15:14:38 -070032 <artifactId>appc-sequence-generator-feature-aggregator</artifactId>
Patrick Brady350a1d92019-06-13 12:28:11 -070033 <version>1.5.3-SNAPSHOT</version>
Patrick Bradyd3ef5472018-08-10 15:14:38 -070034 <packaging>pom</packaging>
Kalpesh Chaniyara5b759092017-08-15 23:40:34 +053035
Patrick Bradyd3ef5472018-08-10 15:14:38 -070036 <name></name>
Kalpesh Chaniyara5b759092017-08-15 23:40:34 +053037
Patrick Bradyd3ef5472018-08-10 15:14:38 -070038 <modules>
39 <module>onap-appc-sequence-generator</module>
40 <module>features-appc-sequence-generator</module>
41 </modules>
Kalpesh Chaniyara5b759092017-08-15 23:40:34 +053042</project>