diff options
author | tian.ming@huawei.com <tian.ming@huawei.com> | 2016-08-26 16:14:06 +0800 |
---|---|---|
committer | tian.ming@huawei.com <tian.ming@huawei.com> | 2016-08-26 16:14:06 +0800 |
commit | 303999b25e86c5c28cfbede4497efb475c5a13b0 (patch) | |
tree | c678bfa940ebf439cf930a7f25340948de2e8812 | |
parent | a00f28071009375c15b26e30c8a5bfc1d1296a39 (diff) |
update the scm to pom
Change-Id: Iebf77dfa1fcaeb80e05ee6758272b905b0f94f56
Signed-off-by: tian.ming@huawei.com <tian.ming@huawei.com>
-rw-r--r-- | pom.xml | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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> |