blob: 26d69d9e217ce5f340700245b8d5f0b366fb74e0 [file] [log] [blame]
Timoney, Dan (dt5972)8f78b092018-09-13 14:17:30 -04001<?xml version="1.0" encoding="UTF-8"?>
Singal, Kapil (ks220y)632a1f32019-09-27 14:09:00 -04002<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)8f78b092018-09-13 14:17:30 -04003 <modelVersion>4.0.0</modelVersion>
Timoney, Dan (dt5972)8f78b092018-09-13 14:17:30 -04004
Singal, Kapil (ks220y)632a1f32019-09-27 14:09:00 -04005 <parent>
Timoney, Dan (dt5972)a4b1a9f2018-09-18 13:53:34 -04006 <groupId>org.onap.ccsdk.parent</groupId>
7 <artifactId>parent</artifactId>
Timoney, Dan (dt5972)e45b6a22019-09-10 14:47:58 -04008 <version>1.5.0-SNAPSHOT</version>
Timoney, Dan (dt5972)a4b1a9f2018-09-18 13:53:34 -04009 </parent>
Timoney, Dan (dt5972)8f78b092018-09-13 14:17:30 -040010
Singal, Kapil (ks220y)632a1f32019-09-27 14:09:00 -040011 <groupId>org.onap.ccsdk.parent</groupId>
12 <artifactId>springboot-aggregator</artifactId>
13 <version>1.5.0-SNAPSHOT</version>
14 <packaging>pom</packaging>
15
Timoney, Dan (dt5972)8f78b092018-09-13 14:17:30 -040016 <name>ONAP :: ${project.groupId} :: ${project.artifactId}</name>
Timoney, Dan (dt5972)8f78b092018-09-13 14:17:30 -040017
Singal, Kapil (ks220y)632a1f32019-09-27 14:09:00 -040018 <modules>
19 <module>springboot1</module>
20 <module>springboot2</module>
21 </modules>
22
Timoney, Dan (dt5972)8f78b092018-09-13 14:17:30 -040023 <distributionManagement>
24 <repository>
25 <id>ecomp-releases</id>
Timoney, Dan (dt5972)98d374f2018-10-03 19:47:28 -040026 <url>https://nexus.onap.org/content/repositories/releases</url>
Timoney, Dan (dt5972)8f78b092018-09-13 14:17:30 -040027 </repository>
28 <snapshotRepository>
29 <id>ecomp-snapshots</id>
Timoney, Dan (dt5972)98d374f2018-10-03 19:47:28 -040030 <url>https://nexus.onap.org/content/repositories/snapshots</url>
Timoney, Dan (dt5972)8f78b092018-09-13 14:17:30 -040031 </snapshotRepository>
32 </distributionManagement>
Timoney, Dan (dt5972)8f78b092018-09-13 14:17:30 -040033</project>