Add SCM section to all the poms 14/1414/1
authorGiovanni Meo <gmeo@cisco.com>
Wed, 25 Sep 2013 11:52:38 +0000 (13:52 +0200)
committerGiovanni Meo <gmeo@cisco.com>
Wed, 25 Sep 2013 11:52:38 +0000 (13:52 +0200)
- For the release process we need SCM section to all the poms, some
are still missing it so adding them.

Change-Id: Id401e8502e9fc183e9b15ed5e28b7374ad86d80e
Signed-off-by: Giovanni Meo <gmeo@cisco.com>
opendaylight/archetypes/odl-model-project/pom.xml
opendaylight/archetypes/odl-model-project/src/main/resources/archetype-resources/pom.xml
opendaylight/md-sal/model/model-flow-service/pom.xml
opendaylight/md-sal/sal-compability/pom.xml
opendaylight/networkconfiguration/neutron/implementation/pom.xml
opendaylight/networkconfiguration/neutron/pom.xml
opendaylight/northbound/containermanager/pom.xml
opendaylight/northbound/networkconfiguration/neutron/pom.xml
third-party/org.apache.catalina.filters.CorsFilter/pom.xml

index eb81614983f6da8fbab0201295e3fb91c906b173..9d05405380bd22c05b8ed230e328e31919ec8e08 100644 (file)
@@ -8,6 +8,11 @@
   <packaging>maven-archetype</packaging>\r
 \r
   <name>odl-model-project</name>\r
   <packaging>maven-archetype</packaging>\r
 \r
   <name>odl-model-project</name>\r
+  <scm>\r
+    <connection>scm:git:ssh://git.opendaylight.org:29418/controller.git</connection>\r
+    <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>\r
+    <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main</url>\r
+  </scm>\r
 \r
   <build>\r
     <extensions>\r
 \r
   <build>\r
     <extensions>\r
index b60dee7c417c1cdbd766f8b9d1a96febb88c6562..250750c71eeccf6984bd09d9f86602958f3487c6 100644 (file)
     <yang.version>0.5.8-SNAPSHOT</yang.version>\r
     <maven.bundle.version>2.4.0</maven.bundle.version>\r
   </properties>\r
     <yang.version>0.5.8-SNAPSHOT</yang.version>\r
     <maven.bundle.version>2.4.0</maven.bundle.version>\r
   </properties>\r
+  <scm>\r
+    <connection>scm:git:ssh://git.opendaylight.org:29418/controller.git</connection>\r
+    <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>\r
+    <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main</url>\r
+  </scm>\r
 \r
   <build>\r
     <plugins>\r
 \r
   <build>\r
     <plugins>\r
index 18b338b544dc09c23fb0376223e01e26a343844a..583a7ac0106205b6ddb131e4e6d4e74e3dfd8347 100644 (file)
@@ -6,6 +6,11 @@
         <groupId>org.opendaylight.controller.model</groupId>
         <version>1.0-SNAPSHOT</version>
     </parent>
         <groupId>org.opendaylight.controller.model</groupId>
         <version>1.0-SNAPSHOT</version>
     </parent>
+    <scm>
+      <connection>scm:git:ssh://git.opendaylight.org:29418/controller.git</connection>
+      <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
+      <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL</url>
+    </scm>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>model-flow-service</artifactId>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>model-flow-service</artifactId>
@@ -28,4 +33,4 @@
         </dependency>
     </dependencies>
     <packaging>bundle</packaging>
         </dependency>
     </dependencies>
     <packaging>bundle</packaging>
-</project>
\ No newline at end of file
+</project>
index 40301a379fe404463adae6e65987fb4260dcbdd9..edb3b19f0c9b4da2960fb744368a898d194a4d51 100644 (file)
@@ -7,6 +7,11 @@
                <version>1.0-SNAPSHOT</version>
        </parent>
        <artifactId>sal-compability</artifactId>
                <version>1.0-SNAPSHOT</version>
        </parent>
        <artifactId>sal-compability</artifactId>
+    <scm>
+      <connection>scm:git:ssh://git.opendaylight.org:29418/controller.git</connection>
+      <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
+      <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL</url>
+    </scm>
 
        <dependencies>
                <dependency>
 
        <dependencies>
                <dependency>
