Applying the Helium.1 release patch
[groupbasedpolicy.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" 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   <parent>
5     <groupId>org.opendaylight.groupbasedpolicy</groupId>
6     <artifactId>commons.groupbasedpolicy</artifactId>
7     <version>0.1.1-Helium-SR1</version>
8     <relativePath>commons/parent</relativePath>
9   </parent>
10   <groupId>org.opendaylight.groupbasedpolicy</groupId>
11   <artifactId>groupbasedpolicy.project</artifactId>
12   <version>0.1.1-Helium-SR1</version>
13   <packaging>pom</packaging>
14   <prerequisites>
15     <maven>3.0</maven>
16   </prerequisites>
17   <modules>
18     <module>commons/parent</module>
19     <module>groupbasedpolicy</module>
20     <module>groupbasedpolicy-ofoverlay-config</module>
21     <module>distribution-karaf</module>
22     <module>features</module>
23   </modules>
24
25   <build>
26     <plugins>
27       <plugin>
28         <groupId>org.apache.maven.plugins</groupId>
29         <artifactId>maven-checkstyle-plugin</artifactId>
30         <version>${checkstyle.version}</version>
31         <configuration>
32           <!-- checkstyle is evil -->
33           <skip>true</skip>
34         </configuration>
35       </plugin>
36     </plugins>
37   </build>
38   <scm>
39     <connection>scm:git:ssh://git.opendaylight.org:29418/groupbasedpolicy.git</connection>
40     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/groupbasedpolicy.git</developerConnection>
41     <tag>HEAD</tag>
42     <url>https://wiki.opendaylight.org/view/Group_Policy:Main</url>
43   </scm>
44
45 </project>