Explicitly set git-review branch to master
[controller.git] / features / extras / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
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
6 -->
7
8 <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">
9     <modelVersion>4.0.0</modelVersion>
10     <parent>
11         <groupId>org.opendaylight.odlparent</groupId>
12         <artifactId>features-parent</artifactId>
13         <version>1.6.0-SNAPSHOT</version>
14         <relativePath/>
15     </parent>
16
17     <groupId>org.opendaylight.controller</groupId>
18     <artifactId>features-extras</artifactId>
19     <version>1.6.0-SNAPSHOT</version>
20     <packaging>jar</packaging>
21     <properties>
22         <jolokia.version>1.3.1</jolokia.version>
23         <odl-jolokia-osgi.version>0.3.0-SNAPSHOT</odl-jolokia-osgi.version>
24     </properties>
25
26     <dependencies>
27         <dependency>
28             <groupId>org.jolokia</groupId>
29             <artifactId>jolokia-osgi</artifactId>
30             <version>${jolokia.version}</version>
31         </dependency>
32         <dependency>
33             <groupId>org.opendaylight.controller</groupId>
34             <artifactId>odl-jolokia-osgi</artifactId>
35             <version>${odl-jolokia-osgi.version}</version>
36             <type>cfg</type>
37             <classifier>configuration</classifier>
38         </dependency>
39     </dependencies>
40
41     <scm>
42         <connection>scm:git:http://git.opendaylight.org/gerrit/controller.git</connection>
43         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
44         <tag>HEAD</tag>
45         <url>https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=summary</url>
46     </scm>
47 </project>