index 5aa3c3243abc83c60e63d72a299b5fe9b51b98af..2e8637a162b247028ba66d6773d99943204064a2 100644 (file)
         <nexusproxy>http://nexus.opendaylight.org/content</nexusproxy>\r
         <enunciate.version>1.26.2</enunciate.version>\r
     </properties>\r
         <nexusproxy>http://nexus.opendaylight.org/content</nexusproxy>\r
         <enunciate.version>1.26.2</enunciate.version>\r
     </properties>\r
+  <scm>\r
+    <connection>scm:git:ssh://git.opendaylight.org:29418/controller.git</connection>\r
+    <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>\r
+    <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main</url>\r
+  </scm>\r
 \r
     <distributionManagement>\r
         <!-- OpenDayLight Released artifact -->\r
 \r
     <distributionManagement>\r
         <!-- OpenDayLight Released artifact -->\r
index a905ebfa304710408e1b51110141f80aa1c1c5f1..7f925bad5b452f134226096530b17e1c35eaf436 100644 (file)
         <nexusproxy>http://nexus.opendaylight.org/content</nexusproxy>\r
         <enunciate.version>1.26.2</enunciate.version>\r
     </properties>\r
         <nexusproxy>http://nexus.opendaylight.org/content</nexusproxy>\r
         <enunciate.version>1.26.2</enunciate.version>\r
     </properties>\r
+  <scm>\r
+    <connection>scm:git:ssh://git.opendaylight.org:29418/controller.git</connection>\r
+    <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>\r
+    <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main</url>\r
+  </scm>\r
     <distributionManagement>\r
         <!-- OpenDayLight Released artifact -->\r
         <repository>\r
     <distributionManagement>\r
         <!-- OpenDayLight Released artifact -->\r
         <repository>\r
index 75341a6fdf6317390f80f757402a09c8b952f35d..b870c2a10e4d64802f639b7d50e8013b50935a93 100644 (file)
@@ -7,6 +7,11 @@
     <version>1.4.0-SNAPSHOT</version>
     <relativePath>../../commons/opendaylight</relativePath>
   </parent>
     <version>1.4.0-SNAPSHOT</version>
     <relativePath>../../commons/opendaylight</relativePath>
   </parent>
+  <scm>
+    <connection>scm:git:ssh://git.opendaylight.org:29418/controller.git</connection>
+    <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
+    <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main</url>
+  </scm>
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>containermanager.northbound</artifactId>
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>containermanager.northbound</artifactId>
index 6a143d9853cdb156de6695c662d5fa0df5d64043..e3b572aea409e88292551c5984df24f58ab21af3 100644 (file)
         <nexusproxy>http://nexus.opendaylight.org/content</nexusproxy>\r
         <enunciate.version>1.26.2</enunciate.version>\r
     </properties>\r
         <nexusproxy>http://nexus.opendaylight.org/content</nexusproxy>\r
         <enunciate.version>1.26.2</enunciate.version>\r
     </properties>\r
+  <scm>\r
+    <connection>scm:git:ssh://git.opendaylight.org:29418/controller.git</connection>\r
+    <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>\r
+    <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main</url>\r
+  </scm>\r
 \r
     <distributionManagement>\r
         <!-- OpenDayLight Released artifact -->\r
 \r
     <distributionManagement>\r
         <!-- OpenDayLight Released artifact -->\r
             <version>2.5.0</version>\r
         </dependency>\r
     </dependencies>\r
             <version>2.5.0</version>\r
         </dependency>\r
     </dependencies>\r
-</project>
\ No newline at end of file
+</project>\r
index 0789d504432dc39ec5b731fc127cf88c72b99e5f..569921cd2712563f00a2b5ea0a42df954e450266 100644 (file)
@@ -7,6 +7,11 @@
     <version>1.1.0-SNAPSHOT</version>
     <relativePath>../commons/thirdparty</relativePath>
   </parent>
     <version>1.1.0-SNAPSHOT</version>
     <relativePath>../commons/thirdparty</relativePath>
   </parent>
+  <scm>
+    <connection>scm:git:ssh://git.opendaylight.org:29418/controller.git</connection>
+    <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
+    <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main</url>
+  </scm>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.controller.thirdparty</groupId>
   <artifactId>org.apache.catalina.filters.CorsFilter</artifactId>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.controller.thirdparty</groupId>
   <artifactId>org.apache.catalina.filters.CorsFilter</artifactId>