Dan Timoney | dd89f65 | 2017-07-19 15:03:41 -0400 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Timoney, Dan (dt5972) | e3948b0 | 2019-03-04 11:49:26 -0500 | [diff] [blame] | 2 | <project xmlns="http://maven.apache.org/POM/4.0.0" |
Timoney, Dan (dt5972) | 1d5b9fd | 2019-05-09 10:06:50 -0400 | [diff] [blame] | 3 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 4 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
Dan Timoney | dd89f65 | 2017-07-19 15:03:41 -0400 | [diff] [blame] | 5 | |
Dan Timoney | e8886c4 | 2017-10-24 20:08:51 -0400 | [diff] [blame] | 6 | |
Timoney, Dan (dt5972) | 1d5b9fd | 2019-05-09 10:06:50 -0400 | [diff] [blame] | 7 | <modelVersion>4.0.0</modelVersion> |
| 8 | <packaging>pom</packaging> |
| 9 | <groupId>org.onap.ccsdk.parent</groupId> |
| 10 | <artifactId>parent</artifactId> |
Timoney, Dan (dt5972) | e45b6a2 | 2019-09-10 14:47:58 -0400 | [diff] [blame] | 11 | <version>1.5.0-SNAPSHOT</version> |
Timoney, Dan (dt5972) | 1d5b9fd | 2019-05-09 10:06:50 -0400 | [diff] [blame] | 12 | <name>ONAP :: ${project.groupId} :: ${project.artifactId}</name> |
Dan Timoney | dd89f65 | 2017-07-19 15:03:41 -0400 | [diff] [blame] | 13 | |
Timoney, Dan (dt5972) | 1d5b9fd | 2019-05-09 10:06:50 -0400 | [diff] [blame] | 14 | <properties> |
| 15 | <onap.nexus.host>nexus.onap.org</onap.nexus.host> |
| 16 | <onap.nexus.staging.server-id>ecomp-staging</onap.nexus.staging.server-id> |
| 17 | <onap.nexus.staging.profile-id>176c31dfe190a</onap.nexus.staging.profile-id> |
| 18 | </properties> |
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 | |
Timoney, Dan (dt5972) | 1d5b9fd | 2019-05-09 10:06:50 -0400 | [diff] [blame] | 31 | <build> |
| 32 | <plugins> |
| 33 | <plugin> |
| 34 | <groupId>org.codehaus.mojo</groupId> |
| 35 | <artifactId>versions-maven-plugin</artifactId> |
| 36 | <version>2.5</version> |
| 37 | <configuration> |
| 38 | <processAllModules>true</processAllModules> |
| 39 | </configuration> |
| 40 | </plugin> |
| 41 | </plugins> |
| 42 | </build> |
| 43 | <modules> |
Timoney, Dan (dt5972) | bbcacd2 | 2019-06-18 10:42:07 -0400 | [diff] [blame] | 44 | <module>dependencies-bom</module> |
| 45 | <module>dependencies-odl-bom</module> |
Timoney, Dan (dt5972) | 1d5b9fd | 2019-05-09 10:06:50 -0400 | [diff] [blame] | 46 | <module>standalone</module> |
| 47 | <module>odlparent</module> |
| 48 | <module>springboot</module> |
| 49 | </modules> |
Dan Timoney | e8886c4 | 2017-10-24 20:08:51 -0400 | [diff] [blame] | 50 | |
Dan Timoney | dd89f65 | 2017-07-19 15:03:41 -0400 | [diff] [blame] | 51 | </project> |