aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortian.ming@huawei.com <tian.ming@huawei.com>2016-08-26 16:14:06 +0800
committertian.ming@huawei.com <tian.ming@huawei.com>2016-08-26 16:14:06 +0800
commit303999b25e86c5c28cfbede4497efb475c5a13b0 (patch)
treec678bfa940ebf439cf930a7f25340948de2e8812
parenta00f28071009375c15b26e30c8a5bfc1d1296a39 (diff)
update the scm to pom
Change-Id: Iebf77dfa1fcaeb80e05ee6758272b905b0f94f56 Signed-off-by: tian.ming@huawei.com <tian.ming@huawei.com>
-rw-r--r--pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 7c01bc1..6cde53b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,6 +36,14 @@
<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>