eede34fabd1de74aafcc3761dc0060ed08295457
[ccsdk/parent.git] / odlparent / 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>1.5.0-SNAPSHOT</version>
9     </parent>
10
11         <groupId>org.onap.ccsdk.parent</groupId>
12         <artifactId>odlparent-aggregator</artifactId>
13         <version>1.5.0-SNAPSHOT</version>
14         <packaging>pom</packaging>
15
16         <name>ONAP :: ${project.groupId} :: ${project.artifactId}</name>
17
18         <modules>
19                 <module>setup</module>
20                 <module>binding-parent</module>
21                 <module>bundle-parent</module>
22                 <module>feature-repo-parent</module>
23                 <module>karaf4-parent</module>
24                 <module>mdsal-it-parent</module>
25                 <module>odlparent</module>
26                 <module>odlparent-lite</module>
27                 <module>single-feature-parent</module>
28                 <module>client-parent</module>
29         </modules>
30
31         <distributionManagement>
32                 <repository>
33                         <id>ecomp-releases</id>
34                         <url>https://nexus.onap.org/content/repositories/releases</url>
35                 </repository>
36                 <snapshotRepository>
37                         <id>ecomp-snapshots</id>
38                         <url>https://nexus.onap.org/content/repositories/snapshots</url>
39                 </snapshotRepository>
40         </distributionManagement>
41 </project>