Commit 91455e8d by ping.wu

版本升级,内部统一版本

parent c9eb7780
...@@ -10,7 +10,9 @@ ...@@ -10,7 +10,9 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>assortment-ordercenter-sdk</artifactId> <artifactId>assortment-ordercenter-sdk</artifactId>
<version>2.1.85-RELEASE</version> <version>2.2-RELEASE</version>
<!-- 其他服务使用聚合订单sdk,版本号往上升级,无需提交版本号,记录好readme.md,后续看readme.md往上加版本
服务内使用无需修改版本号, 如果修改,使用到聚合订单sdk都需要统一升级-->
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
...@@ -38,7 +40,7 @@ ...@@ -38,7 +40,7 @@
<dependency> <dependency>
<groupId>cn.freemud</groupId> <groupId>cn.freemud</groupId>
<artifactId>ordercenter-sdk</artifactId> <artifactId>ordercenter-sdk</artifactId>
<version>1.3.65.RELEASE</version> <!-- 版本号在最外层pom设置,无需升级。直接打包升级聚合订单sdk -->
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.freemud.application.service.sdk</groupId> <groupId>com.freemud.application.service.sdk</groupId>
......
...@@ -154,4 +154,5 @@ ...@@ -154,4 +154,5 @@
| 2.1.76-RELEASE | 开放平台取消订单调用oms| 张志恒 | 2021-07-01| | 2.1.76-RELEASE | 开放平台取消订单调用oms| 张志恒 | 2021-07-01|
| 2.1.82-RELEASE | pos 打印满赠 | 张志恒 | 2021-07-09| | 2.1.82-RELEASE | pos 打印满赠 | 张志恒 | 2021-07-09|
| 2.1.84-RELEASE | KA-20210702-非码发版日售后单时间推迟 | 周晓航 | 2021-07-12| | 2.1.84-RELEASE | KA-20210702-非码发版日售后单时间推迟 | 周晓航 | 2021-07-12|
| 2.1.85-RELEASE | 小助手日结统计订单查询和售后列表查询改为从库查询 | 刘继明 | 2021-07-19| | 2.1.85-RELEASE | 小助手日结统计订单查询和售后列表查询改为从库查询 | 刘继明 | 2021-07-19|
\ No newline at end of file | 2.2-RELEASE | 版本升级,内部统一版本 | wuping | 2021-08-03|
\ No newline at end of file
...@@ -75,7 +75,6 @@ ...@@ -75,7 +75,6 @@
</dependency> </dependency>
<dependency> <dependency>
<groupId>cn.freemud</groupId> <groupId>cn.freemud</groupId>
<version>1.3.27.RELEASE</version>
<artifactId>ordercenter-sdk</artifactId> <artifactId>ordercenter-sdk</artifactId>
</dependency> </dependency>
<dependency> <dependency>
......
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
<dependency> <dependency>
<groupId>cn.freemud</groupId> <groupId>cn.freemud</groupId>
<artifactId>assortment-ordercenter-sdk</artifactId> <artifactId>assortment-ordercenter-sdk</artifactId>
<version>2.1.84-RELEASE</version> <version>2.2-RELEASE</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.freemud.application.service.sdk</groupId> <groupId>com.freemud.application.service.sdk</groupId>
......
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
<dependency> <dependency>
<groupId>cn.freemud</groupId> <groupId>cn.freemud</groupId>
<artifactId>assortment-ordercenter-sdk</artifactId> <artifactId>assortment-ordercenter-sdk</artifactId>
<version>2.1.84-RELEASE</version> <version>2.2-RELEASE</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<version>1.0.0</version> <version>1.0.0</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<version>1.3.65.RELEASE</version> <!-- 版本号在最外层pom设置,无需升级。直接打包升级聚合订单sdk -->
<artifactId>ordercenter-sdk</artifactId> <artifactId>ordercenter-sdk</artifactId>
<dependencies> <dependencies>
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
<lombok.version>1.16.16</lombok.version> <lombok.version>1.16.16</lombok.version>
<feign-form.version>3.0.3</feign-form.version> <feign-form.version>3.0.3</feign-form.version>
<ordercenter-sdk.version>1.3.65.RELEASE</ordercenter-sdk.version> <ordercenter-sdk.version>1.0.0</ordercenter-sdk.version>
</properties> </properties>
<modules> <modules>
<module>ordercenter-sdk</module> <module>ordercenter-sdk</module>
......
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
<dependency> <dependency>
<groupId>cn.freemud</groupId> <groupId>cn.freemud</groupId>
<artifactId>ordercenter-sdk</artifactId> <artifactId>ordercenter-sdk</artifactId>
<version>1.4.0-SNAPSHOT</version> <!-- <version>1.4.0-SNAPSHOT</version>-->
</dependency> </dependency>
<!-- <dependency>--> <!-- <dependency>-->
<!-- <groupId>com.freemud.application.service.sdk</groupId>--> <!-- <groupId>com.freemud.application.service.sdk</groupId>-->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment