Correct bundle-parent's coordinates 55/98255/2
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 2 Nov 2021 07:25:55 +0000 (08:25 +0100)
committerRobert Varga <nite@hq.sk>
Tue, 2 Nov 2021 10:13:31 +0000 (10:13 +0000)
We are inheriting SCM section from odlparent, make sure we add an
override.

Change-Id: If73f8b047a703dc7c5b8a3ec43a6825b0f85c76c
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
bundle-parent/pom.xml

index 750f76bfb6326a497a263e6943b5794ae4ee0eca..5b2bf1e34cfbac9ec1a4a479075ab9d5ec82eb4a 100644 (file)
             </dependency>
         </dependencies>
     </dependencyManagement>
+
+    <scm>
+        <connection>scm:git:ssh://git.opendaylight.org:29418/yangtools.git</connection>
+        <developerConnection>scm:git:ssh://git.opendaylight.org:29418/yangtools.git</developerConnection>
+        <tag>HEAD</tag>
+        <url>https://wiki.opendaylight.org/display/ODL/YANG+Tools</url>
+    </scm>
 </project>