Update parent poms for Argon release
[ccsdk/parent.git] / springboot / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
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">
3     <modelVersion>4.0.0</modelVersion>
4
5     <parent>
6         <groupId>org.onap.ccsdk.parent</groupId>
7         <artifactId>parent</artifactId>
8         <version>2.6.0-SNAPSHOT</version>
9     </parent>
10
11     <groupId>org.onap.ccsdk.parent</groupId>
12     <artifactId>springboot-aggregator</artifactId>
13     <version>2.6.0-SNAPSHOT</version>
14     <packaging>pom</packaging>
15
16     <name>ONAP :: ${project.groupId} :: ${project.artifactId}</name>
17
18     <modules>
19         <module>spring-boot-setup</module>
20         <module>springboot23</module>
21         <module>springboot25</module>
22         <module>springboot26</module>
23         <module>springboot27</module>
24         <module>springboot30</module>
25     </modules>
26
27     <distributionManagement>
28         <repository>
29             <id>ecomp-releases</id>
30             <url>https://nexus.onap.org/content/repositories/releases</url>
31         </repository>
32         <snapshotRepository>
33             <id>ecomp-snapshots</id>
34             <url>https://nexus.onap.org/content/repositories/snapshots</url>
35         </snapshotRepository>
36     </distributionManagement>
37 </project>