Roll version to recreate release artifacts
[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.3.2-SNAPSHOT</version>
11
12     <parent>
13         <groupId>org.onap.ccsdk.parent</groupId>
14         <artifactId>parent</artifactId>
15         <version>1.3.2-SNAPSHOT</version>
16     </parent>
17
18         <name>ONAP :: ${project.groupId} :: ${project.artifactId}</name>
19
20         <distributionManagement>
21                 <repository>
22                         <id>ecomp-releases</id>
23                         <url>https://nexus.onap.org/content/repositories/releases</url>
24                 </repository>
25                 <snapshotRepository>
26                         <id>ecomp-snapshots</id>
27                         <url>https://nexus.onap.org/content/repositories/snapshots</url>
28                 </snapshotRepository>
29         </distributionManagement>
30         <modules>
31                 <module>setup</module>
32                 <module>binding-parent</module>
33                 <module>bundle-parent</module>
34                 <module>feature-repo-parent</module>
35                 <!-- Version 2.0.5 of karaf4-parent includes
36                 jars with known security vulnerabilities.
37                 <module>karaf4-parent</module>
38                 -->
39                 <module>mdsal-it-parent</module>
40                 <module>odlparent</module>
41                 <module>odlparent-lite</module>
42                 <module>single-feature-parent</module>
43                 <module>client-parent</module>
44         </modules>
45
46 </project>