update the scm to pom
authortian.ming@huawei.com <tian.ming@huawei.com>
Fri, 26 Aug 2016 08:14:06 +0000 (16:14 +0800)
committertian.ming@huawei.com <tian.ming@huawei.com>
Fri, 26 Aug 2016 08:14:06 +0000 (16:14 +0800)
Change-Id: Iebf77dfa1fcaeb80e05ee6758272b905b0f94f56
Signed-off-by: tian.ming@huawei.com <tian.ming@huawei.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 7c01bc1..6cde53b 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                <pkgzip.dir>${basedir}/../release/pkgzip</pkgzip.dir>
                <excludesFile>**/*$*</excludesFile>
        </properties>
+    
+     <scm>
+        <connection>scm:git:ssh://git.open-o.org:29418/common-services-common-utilities.git</connection>
+        <developerConnection>scm:git:ssh://git.open-o.org:29418/common-services-common-utilities.git</developerConnection>
+        <tag>HEAD</tag>
+        <url>https://wiki.open-o.orgiew/Common_Services</url>
+    </scm>
+    
     <modules>
         <module>common-util</module>
         <module>rest-client</module>