将api版本号修改为快照版本、将biz引用的api修改为快照版本
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
<groupId>com.yxt.messagecenter</groupId>
|
||||
<artifactId>message-center-api</artifactId>
|
||||
<version>0.0.1</version>
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
||||
@@ -22,22 +22,22 @@
|
||||
<dependency>
|
||||
<groupId>com.yxt.messagecenter</groupId>
|
||||
<artifactId>message-center-api</artifactId>
|
||||
<version>0.0.1</version>
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<artifactId>anrui-portal-api</artifactId>
|
||||
<groupId>com.yxt.anrui</groupId>
|
||||
<version>0.0.1</version>
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<artifactId>anrui-crm-api</artifactId>
|
||||
<groupId>com.yxt.anrui</groupId>
|
||||
<version>0.0.1</version>
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<artifactId>anrui-flowable-api</artifactId>
|
||||
<groupId>com.yxt.anrui</groupId>
|
||||
<version>0.0.1</version>
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user