Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
order-group
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
order-group-application
order-group
Commits
0702805c
Commit
0702805c
authored
Aug 23, 2021
by
周晓航
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sdk升级,爱马哥其他服务有在使用
Signed-off-by: 周晓航 <xiaohang.zhou@freemud.com>
parent
2d8ab46a
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
7 deletions
+9
-7
assortment-ordercenter-sdk/pom.xml
+2
-2
assortment-ordercenter-sdk/readme.md
+3
-2
ordercenter-sdk/pom.xml
+1
-1
ordercenter-sdk/readme.md
+3
-2
No files found.
assortment-ordercenter-sdk/pom.xml
View file @
0702805c
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
assortment-ordercenter-sdk
</artifactId>
<artifactId>
assortment-ordercenter-sdk
</artifactId>
<version>
2.
2
-RELEASE
</version>
<version>
2.
3
-RELEASE
</version>
<!-- 其他服务使用聚合订单sdk,版本号往上升级,无需提交版本号,记录好readme.md,后续看readme.md往上加版本
<!-- 其他服务使用聚合订单sdk,版本号往上升级,无需提交版本号,记录好readme.md,后续看readme.md往上加版本
服务内使用无需修改版本号, 如果修改,使用到聚合订单sdk都需要统一升级-->
服务内使用无需修改版本号, 如果修改,使用到聚合订单sdk都需要统一升级-->
<dependencies>
<dependencies>
...
@@ -40,7 +40,7 @@
...
@@ -40,7 +40,7 @@
<dependency>
<dependency>
<groupId>
cn.freemud
</groupId>
<groupId>
cn.freemud
</groupId>
<artifactId>
ordercenter-sdk
</artifactId>
<artifactId>
ordercenter-sdk
</artifactId>
<!-- <version>1.3.6
6
.RELEASE</version>-->
<!-- <version>1.3.6
7
.RELEASE</version>-->
<!-- 版本号在最外层pom设置,其他服务使用聚合订单sdk,打开注释,版本号与基础订单sdk版本号保持一直,无需提交代码 -->
<!-- 版本号在最外层pom设置,其他服务使用聚合订单sdk,打开注释,版本号与基础订单sdk版本号保持一直,无需提交代码 -->
</dependency>
</dependency>
<dependency>
<dependency>
...
...
assortment-ordercenter-sdk/readme.md
View file @
0702805c
...
@@ -156,4 +156,5 @@
...
@@ -156,4 +156,5 @@
| 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|
| 2.2-RELEASE | 版本升级,内部统一版本 | wuping | 2021-08-03|
| 2.2-RELEASE | 版本升级,内部统一版本 | wuping | 2021-08-03|
| 2.2.1-RELEASE | 版本升级-开放平台支持商品券参数productId | 刘继明 | 2021-08-10|
| 2.2.1-RELEASE | 版本升级-开放平台支持商品券参数productId | 刘继明 | 2021-08-10|
\ No newline at end of file
| 2.3-RELEASE | 合并 爱马哥需求的代码 | 周晓航 | 2021-08-23|
\ No newline at end of file
ordercenter-sdk/pom.xml
View file @
0702805c
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<!-- 版本号在最外层pom设置,其他服务使用聚合订单sdk,版本号往上升级,无需提交版本号,记录好readme.md,后续看readme.md往上加版本 -->
<!-- 版本号在最外层pom设置,其他服务使用聚合订单sdk,版本号往上升级,无需提交版本号,记录好readme.md,后续看readme.md往上加版本 -->
<!-- <version>1.3.6
6
.RELEASE</version>-->
<!-- <version>1.3.6
7
.RELEASE</version>-->
<artifactId>
ordercenter-sdk
</artifactId>
<artifactId>
ordercenter-sdk
</artifactId>
<dependencies>
<dependencies>
...
...
ordercenter-sdk/readme.md
View file @
0702805c
...
@@ -97,4 +97,5 @@
...
@@ -97,4 +97,5 @@
| 1.3.63.RELEASE | 开放平台取消订单调用oms | 张志恒 | 2021-07-01 |
| 1.3.63.RELEASE | 开放平台取消订单调用oms | 张志恒 | 2021-07-01 |
| 1.3.64.RELEASE | 小助手日结统计订单查询和售后列表查询改为从库查询 | 刘继明 | 2021-07-19 |
| 1.3.64.RELEASE | 小助手日结统计订单查询和售后列表查询改为从库查询 | 刘继明 | 2021-07-19 |
| 1.3.65.RELEASE | 聚合层sdk异常,版本引不到,解决代码报错 | 王航航 | 2021-07-20 |
| 1.3.65.RELEASE | 聚合层sdk异常,版本引不到,解决代码报错 | 王航航 | 2021-07-20 |
| 1.3.66.RELEASE | 基础订单sdk版本升级 | 伍平 | 2021-08-10 |
| 1.3.66.RELEASE | 基础订单sdk版本升级 | 伍平 | 2021-08-10 |
\ No newline at end of file
| 1.3.67.RELEASE | 新增爱马哥需求代码改动 | 周晓航 | 2021-08-23 |
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment