blob: 755e01fb3d398388235fc59d17c4baed84186353 [file] [log] [blame]
Dan Timoneydd89f652017-07-19 15:03:41 -04001<?xml version="1.0" encoding="UTF-8"?>
Timoney, Dan (dt5972)e3948b02019-03-04 11:49:26 -05002<project xmlns="http://maven.apache.org/POM/4.0.0"
Timoney, Dan (dt5972)1d5b9fd2019-05-09 10:06:50 -04003 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 Timoneydd89f652017-07-19 15:03:41 -04005
Dan Timoneye8886c42017-10-24 20:08:51 -04006
Timoney, Dan (dt5972)1d5b9fd2019-05-09 10:06:50 -04007 <modelVersion>4.0.0</modelVersion>
8 <packaging>pom</packaging>
9 <groupId>org.onap.ccsdk.parent</groupId>
10 <artifactId>parent</artifactId>
Timoney, Dan (dt5972)e45b6a22019-09-10 14:47:58 -040011 <version>1.5.0-SNAPSHOT</version>
Timoney, Dan (dt5972)1d5b9fd2019-05-09 10:06:50 -040012 <name>ONAP :: ${project.groupId} :: ${project.artifactId}</name>
Dan Timoneydd89f652017-07-19 15:03:41 -040013
Timoney, Dan (dt5972)1d5b9fd2019-05-09 10:06:50 -040014 <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)ab85bb62018-03-05 15:28:15 -050019
Timoney, Dan (dt5972)1d5b9fd2019-05-09 10:06:50 -040020 <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 Timoneydd89f652017-07-19 15:03:41 -040030
Timoney, Dan (dt5972)1d5b9fd2019-05-09 10:06:50 -040031 <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)bbcacd22019-06-18 10:42:07 -040044 <module>dependencies-bom</module>
45 <module>dependencies-odl-bom</module>
Timoney, Dan (dt5972)1d5b9fd2019-05-09 10:06:50 -040046 <module>standalone</module>
47 <module>odlparent</module>
48 <module>springboot</module>
49 </modules>
Dan Timoneye8886c42017-10-24 20:08:51 -040050
Dan Timoneydd89f652017-07-19 15:03:41 -040051</project>