diff options
author | HuabingZhao <zhao.huabing@zte.com.cn> | 2017-07-25 15:18:33 +0800 |
---|---|---|
committer | HuabingZhao <zhao.huabing@zte.com.cn> | 2017-07-25 18:11:59 +0800 |
commit | 672f3d40be83d9e380fd7be4b674d5e8d5fa36de (patch) | |
tree | 43105e1d5e2ba8e8accea8648e57e1cf87db3f00 /msb-parent/README.md | |
parent | 41d3db15a8e1a0496f9c2a5e15db2998a32bb9bf (diff) |
Divide the MSB source codes into two repos
Change-Id: Ie76d545b214a8ce5191f215350a623e1529983d9
Issue-id: MSB-5
Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
Diffstat (limited to 'msb-parent/README.md')
-rw-r--r-- | msb-parent/README.md | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/msb-parent/README.md b/msb-parent/README.md deleted file mode 100644 index 700d593..0000000 --- a/msb-parent/README.md +++ /dev/null @@ -1,17 +0,0 @@ -modeldesign-parent -============ - -Root Pom of Project modeldesign - -**modeldesignparent-lite is descripe the maven repo and maven plugin .** - -**modeldesignparent is the parent pom of the this project ,which descripe the dependency Management of the thirdparty Supporting Libraries** - -you can use the following section to reference it . - -~~~ - <groupId>org.openo.orchestrator.modeldesignparent</groupId> - <artifactId>modeldesignparent</artifactId> - <version>1.0.0</version> -~~~ - |