Bump versions by x.y.(z+1)
[bgpcep.git] / pcep / ietf-p2mp-te-lsp / 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.bgpcep</groupId>
8         <artifactId>binding-parent</artifactId>
9         <version>0.13.0-SNAPSHOT</version>
10         <relativePath>../../binding-parent</relativePath>
11     </parent>
12
13     <artifactId>pcep-ietf-p2mp-te-lsp</artifactId>
14     <description>PCE IETF Point-to-Multipoint Traffic Engineering Label Switched Paths</description>
15     <packaging>bundle</packaging>
16     <name>${project.artifactId}</name>
17
18     <dependencies>
19         <dependency>
20             <groupId>${project.groupId}</groupId>
21             <artifactId>pcep-api</artifactId>
22         </dependency>
23         <dependency>
24             <groupId>${project.groupId}</groupId>
25             <artifactId>pcep-spi</artifactId>
26         </dependency>
27         <dependency>
28             <groupId>org.opendaylight.yangtools</groupId>
29             <artifactId>concepts</artifactId>
30         </dependency>
31         <dependency>
32             <groupId>org.opendaylight.mdsal.model</groupId>
33             <artifactId>yang-ext</artifactId>
34         </dependency>
35         <dependency>
36             <groupId>org.opendaylight.yangtools</groupId>
37             <artifactId>yang-common</artifactId>
38         </dependency>
39         <dependency>
40             <groupId>com.google.guava</groupId>
41             <artifactId>guava</artifactId>
42         </dependency>
43         <dependency>
44             <groupId>io.netty</groupId>
45             <artifactId>netty-buffer</artifactId>
46         </dependency>
47         <dependency>
48             <groupId>${project.groupId}</groupId>
49             <artifactId>util</artifactId>
50         </dependency>
51     </dependencies>
52
53     <scm>
54         <connection>scm:git:ssh://git.opendaylight.org:29418/bgpcep.git</connection>
55         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/bgpcep.git</developerConnection>
56         <url>https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main</url>
57         <tag>HEAD</tag>
58     </scm>
59 </project>