Roll CCSDK versions
[ccsdk/parent.git] / 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>parent</artifactId>
10     <version>1.0.1-SNAPSHOT</version>
11     <name>ONAP :: ${project.groupId} :: ${project.artifactId}</name>
12
13     <distributionManagement>
14         <repository>
15             <id>ecomp-releases</id>
16             <url>http://nexus.onap.org/content/repositories/releases</url>
17         </repository>
18         <snapshotRepository>
19             <id>ecomp-snapshots</id>
20             <url>http://nexus.onap.org/content/repositories/snapshots</url>
21         </snapshotRepository>
22     </distributionManagement>
23
24     <build>
25         <plugins>
26             <plugin>
27                 <groupId>org.codehaus.mojo</groupId>
28                 <artifactId>versions-maven-plugin</artifactId>
29                 <version>2.5</version>
30                 <configuration>
31                     <processAllModules>true</processAllModules>
32                 </configuration>
33             </plugin>
34         </plugins>
35     </build>
36     <modules>
37         <module>odlparent</module>
38     </modules>
39
40 </project>