Release odlguice
[odlguice.git] / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=2 tabstop=2: -->
3 <!-- Copyright © 2016 Red Hat, Inc. and others. All rights reserved. This 
4     program and the accompanying materials are made available under the terms 
5     of the Eclipse Public License v1.0 which accompanies this distribution, and 
6     is available at http://www.eclipse.org/legal/epl-v10.html -->
7 <project xmlns="http://maven.apache.org/POM/4.0.0"
8     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
9     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
10
11     <parent>
12         <groupId>org.opendaylight.odlparent</groupId>
13         <artifactId>bundle-parent</artifactId>
14         <version>7.0.3</version>
15         <relativePath />
16     </parent>
17
18     <modelVersion>4.0.0</modelVersion>
19     <groupId>org.opendaylight.odlguice</groupId>
20     <artifactId>odlguice</artifactId>
21     <version>1.0.0</version>
22     <packaging>pom</packaging>
23     <name>odlguice</name>
24
25     <scm>
26         <connection>scm:git:ssh://git.opendaylight.org:29418/odlguice.git</connection>
27         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/odlguice.git</developerConnection>
28         <!-- <url>https://wiki.opendaylight.org/view/Infrastructure_Utilities:Main</url> -->
29         <tag>HEAD</tag>
30     </scm>
31
32     <modules>
33         <module>common</module>
34         <module>inject</module>
35     </modules>
36 </project>