Roll CCSDK versions
[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"
3         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4
5
6         <modelVersion>4.0.0</modelVersion>
7         <packaging>pom</packaging>
8         <groupId>org.onap.ccsdk.parent</groupId>
9         <artifactId>odlparent-aggregator</artifactId>
10         <version>1.0.1-SNAPSHOT</version>
11
12         <name>ONAP :: ${project.groupId} :: ${project.artifactId}</name>
13
14         <distributionManagement>
15                 <repository>
16                         <id>ecomp-releases</id>
17                         <url>http://nexus.onap.org/content/repositories/releases</url>
18                 </repository>
19                 <snapshotRepository>
20                         <id>ecomp-snapshots</id>
21                         <url>http://nexus.onap.org/content/repositories/snapshots</url>
22                 </snapshotRepository>
23         </distributionManagement>
24         <modules>
25                 <module>binding-parent</module>
26                 <module>bundle-parent</module>
27                 <module>feature-repo-parent</module>
28                 <module>karaf4-parent</module>
29                 <module>mdsal-it-parent</module>
30                 <module>odlparent</module>
31                 <module>odlparent-lite</module>
32                 <module>single-feature-parent</module>
33         </modules>
34
35 </project>