Merge "Add SCM section to all the poms"
authorGiovanni Meo <gmeo@cisco.com>
Wed, 25 Sep 2013 14:35:37 +0000 (14:35 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Wed, 25 Sep 2013 14:35:37 +0000 (14:35 +0000)
1  2 
opendaylight/archetypes/odl-model-project/src/main/resources/archetype-resources/pom.xml
opendaylight/northbound/containermanager/pom.xml

index 344561bf1937315a5a1e97ee9ac0ed7e179da541,250750c71eeccf6984bd09d9f86602958f3487c6..e592e6df8ef549a86f4bf2c994d2585082664bb6
      <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>\r
      <nexusproxy>http://nexus.opendaylight.org/content</nexusproxy>\r
      <yang.version>0.5.8-SNAPSHOT</yang.version>\r
 -    <maven.bundle.version>2.4.0</maven.bundle.version>\r
 +    <bundle.plugin.version>2.3.7</bundle.plugin.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
        <plugin>\r
          <groupId>org.apache.felix</groupId>\r
          <artifactId>maven-bundle-plugin</artifactId>\r
 -        <version>${maven.bundle.version}</version>\r
 +        <version>${bundle.plugin.version}</version>\r
          <extensions>true</extensions>\r
          <configuration>\r
            <instructions>\r
index 685f3c173f947a010a159b51f3d51a5141b02355,b870c2a10e4d64802f639b7d50e8013b50935a93..74e4ed8cdcd1c9bb634273578be78ce6a4f0ae90
@@@ -7,6 -7,11 +7,11 @@@
      <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>
@@@ -23,7 -28,7 +28,7 @@@
        <plugin>
          <groupId>org.apache.felix</groupId>
          <artifactId>maven-bundle-plugin</artifactId>
 -        <version>2.3.6</version>
 +        <version>${bundle.plugin.version}</version>
          <extensions>true</extensions>
          <configuration>
            <instructions>