Bump versions by x.(y+1).z for next dev cycle
[aaa.git] / features / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3  Copyright © 2017 Red Hat, Inc. and others.
4
5  This program and the accompanying materials are made available under the
6  terms of the Eclipse Public License v1.0 which accompanies this distribution,
7  and is available at http://www.eclipse.org/legal/epl-v10.html
8  -->
9 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
10     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
11     <modelVersion>4.0.0</modelVersion>
12     <parent>
13         <groupId>org.opendaylight.odlparent</groupId>
14         <artifactId>odlparent-lite</artifactId>
15         <version>3.0.2</version>
16         <relativePath/>
17     </parent>
18
19     <groupId>org.opendaylight.aaa</groupId>
20     <artifactId>features-aaa-aggregator</artifactId>
21     <version>0.8.0-SNAPSHOT</version>
22     <name>ODL :: aaa :: ${project.artifactId}</name>
23     <packaging>pom</packaging>
24
25     <modules>
26         <module>features-aaa</module>
27         <module>odl-aaa-api</module>
28         <module>odl-aaa-cert</module>
29         <module>odl-aaa-cli</module>
30         <module>odl-aaa-encryption-service</module>
31         <module>odl-aaa-shiro</module>
32     </modules>
33
34     <build>
35         <plugins>
36             <plugin>
37                 <groupId>org.apache.maven.plugins</groupId>
38                 <artifactId>maven-deploy-plugin</artifactId>
39                 <configuration>
40                     <skip>true</skip>
41                 </configuration>
42             </plugin>
43             <plugin>
44                 <groupId>org.apache.maven.plugins</groupId>
45                 <artifactId>maven-install-plugin</artifactId>
46                 <configuration>
47                     <skip>true</skip>
48                 </configuration>
49             </plugin>
50         </plugins>
51     </build>
52
53     <scm>
54         <connection>scm:git:ssh://git.opendaylight.org:29418/aaa.git</connection>
55         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/aaa.git</developerConnection>
56         <tag>HEAD</tag>
57         <url>https://git.opendaylight.org/gerrit/gitweb?p=aaa.git;a=summary</url>
58     </scm>
59 </project>