Dan Timoney | dd89f65 | 2017-07-19 15:03:41 -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) | 1d5b9fd | 2019-05-09 10:06:50 -0400 | [diff] [blame] | 3 | <modelVersion>4.0.0</modelVersion> |
Singal, Kapil (ks220y) | 632a1f3 | 2019-09-27 14:09:00 -0400 | [diff] [blame] | 4 | |
Timoney, Dan (dt5972) | 1d5b9fd | 2019-05-09 10:06:50 -0400 | [diff] [blame] | 5 | <groupId>org.onap.ccsdk.parent</groupId> |
| 6 | <artifactId>parent</artifactId> |
Timoney, Dan (dt5972) | cda6d8e | 2019-11-12 13:44:16 -0500 | [diff] [blame] | 7 | <version>1.5.1-SNAPSHOT</version> |
Singal, Kapil (ks220y) | 632a1f3 | 2019-09-27 14:09:00 -0400 | [diff] [blame] | 8 | <packaging>pom</packaging> |
| 9 | |
Timoney, Dan (dt5972) | 1d5b9fd | 2019-05-09 10:06:50 -0400 | [diff] [blame] | 10 | <name>ONAP :: ${project.groupId} :: ${project.artifactId}</name> |
Dan Timoney | dd89f65 | 2017-07-19 15:03:41 -0400 | [diff] [blame] | 11 | |
Singal, Kapil (ks220y) | 632a1f3 | 2019-09-27 14:09:00 -0400 | [diff] [blame] | 12 | <modules> |
| 13 | <module>dependencies-bom</module> |
| 14 | <module>dependencies-odl-bom</module> |
| 15 | <module>standalone</module> |
| 16 | <module>odlparent</module> |
| 17 | <module>springboot</module> |
| 18 | </modules> |
Timoney, Dan (dt5972) | ab85bb6 | 2018-03-05 15:28:15 -0500 | [diff] [blame] | 19 | |
Timoney, Dan (dt5972) | 1d5b9fd | 2019-05-09 10:06:50 -0400 | [diff] [blame] | 20 | <distributionManagement> |
| 21 | <repository> |
| 22 | <id>ecomp-releases</id> |
| 23 | <url>https://nexus.onap.org/content/repositories/releases</url> |
| 24 | </repository> |
| 25 | <snapshotRepository> |
| 26 | <id>ecomp-snapshots</id> |
| 27 | <url>https://nexus.onap.org/content/repositories/snapshots</url> |
| 28 | </snapshotRepository> |
| 29 | </distributionManagement> |
Dan Timoney | dd89f65 | 2017-07-19 15:03:41 -0400 | [diff] [blame] | 30 | |
Singal, Kapil (ks220y) | 632a1f3 | 2019-09-27 14:09:00 -0400 | [diff] [blame] | 31 | <properties> |
| 32 | <onap.nexus.host>nexus.onap.org</onap.nexus.host> |
| 33 | <onap.nexus.staging.server-id>ecomp-staging</onap.nexus.staging.server-id> |
| 34 | <onap.nexus.staging.profile-id>176c31dfe190a</onap.nexus.staging.profile-id> |
Singal, Kapil (ks220y) | 632a1f3 | 2019-09-27 14:09:00 -0400 | [diff] [blame] | 35 | </properties> |
| 36 | |
Timoney, Dan (dt5972) | 1d5b9fd | 2019-05-09 10:06:50 -0400 | [diff] [blame] | 37 | <build> |
| 38 | <plugins> |
| 39 | <plugin> |
| 40 | <groupId>org.codehaus.mojo</groupId> |
| 41 | <artifactId>versions-maven-plugin</artifactId> |
| 42 | <version>2.5</version> |
| 43 | <configuration> |
| 44 | <processAllModules>true</processAllModules> |
| 45 | </configuration> |
| 46 | </plugin> |
| 47 | </plugins> |
| 48 | </build> |
Dan Timoney | dd89f65 | 2017-07-19 15:03:41 -0400 | [diff] [blame] | 49 | </project> |