blob: c1cc067865903ca3c6b86121d95568e1caea5ae4 [file] [log] [blame]
Pamela Dragosha6557b02017-02-14 19:49:32 -05001<!--
2 ============LICENSE_START=======================================================
liamfallondef0f112018-02-13 11:29:56 +00003 drools-applications Control Loop Drools Templates
Pamela Dragosha6557b02017-02-14 19:49:32 -05004 ================================================================================
5 Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
6 ================================================================================
7 Licensed under the Apache License, Version 2.0 (the "License");
8 you may not use this file except in compliance with the License.
9 You may obtain a copy of the License at
Joshua Reicha91076f2019-04-15 11:54:48 -070010
Pamela Dragosha6557b02017-02-14 19:49:32 -050011 http://www.apache.org/licenses/LICENSE-2.0
Joshua Reicha91076f2019-04-15 11:54:48 -070012
Pamela Dragosha6557b02017-02-14 19:49:32 -050013 Unless required by applicable law or agreed to in writing, software
14 distributed under the License is distributed on an "AS IS" BASIS,
15 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 See the License for the specific language governing permissions and
17 limitations under the License.
18 ============LICENSE_END=========================================================
19 -->
20
liamfallonfd6a4f32018-10-31 16:54:18 +000021<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">
liamfallondef0f112018-02-13 11:29:56 +000022 <modelVersion>4.0.0</modelVersion>
23 <packaging>pom</packaging>
Pamela Dragosha6557b02017-02-14 19:49:32 -050024
liamfallondef0f112018-02-13 11:29:56 +000025 <parent>
26 <groupId>org.onap.policy.drools-applications.controlloop</groupId>
27 <artifactId>controlloop</artifactId>
Jim Hahn6cb8b622019-09-10 12:00:23 -040028 <version>1.5.3-SNAPSHOT</version>
liamfallondef0f112018-02-13 11:29:56 +000029 </parent>
Pamela Dragosha6557b02017-02-14 19:49:32 -050030
liamfallondef0f112018-02-13 11:29:56 +000031 <groupId>org.onap.policy.drools-applications.controlloop.templates</groupId>
32 <artifactId>templates</artifactId>
Pamela Dragosha6557b02017-02-14 19:49:32 -050033
liamfallondef0f112018-02-13 11:29:56 +000034 <modules>
35 <module>template.demo</module>
36 <module>archetype-cl-amsterdam</module>
37 </modules>
Pamela Dragosha6557b02017-02-14 19:49:32 -050038
Pamela Dragosha6557b02017-02-14 19:49:32 -050039</project>