From 6924e50bd607b2855131a95ba82371427f1a9d3e Mon Sep 17 00:00:00 2001 From: Jone Date: Wed, 7 Jun 2017 15:31:14 +0800 Subject: [PATCH] 修改版本号定义。 备注: SNAPSHOT——每次项目打包,都会从私服中,拉去最新的jar包。 Release————每次项目打包,会先检索本地的仓库,如果有,则不更新。风险,一旦某个依赖包有更新功能,就必须先更新依赖包,否则没办法正常使用 --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index eef8a91..29d2875 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.ylp.common ylp-common-parent - 2.0.0-Release + 2.0.0-SNAPSHOT pom ylp-common-parent @@ -12,7 +12,7 @@ UTF-8 - 2.0.0-Release + 2.0.0-SP4-SNAPSHOT @@ -49,7 +49,7 @@ qa - 2.0.0-Release + 2.0.0-SNAPSHOT @@ -59,7 +59,7 @@ prod - 2.0.0-Release + 2.0.0-SNAPSHOT -- libgit2 0.21.4