Bump versions by x.y.(z+1)
[groupbasedpolicy.git] / features / odl-groupbasedpolicy-sxp-ise-adapter / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0"
3          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5     <modelVersion>4.0.0</modelVersion>
6     <parent>
7         <groupId>org.opendaylight.odlparent</groupId>
8         <artifactId>single-feature-parent</artifactId>
9         <version>2.0.5</version>
10         <relativePath/>
11     </parent>
12
13     <groupId>org.opendaylight.groupbasedpolicy</groupId>
14     <artifactId>odl-groupbasedpolicy-sxp-ise-adapter</artifactId>
15     <version>0.6.2-SNAPSHOT</version>
16     <packaging>feature</packaging>
17     <!--
18        GBP-SXP integration : ise-adapter
19     -->
20     <!-- <name> formatting is used by autorelease to parse and notify projects on
21        build failure. Please do not modify this unless you have a good reason. -->
22     <name>ODL :: groupbasedpolicy :: ${project.artifactId}</name>
23
24     <dependencyManagement>
25         <dependencies>
26             <!-- ODL-GBP-ARTIFACTS -->
27             <dependency>
28                 <groupId>${project.groupId}</groupId>
29                 <artifactId>groupbasedpolicy-artifacts</artifactId>
30                 <version>${project.version}</version>
31                 <type>pom</type>
32                 <scope>import</scope>
33             </dependency>
34         </dependencies>
35     </dependencyManagement>
36
37     <dependencies>
38         <dependency>
39             <groupId>${project.groupId}</groupId>
40             <artifactId>sxp-ise-adapter</artifactId>
41         </dependency>
42         <dependency>
43             <groupId>com.sun.jersey</groupId>
44             <artifactId>jersey-core</artifactId>
45         </dependency>
46         <dependency>
47             <groupId>com.sun.jersey</groupId>
48             <artifactId>jersey-server</artifactId>
49         </dependency>
50         <dependency>
51             <groupId>${project.groupId}</groupId>
52             <artifactId>odl-groupbasedpolicy-sxp-ep-provider</artifactId>
53             <type>xml</type>
54             <classifier>features</classifier>
55         </dependency>
56     </dependencies>
57 </project>