Timoney, Dan (dt5972) | 8f78b09 | 2018-09-13 14:17:30 -0400 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Singal, Kapil (ks220y) | 632a1f3 | 2019-09-27 14:09:00 -0400 | [diff] [blame^] | 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"> |
Timoney, Dan (dt5972) | 8f78b09 | 2018-09-13 14:17:30 -0400 | [diff] [blame] | 3 | <modelVersion>4.0.0</modelVersion> |
Timoney, Dan (dt5972) | 8f78b09 | 2018-09-13 14:17:30 -0400 | [diff] [blame] | 4 | |
Singal, Kapil (ks220y) | 632a1f3 | 2019-09-27 14:09:00 -0400 | [diff] [blame^] | 5 | <parent> |
Timoney, Dan (dt5972) | a4b1a9f | 2018-09-18 13:53:34 -0400 | [diff] [blame] | 6 | <groupId>org.onap.ccsdk.parent</groupId> |
| 7 | <artifactId>parent</artifactId> |
Timoney, Dan (dt5972) | e45b6a2 | 2019-09-10 14:47:58 -0400 | [diff] [blame] | 8 | <version>1.5.0-SNAPSHOT</version> |
Timoney, Dan (dt5972) | a4b1a9f | 2018-09-18 13:53:34 -0400 | [diff] [blame] | 9 | </parent> |
Timoney, Dan (dt5972) | 8f78b09 | 2018-09-13 14:17:30 -0400 | [diff] [blame] | 10 | |
Singal, Kapil (ks220y) | 632a1f3 | 2019-09-27 14:09:00 -0400 | [diff] [blame^] | 11 | <groupId>org.onap.ccsdk.parent</groupId> |
| 12 | <artifactId>springboot-aggregator</artifactId> |
| 13 | <version>1.5.0-SNAPSHOT</version> |
| 14 | <packaging>pom</packaging> |
| 15 | |
Timoney, Dan (dt5972) | 8f78b09 | 2018-09-13 14:17:30 -0400 | [diff] [blame] | 16 | <name>ONAP :: ${project.groupId} :: ${project.artifactId}</name> |
Timoney, Dan (dt5972) | 8f78b09 | 2018-09-13 14:17:30 -0400 | [diff] [blame] | 17 | |
Singal, Kapil (ks220y) | 632a1f3 | 2019-09-27 14:09:00 -0400 | [diff] [blame^] | 18 | <modules> |
| 19 | <module>springboot1</module> |
| 20 | <module>springboot2</module> |
| 21 | </modules> |
| 22 | |
Timoney, Dan (dt5972) | 8f78b09 | 2018-09-13 14:17:30 -0400 | [diff] [blame] | 23 | <distributionManagement> |
| 24 | <repository> |
| 25 | <id>ecomp-releases</id> |
Timoney, Dan (dt5972) | 98d374f | 2018-10-03 19:47:28 -0400 | [diff] [blame] | 26 | <url>https://nexus.onap.org/content/repositories/releases</url> |
Timoney, Dan (dt5972) | 8f78b09 | 2018-09-13 14:17:30 -0400 | [diff] [blame] | 27 | </repository> |
| 28 | <snapshotRepository> |
| 29 | <id>ecomp-snapshots</id> |
Timoney, Dan (dt5972) | 98d374f | 2018-10-03 19:47:28 -0400 | [diff] [blame] | 30 | <url>https://nexus.onap.org/content/repositories/snapshots</url> |
Timoney, Dan (dt5972) | 8f78b09 | 2018-09-13 14:17:30 -0400 | [diff] [blame] | 31 | </snapshotRepository> |
| 32 | </distributionManagement> |
Timoney, Dan (dt5972) | 8f78b09 | 2018-09-13 14:17:30 -0400 | [diff] [blame] | 33 | </project> |