Add springboot parent 32
[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.7.0-SNAPSHOT</version>
9     </parent>
10
11     <groupId>org.onap.ccsdk.parent</groupId>
12     <artifactId>springboot-aggregator</artifactId>
13     <version>2.7.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         <module>springboot31</module>
26         <module>springboot32</module>
27     </modules>
28
29     <distributionManagement>
30         <repository>
31             <id>ecomp-releases</id>
32             <url>https://nexus.onap.org/content/repositories/releases</url>
33         </repository>
34         <snapshotRepository>
35             <id>ecomp-snapshots</id>
36             <url>https://nexus.onap.org/content/repositories/snapshots</url>
37         </snapshotRepository>
38     </distributionManagement>
39 </project>