This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
athena-demo
/
athena-opt-demo
Watch
11
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
105
Wiki
Activity
Browse Source
refactor:模型驱动版本升级
sprint/s4
李壮壮
2 months ago
parent
d5ac257935
commit
4dcae9dd12
2 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.drone.yml
+2
-0
demo-athenaopt_backend/pom.xml
+ 1
- 1
.drone.yml
View File
@ -9,7 +9,7 @@ steps:
# 应用专案名称(需手动修改)
backendName
:
demo-athenaopt_backend
# 平台API版本号(需手动修改)
apiVersion
:
5.2
.0
.1
086
apiVersion
:
5.2
.0
.1
109
commands:
# 在开发根目录下执行 maven package 指令以构建运行包
-
mvn -f $backendName/pom.xml package -Dapi.version=$apiVersion -Dnexus.ip=https://repo.digiwincloud.com.cn/maven
+ 2
- 0
demo-athenaopt_backend/pom.xml
View File
@ -36,6 +36,8 @@
<dwgson.version
>
2.8.6
</dwgson.version>
<DWQueue.version
>
1.05
</DWQueue.version>
<netty.version
>
4.1.67.Final
</netty.version>
<!--
解决模型驱动升级报错
-->
<lettuce.version
>
5.3.4.RELEASE
</lettuce.version>
</properties>
<dependencies
>
Write
Preview
Loading…
Cancel
Save