Bumping versions by 0.0.1 for next dev cycle
[mdsal.git] / binding / mdsal-binding-util / 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.mdsal</groupId>
6     <artifactId>mdsal-binding</artifactId>
7     <version>0.9.2-SNAPSHOT</version>
8   </parent>
9   <artifactId>mdsal-binding-util</artifactId>
10   <version>2.1.2-SNAPSHOT</version>
11   <packaging>bundle</packaging>
12
13   <dependencies>
14     <dependency>
15       <groupId>com.google.guava</groupId>
16       <artifactId>guava</artifactId>
17     </dependency>
18     <dependency>
19       <groupId>org.opendaylight.mdsal</groupId>
20       <artifactId>mdsal-binding-api</artifactId>
21     </dependency>
22   </dependencies>
23   <scm>
24     <connection>scm:git:http://git.opendaylight.org/gerrit/controller.git</connection>
25     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
26     <tag>HEAD</tag>
27     <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL</url>
28   </scm>
29
30   <!--
31       Maven Site Configuration
32
33       The following configuration is necessary for maven-site-plugin to
34       correctly identify the correct deployment path for OpenDaylight Maven
35       sites.
36   -->
37   <url>${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/</url>
38
39   <distributionManagement>
40     <site>
41       <id>opendaylight-site</id>
42       <url>${nexus.site.url}/${project.artifactId}/</url>
43     </site>
44   </distributionManagement>
45
46 </project>