Dan Timoney | 0f2db3f | 2018-01-25 16:23:27 -0500 | [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> |
Dan Timoney | 0f2db3f | 2018-01-25 16:23:27 -0500 | [diff] [blame] | 4 | |
Singal, Kapil (ks220y) | 2e8a4da | 2019-10-01 22:31:50 -0400 | [diff] [blame] | 5 | <parent> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame] | 6 | <groupId>org.onap.ccsdk.parent</groupId> |
Timoney, Dan (dt5972) | ab85bb6 | 2018-03-05 15:28:15 -0500 | [diff] [blame] | 7 | <artifactId>parent</artifactId> |
Dan Timoney | ce63934 | 2023-11-09 12:28:22 -0500 | [diff] [blame] | 8 | <version>2.7.0-SNAPSHOT</version> |
Timoney, Dan (dt5972) | ab85bb6 | 2018-03-05 15:28:15 -0500 | [diff] [blame] | 9 | </parent> |
| 10 | |
Singal, Kapil (ks220y) | 2e8a4da | 2019-10-01 22:31:50 -0400 | [diff] [blame] | 11 | <groupId>org.onap.ccsdk.parent</groupId> |
| 12 | <artifactId>odlparent-aggregator</artifactId> |
Dan Timoney | ce63934 | 2023-11-09 12:28:22 -0500 | [diff] [blame] | 13 | <version>2.7.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> |
Dan Timoney | 0f2db3f | 2018-01-25 16:23:27 -0500 | [diff] [blame] | 17 | |
Singal, Kapil (ks220y) | 2e8a4da | 2019-10-01 22:31:50 -0400 | [diff] [blame] | 18 | <modules> |
| 19 | <module>setup</module> |
| 20 | <module>binding-parent</module> |
| 21 | <module>bundle-parent</module> |
| 22 | <module>feature-repo-parent</module> |
| 23 | <module>karaf4-parent</module> |
| 24 | <module>mdsal-it-parent</module> |
| 25 | <module>odlparent</module> |
| 26 | <module>odlparent-lite</module> |
| 27 | <module>single-feature-parent</module> |
| 28 | <module>client-parent</module> |
| 29 | </modules> |
Dan Timoney | 0f2db3f | 2018-01-25 16:23:27 -0500 | [diff] [blame] | 30 | |
Singal, Kapil (ks220y) | 2e8a4da | 2019-10-01 22:31:50 -0400 | [diff] [blame] | 31 | <distributionManagement> |
| 32 | <repository> |
| 33 | <id>ecomp-releases</id> |
| 34 | <url>https://nexus.onap.org/content/repositories/releases</url> |
| 35 | </repository> |
| 36 | <snapshotRepository> |
| 37 | <id>ecomp-snapshots</id> |
| 38 | <url>https://nexus.onap.org/content/repositories/snapshots</url> |
| 39 | </snapshotRepository> |
| 40 | </distributionManagement> |
Dan Timoney | 0f2db3f | 2018-01-25 16:23:27 -0500 | [diff] [blame] | 41 | </project> |