Bumped initiated draft to draft-ietf-pce-pce-initiated-lsp-00.
[bgpcep.git] / pcep / tunnel-provider-config / pom.xml
index 04134b55cf76ffc6ab5957ad8963d271907ec256..8f278c79d2927d4911524a786341a9f7f20d6f41 100644 (file)
@@ -2,12 +2,20 @@
 <!-- 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">
+
+    <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>pcep-parent</artifactId>
         <version>0.3.0-SNAPSHOT</version>
     </parent>
-    <modelVersion>4.0.0</modelVersion>
+
     <artifactId>pcep-tunnel-provider-config</artifactId>
     <description>PCE Protocol tunnel topology provider configuration</description>
     <packaging>bundle</packaging>