Bug 4296: Add config subsystem file with versions
[integration/distribution.git] / version / 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.controller</groupId>
6     <artifactId>config-parent</artifactId>
7     <version>0.5.0-SNAPSHOT</version>
8     <relativePath/>
9   </parent>
10   <groupId>org.opendaylight.integration</groupId>
11   <artifactId>version</artifactId>
12   <version>0.5.0-SNAPSHOT</version>
13   <packaging>bundle</packaging>
14   <!-- Is there a way to inherit/include properties from a file bumped autimatically? -->
15   <properties>
16     <feature.odlparent.version>1.7.0-SNAPSHOT</feature.odlparent.version>
17   </properties>
18   <build>
19     <plugins>
20       <plugin>
21         <groupId>org.apache.felix</groupId>
22         <artifactId>maven-bundle-plugin</artifactId>
23         <extensions>true</extensions>
24         <configuration>
25           <instructions>
26             <Bundle-Name>${project.groupId}.${project.artifactId}</Bundle-Name>
27           </instructions>
28           <manifestLocation>${project.build.directory}/META-INF</manifestLocation>
29         </configuration>
30       </plugin>
31     </plugins>
32   </build>
33   <dependencies>
34   </dependencies>
35   <scm>
36     <connection>scm:git:ssh://git.opendaylight.org:29418/integration/distribution.git</connection>
37     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/integration/distribution.git</developerConnection>
38     <tag>HEAD</tag>
39     <url>https://git.opendaylight.org/gerrit/gitweb?p=integration/distribution.git;a=tree;f=config;hb=HEAD</url>
40   </scm>
41 </project>