6a4236db7cabe6a78100a5e7d9b90c7b86ec2969
[integration/distribution.git] / version / pom.xml
1 <?xml version="1.0"?>
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-filtering-parent</artifactId>
7         <version>0.6.0-SNAPSHOT</version>
8         <relativePath/>
9     </parent>
10     <groupId>org.opendaylight.integration</groupId>
11     <artifactId>version</artifactId>
12     <version>0.6.0-SNAPSHOT</version>
13     <packaging>bundle</packaging>
14     <name>distribution:${project.artifactId}</name>
15     <description>Sub-project for ODL version(s) reporting mechanism.</description>
16     <url>https://wiki.opendaylight.org/view/Integration/Distribution</url>
17     <licenses>
18         <license>
19             <name>Eclipse Public License v1.0</name>
20             <url>http://www.eclipse.org/legal/epl-v10.html</url>
21         </license>
22     </licenses>
23     <!-- FIXME: Add developers section -->
24     <scm>
25         <connection>scm:git:https://git.opendaylight.org/gerrit/integration/distribution.git</connection>
26         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/integration/distribution.git</developerConnection>
27         <url>https://git.opendaylight.org/gerrit/gitweb?p=integration/distribution.git;a=tree;f=version;hb=HEAD</url>
28         <tag>HEAD</tag>
29     </scm>
30     <!-- Is there a way to inherit/include properties from a file bumped autimatically? -->
31     <properties>
32         <feature.odlparent.version>1.8.0-SNAPSHOT</feature.odlparent.version>
33     </properties>
34     <build>
35         <plugins>
36             <plugin>
37                 <groupId>org.apache.felix</groupId>
38                 <artifactId>maven-bundle-plugin</artifactId>
39                 <extensions>true</extensions>
40                 <configuration>
41                     <instructions>
42                         <Bundle-Name>${project.groupId}.${project.artifactId}</Bundle-Name>
43                     </instructions>
44                     <manifestLocation>${project.build.directory}/META-INF</manifestLocation>
45                 </configuration>
46             </plugin>
47         </plugins>
48     </build>
49 </project>