Smokowski, Kevin (ks6305) | 8506f0b | 2019-03-13 21:02:14 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <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"> |
| 3 | <modelVersion>4.0.0</modelVersion> |
| 4 | |
| 5 | <parent> |
Timoney, Dan (dt5972) | ee0ce40 | 2019-03-19 09:12:23 -0400 | [diff] [blame] | 6 | <groupId>org.onap.ccsdk.sli.adaptors.messagerouter</groupId> |
Smokowski, Kevin (ks6305) | 8506f0b | 2019-03-13 21:02:14 +0000 | [diff] [blame] | 7 | <artifactId>publisher.aggregate</artifactId> |
Timoney, Dan (dt5972) | dbbd392 | 2019-07-03 14:30:56 -0400 | [diff] [blame^] | 8 | <version>0.6.0-SNAPSHOT</version> |
Smokowski, Kevin (ks6305) | 8506f0b | 2019-03-13 21:02:14 +0000 | [diff] [blame] | 9 | </parent> |
| 10 | |
| 11 | <artifactId>publisher.api</artifactId> |
| 12 | <packaging>bundle</packaging> |
| 13 | |
| 14 | <build> |
| 15 | <plugins> |
| 16 | <plugin> |
| 17 | <groupId>org.apache.felix</groupId> |
| 18 | <artifactId>maven-bundle-plugin</artifactId> |
| 19 | <configuration> |
| 20 | <instructions> |
Timoney, Dan (dt5972) | ee0ce40 | 2019-03-19 09:12:23 -0400 | [diff] [blame] | 21 | <Export-Package>org.onap.ccsdk.sli.adaptors.messagerouter.publisher.api</Export-Package> |
Smokowski, Kevin (ks6305) | 8506f0b | 2019-03-13 21:02:14 +0000 | [diff] [blame] | 22 | </instructions> |
| 23 | </configuration> |
| 24 | </plugin> |
| 25 | </plugins> |
| 26 | </build> |
| 27 | </project> |