build: 升级依赖版本
This commit is contained in:
parent
3a45ac86da
commit
e134dfec6f
8
pom.xml
8
pom.xml
|
|
@ -22,15 +22,15 @@
|
|||
<project.build.jdk>${java.version}</project.build.jdk>
|
||||
<!-- 基础通用模块依赖,快照版本表示正在持续迭代.发布后将同步到maven中央仓库 -->
|
||||
<!-- https://github.com/hs-web/hsweb-framework -->
|
||||
<hsweb.framework.version>4.0.19-SNAPSHOT</hsweb.framework.version>
|
||||
<hsweb.framework.version>4.0.19</hsweb.framework.version>
|
||||
<!-- https://github.com/hs-web/hsweb-easy-orm -->
|
||||
<easyorm.version>4.1.4-SNAPSHOT</easyorm.version>
|
||||
<easyorm.version>4.1.4</easyorm.version>
|
||||
<!-- https://github.com/jetlinks/jetlinks -->
|
||||
<jetlinks.version>1.2.4-SNAPSHOT</jetlinks.version>
|
||||
<jetlinks.version>1.2.4</jetlinks.version>
|
||||
<!-- https://github.com/hs-web/reactor-excel -->
|
||||
<reactor.excel.version>1.0.6</reactor.excel.version>
|
||||
<!-- https://github.com/jetlinks/reactor-ql -->
|
||||
<reactor.ql.version>1.0.18</reactor.ql.version>
|
||||
<reactor.ql.version>1.0.19</reactor.ql.version>
|
||||
<!-- https://github.com/jetlinks/jetlinks-plugin -->
|
||||
<jetlinks.plugin.version>1.0.3</jetlinks.plugin.version>
|
||||
<!-- https://github.com/jetlinks/jetlinks-sdk -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue