Smokowski, Kevin (ks6305) | 8506f0b | 2019-03-13 21:02:14 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Smokowski, Kevin (ks6305) | 6a91fa4 | 2019-03-28 14:45:52 +0000 | [diff] [blame] | 2 | <!-- ============LICENSE_START======================================================= |
| 3 | ONAP : APPC ================================================================================ |
| 4 | Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. ================================================================================ |
| 5 | Copyright (C) 2017 Amdocs ============================================================================= |
| 6 | Licensed under the Apache License, Version 2.0 (the "License"); you may not |
| 7 | use this file except in compliance with the License. You may obtain a copy |
| 8 | of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required |
| 9 | by applicable law or agreed to in writing, software distributed under the |
| 10 | License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS |
| 11 | OF ANY KIND, either express or implied. See the License for the specific |
| 12 | language governing permissions and limitations under the License. ECOMP is |
| 13 | a trademark and service mark of AT&T Intellectual Property. ============LICENSE_END========================================================= --> |
Smokowski, Kevin (ks6305) | 8506f0b | 2019-03-13 21:02:14 +0000 | [diff] [blame] | 14 | <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"> |
Smokowski, Kevin (ks6305) | 6a91fa4 | 2019-03-28 14:45:52 +0000 | [diff] [blame] | 15 | <modelVersion>4.0.0</modelVersion> |
| 16 | <parent> |
| 17 | <artifactId>odlparent-lite</artifactId> |
| 18 | <groupId>org.onap.ccsdk.parent</groupId> |
Timoney, Dan (dt5972) | 54f8f8b | 2019-05-28 14:00:10 -0400 | [diff] [blame^] | 19 | <version>1.2.4-SNAPSHOT</version> |
Smokowski, Kevin (ks6305) | 6a91fa4 | 2019-03-28 14:45:52 +0000 | [diff] [blame] | 20 | <relativePath/> |
| 21 | </parent> |
| 22 | <groupId>org.onap.ccsdk.sli.adaptors.messagerouter</groupId> |
| 23 | <artifactId>publisher.features</artifactId> |
Timoney, Dan (dt5972) | 11dc926 | 2019-04-30 11:32:13 -0400 | [diff] [blame] | 24 | <version>0.4.3-SNAPSHOT</version> |
Smokowski, Kevin (ks6305) | 6a91fa4 | 2019-03-28 14:45:52 +0000 | [diff] [blame] | 25 | <name>ccsdk-sli-adaptors :: messagerouter :: ${project.artifactId}</name> |
Smokowski, Kevin (ks6305) | 8506f0b | 2019-03-13 21:02:14 +0000 | [diff] [blame] | 26 | |
Smokowski, Kevin (ks6305) | 6a91fa4 | 2019-03-28 14:45:52 +0000 | [diff] [blame] | 27 | <packaging>pom</packaging> |
Smokowski, Kevin (ks6305) | 8506f0b | 2019-03-13 21:02:14 +0000 | [diff] [blame] | 28 | |
Smokowski, Kevin (ks6305) | 6a91fa4 | 2019-03-28 14:45:52 +0000 | [diff] [blame] | 29 | <modules> |
| 30 | <module>ccsdk-messagerouter-publisher</module> |
| 31 | <module>features-messagerouter-publisher</module> |
| 32 | </modules> |
Smokowski, Kevin (ks6305) | 8506f0b | 2019-03-13 21:02:14 +0000 | [diff] [blame] | 33 | </project> |