Merge "Use AAAShiroFilter as TokenAuthFilter was deprecated in Be"
[groupbasedpolicy.git] / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Copyright (c) 2015 Cisco Systems, Inc. and others. All rights reserved. 
3   This program and the accompanying materials are made available under the 
4   terms of the Eclipse Public License v1.0 which accompanies this distribution, 
5   and is available at http://www.eclipse.org/legal/epl-v10.html --><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">
6   <modelVersion>4.0.0</modelVersion>
7
8   <groupId>org.opendaylight.groupbasedpolicy</groupId>
9   <artifactId>groupbasedpolicy.project</artifactId>
10   <version>0.4.0-SNAPSHOT</version>
11   <packaging>pom</packaging>
12   <name>groupbasedpolicy</name> <!-- Used by Sonar to set project name -->
13
14   <prerequisites>
15     <maven>3.0</maven>
16   </prerequisites>
17
18   <modules>
19     <module>artifacts</module>
20     <module>groupbasedpolicy</module>
21     <module>renderers</module>
22     <module>neutron-mapper</module>
23     <module>neutron-ovsdb</module>
24     <module>ui-backend</module>
25     <module>groupbasedpolicy-old-ui</module>
26     <module>distribution-karaf</module>
27     <module>features</module>
28     <module>sxp-mapper</module>
29   </modules>
30
31   <scm>
32     <connection>scm:git:ssh://git.opendaylight.org:29418/groupbasedpolicy.git</connection>
33     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/groupbasedpolicy.git</developerConnection>
34     <tag>HEAD</tag>
35     <url>https://wiki.opendaylight.org/view/Group_Policy:Main</url>
36   </scm>
37 </project>