blob: b07520868cd52dd61e9ecba3f6f3a682f9d41d77 [file] [log] [blame]
Timoney, Dan (dt5972)8f78b092018-09-13 14:17:30 -04001<?xml version="1.0" encoding="UTF-8"?>
Timoney, Dan (dt5972)a4b1a9f2018-09-18 13:53:34 -04002<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
Timoney, Dan (dt5972)8f78b092018-09-13 14:17:30 -04004
5
6 <modelVersion>4.0.0</modelVersion>
7 <packaging>pom</packaging>
8 <groupId>org.onap.ccsdk.parent</groupId>
Timoney, Dan (dt5972)a4b1a9f2018-09-18 13:53:34 -04009 <artifactId>springboot-aggregator</artifactId>
Timoney, Dan (dt5972)8f78b092018-09-13 14:17:30 -040010 <version>1.1.0-SNAPSHOT</version>
11
Timoney, Dan (dt5972)a4b1a9f2018-09-18 13:53:34 -040012 <parent>
13 <groupId>org.onap.ccsdk.parent</groupId>
14 <artifactId>parent</artifactId>
15 <version>1.1.0-SNAPSHOT</version>
16 </parent>
Timoney, Dan (dt5972)8f78b092018-09-13 14:17:30 -040017
Timoney, Dan (dt5972)8f78b092018-09-13 14:17:30 -040018 <name>ONAP :: ${project.groupId} :: ${project.artifactId}</name>
Timoney, Dan (dt5972)8f78b092018-09-13 14:17:30 -040019
20 <distributionManagement>
21 <repository>
22 <id>ecomp-releases</id>
23 <url>http://nexus.onap.org/content/repositories/releases</url>
24 </repository>
25 <snapshotRepository>
26 <id>ecomp-snapshots</id>
27 <url>http://nexus.onap.org/content/repositories/snapshots</url>
28 </snapshotRepository>
29 </distributionManagement>
Timoney, Dan (dt5972)a4b1a9f2018-09-18 13:53:34 -040030 <modules>
31 <module>springboot1</module>
32 <module>springboot2</module>
33 </modules>
Timoney, Dan (dt5972)8f78b092018-09-13 14:17:30 -040034
Timoney, Dan (dt5972)8f78b092018-09-13 14:17:30 -040035</project>