Add scm tag in preparation for release
[bgpcep.git] / bgp / pom.xml
index c77b0636b9a5583dd280f161f335db183389eac7..142ba1da00ef230108ae80581c90fe8c06ed97c9 100644 (file)
@@ -1,26 +1,33 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- vi: set et smarttab sw=4 tabstop=4: --><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">
+<!-- vi: set et smarttab sw=4 tabstop=4: -->
+<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">
 
-       <parent>
-               <groupId>org.opendaylight.bgpcep</groupId>
-               <artifactId>commons.parent</artifactId>
+    <modelVersion>4.0.0</modelVersion>
+    <scm>
+        <connection>scm:git:ssh://git.opendaylight.org:29418/bgpcep.git</connection>
+        <developerConnection>scm:git:ssh://git.opendaylight.org:29418/bgpcep.git</developerConnection>
+        <url>https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main</url>
+        <tag>HEAD</tag>
+    </scm>
+    <parent>
+        <groupId>org.opendaylight.bgpcep</groupId>
+        <artifactId>commons.parent</artifactId>
         <version>0.3.0-SNAPSHOT</version>
         <relativePath>../commons/parent</relativePath>
-       </parent>
-       <prerequisites>
-               <maven>3.0.4</maven>
-       </prerequisites>
+    </parent>
+    <prerequisites>
+        <maven>3.0.4</maven>
+    </prerequisites>
 
-       <modelVersion>4.0.0</modelVersion>
-       <artifactId>bgp-parent</artifactId>
-       <description>BGP-related components</description>
-       <packaging>pom</packaging>
-       <name>${project.artifactId}</name>
+    <artifactId>bgp-parent</artifactId>
+    <description>BGP-related components</description>
+    <packaging>pom</packaging>
+    <name>${project.artifactId}</name>
 
-       <modules>
-               <module>concepts</module>
-               <module>linkstate</module>
-               <module>linkstate-config</module>
+    <modules>
+        <module>concepts</module>
+        <module>linkstate</module>
+        <module>linkstate-config</module>
         <module>parser-api</module>
         <module>parser-spi</module>
         <module>parser-spi-config</module>
@@ -39,6 +46,8 @@
         <module>util</module>
         <module>update-api-config</module>
         <module>update-mock-config</module>
+
+        <module>controller-config</module>
     </modules>
 
     <dependencyManagement>