Bumping versions by 0.1.0 for next dev cycle
[controller.git] / karaf / opendaylight-karaf-empty / 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   <parent>
4     <groupId>org.opendaylight.controller</groupId>
5     <artifactId>karaf-parent</artifactId>
6     <version>1.7.0-SNAPSHOT</version>
7     <relativePath>../karaf-parent</relativePath>
8   </parent>
9   <modelVersion>4.0.0</modelVersion>
10   <groupId>org.opendaylight.controller</groupId>
11   <artifactId>opendaylight-karaf-empty</artifactId>
12   <version>1.7.0-SNAPSHOT</version>
13   <name>${project.artifactId}</name>
14   <packaging>pom</packaging>
15   <prerequisites>
16     <maven>3.1.1</maven>
17   </prerequisites>
18   <dependencies>
19     <dependency>
20       <!-- scope is compile so all features (there is only one) are installed
21       into startup.properties and the feature repo itself is not installed -->
22       <groupId>org.apache.karaf.features</groupId>
23       <artifactId>framework</artifactId>
24       <type>kar</type>
25     </dependency>
26   </dependencies>
27   <scm>
28     <connection>scm:git:http://git.opendaylight.org/gerrit/controller.git</connection>
29     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
30     <tag>HEAD</tag>
31     <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main</url>
32   </scm>
33 </project>