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"> |
Singal, Kapil (ks220y) | 2e8a4da | 2019-10-01 22:31:50 -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) | 2e8a4da | 2019-10-01 22:31:50 -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> |
Dan Timoney | 411d113 | 2022-03-31 14:15:13 -0400 | [diff] [blame] | 8 | <version>2.4.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) | 2e8a4da | 2019-10-01 22:31:50 -0400 | [diff] [blame] | 11 | <groupId>org.onap.ccsdk.parent</groupId> |
| 12 | <artifactId>springboot-aggregator</artifactId> |
Dan Timoney | 411d113 | 2022-03-31 14:15:13 -0400 | [diff] [blame] | 13 | <version>2.4.0-SNAPSHOT</version> |
Singal, Kapil (ks220y) | 2e8a4da | 2019-10-01 22:31:50 -0400 | [diff] [blame] | 14 | <packaging>pom</packaging> |
Singal, Kapil (ks220y) | 632a1f3 | 2019-09-27 14:09:00 -0400 | [diff] [blame] | 15 | |
Singal, Kapil (ks220y) | 2e8a4da | 2019-10-01 22:31:50 -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) | 2e8a4da | 2019-10-01 22:31:50 -0400 | [diff] [blame] | 18 | <modules> |
Singal, Kapil (ks220y) | 46751a7 | 2020-02-19 17:45:00 -0500 | [diff] [blame] | 19 | <module>spring-boot-setup</module> |
Singal, Kapil (ks220y) | 2e8a4da | 2019-10-01 22:31:50 -0400 | [diff] [blame] | 20 | <module>springboot1</module> |
Singal, Kapil (ks220y) | 76ea3c6 | 2022-05-02 14:13:19 -0400 | [diff] [blame^] | 21 | <module>springboot23</module> |
Dan Timoney | bc67c40 | 2021-08-05 10:46:18 -0400 | [diff] [blame] | 22 | <module>springboot25</module> |
JohnKeeney | 3865497 | 2022-04-29 17:59:14 +0100 | [diff] [blame] | 23 | <module>springboot26</module> |
Singal, Kapil (ks220y) | 2e8a4da | 2019-10-01 22:31:50 -0400 | [diff] [blame] | 24 | </modules> |
Singal, Kapil (ks220y) | 632a1f3 | 2019-09-27 14:09:00 -0400 | [diff] [blame] | 25 | |
Singal, Kapil (ks220y) | 2e8a4da | 2019-10-01 22:31:50 -0400 | [diff] [blame] | 26 | <distributionManagement> |
| 27 | <repository> |
| 28 | <id>ecomp-releases</id> |
| 29 | <url>https://nexus.onap.org/content/repositories/releases</url> |
| 30 | </repository> |
| 31 | <snapshotRepository> |
| 32 | <id>ecomp-snapshots</id> |
| 33 | <url>https://nexus.onap.org/content/repositories/snapshots</url> |
| 34 | </snapshotRepository> |
| 35 | </distributionManagement> |
Timoney, Dan (dt5972) | 8f78b09 | 2018-09-13 14:17:30 -0400 | [diff] [blame] | 36 | </project> |