Anand | 36bcd56 | 2018-01-04 19:35:51 -0500 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
| 3 | ============LICENSE_START======================================================= |
| 4 | ONAP : APPC |
| 5 | ================================================================================ |
John McClung | 694852f | 2018-06-13 16:10:33 -0400 | [diff] [blame] | 6 | Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved. |
Anand | 36bcd56 | 2018-01-04 19:35:51 -0500 | [diff] [blame] | 7 | ================================================================================ |
| 8 | Copyright (C) 2017 Amdocs |
| 9 | ============================================================================= |
| 10 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 11 | you may not use this file except in compliance with the License. |
| 12 | You may obtain a copy of the License at |
| 13 | |
| 14 | http://www.apache.org/licenses/LICENSE-2.0 |
| 15 | |
| 16 | Unless required by applicable law or agreed to in writing, software |
| 17 | distributed under the License is distributed on an "AS IS" BASIS, |
| 18 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 19 | See the License for the specific language governing permissions and |
| 20 | limitations under the License. |
| 21 | |
Anand | 36bcd56 | 2018-01-04 19:35:51 -0500 | [diff] [blame] | 22 | ============LICENSE_END========================================================= |
| 23 | --> |
| 24 | <project xmlns="http://maven.apache.org/POM/4.0.0" |
| 25 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 26 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 27 | <modelVersion>4.0.0</modelVersion> |
| 28 | <parent> |
Patrick Brady | 606d4e7 | 2018-08-08 10:25:15 -0700 | [diff] [blame] | 29 | <groupId>org.onap.appc.parent</groupId> |
| 30 | <artifactId>odlparent-lite</artifactId> |
Patrick Brady | 8183cf1 | 2019-05-20 23:12:51 -0700 | [diff] [blame] | 31 | <version>2.6.0-SNAPSHOT</version> |
Patrick Brady | 606d4e7 | 2018-08-08 10:25:15 -0700 | [diff] [blame] | 32 | <relativePath /> |
Anand | 36bcd56 | 2018-01-04 19:35:51 -0500 | [diff] [blame] | 33 | </parent> |
| 34 | |
| 35 | <artifactId>appc-workflow-management</artifactId> |
| 36 | <name>APPC Workflow Management</name> |
| 37 | <packaging>pom</packaging> |
| 38 | <description>APPC Workflow Management</description> |
| 39 | |
| 40 | <!-- ================================================================================== --> |
| 41 | <!-- The modules we build --> |
| 42 | <!-- ================================================================================== --> |
| 43 | <modules> |
| 44 | <module>appc-workflow-management-api</module> |
| 45 | <module>appc-workflow-management-core</module> |
| 46 | <module>appc-workflow-management-features</module> |
| 47 | </modules> |
| 48 | |
Patrick Brady | 606d4e7 | 2018-08-08 10:25:15 -0700 | [diff] [blame] | 49 | <groupId>org.onap.appc</groupId> |
Patrick Brady | ed1cf1f | 2019-04-26 12:36:25 -0700 | [diff] [blame] | 50 | <version>1.6.0-SNAPSHOT</version> |
Anand | 36bcd56 | 2018-01-04 19:35:51 -0500 | [diff] [blame] | 51 | </project> |