Browse Source

account-common包加入版本标签,引用0.0.1-SNAPSHOT。

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@10725 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
dongbw 8 years ago
parent
commit
b176668e43
1 changed files with 2 additions and 1 deletions
  1. 2 1
      pom.xml

+ 2 - 1
pom.xml

@@ -29,7 +29,7 @@
 				<!-- static plugin -->
 				<static-path>static</static-path>
 			</properties>
-			
+
 		</profile>
 		<profile>
 			<!-- 生产环境 -->
@@ -276,6 +276,7 @@
 		<dependency>
 			<groupId>com.uas.account</groupId>
 			<artifactId>account-common</artifactId>
+			<version>0.0.1-SNAPSHOT</version>
 		</dependency>
 
 		<!-- dubbo -->