Add single feature parent
[bgpcep.git] / single-feature-parent / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0"
3          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5     <modelVersion>4.0.0</modelVersion>
6     <parent>
7         <groupId>org.opendaylight.odlparent</groupId>
8         <artifactId>single-feature-parent</artifactId>
9         <version>3.0.2</version>
10         <relativePath/>
11     </parent>
12
13     <groupId>org.opendaylight.bgpcep</groupId>
14     <artifactId>single-feature-parent</artifactId>
15     <version>0.9.0-SNAPSHOT</version>
16     <packaging>pom</packaging>
17     <name>${project.artifactId}</name>
18
19     <dependencyManagement>
20         <!-- ODL-BGP-ARTIFACTS -->
21         <dependencies>
22             <dependency>
23                 <groupId>org.opendaylight.bgpcep</groupId>
24                 <artifactId>bgpcep-artifacts</artifactId>
25                 <version>${project.version}</version>
26                 <type>pom</type>
27                 <scope>import</scope>
28             </dependency>
29             <dependency>
30                 <groupId>org.opendaylight.bgpcep</groupId>
31                 <artifactId>dependency-version-management</artifactId>
32                 <version>${project.version}</version>
33                 <type>pom</type>
34                 <scope>import</scope>
35             </dependency>
36         </dependencies>
37     </dependencyManagement>
38
39     <scm>
40         <connection>scm:git:ssh://git.opendaylight.org:29418/bgpcep.git</connection>
41         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/bgpcep.git</developerConnection>
42         <url>https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main</url>
43         <tag>HEAD</tag>
44     </scm>
45 </project>