Skip to content

Commit

Permalink
Bump to quarkus 2.13.2.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
jiayaoO3O authored Oct 13, 2022
1 parent 2898502 commit 34598e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ java这门语言能让小项目变成中项目, 中项目变成大项目 🤡

| 更新日期 | 更新内容 |
|:----------------:|:-----------------|
| 2022/10/13 17:00 | 同步跟进quarkus框架到2.13.2.Final版本.|
| 2022/10/7 17:30 | **抛弃切割判断算法, 因为我已经找到需要切割和不需要切割的分界线了, 判断相似度已经没有意义了, 版本升级到5.1.0, 起飞🦽**.|
| 2022/10/7 14:30 | 优化切割判断算法, 抛弃原有的每一张图判断一次切割规则, 现在通过随机某一张图片判断整章漫画是否需要切割, 现在可能一章中有某一页是错的, 但是大部分都应该是正确的.|
| 2022/10/7 01:00 | 同步跟进quarkus框架到2.13.1.Final版本.|
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id>
<quarkus.platform.group-id>io.quarkus.platform</quarkus.platform.group-id>
<quarkus.platform.version>2.13.1.Final</quarkus.platform.version>
<quarkus.platform.version>2.13.2.Final</quarkus.platform.version>
<surefire-plugin.version>3.0.0-M7</surefire-plugin.version>
</properties>
<dependencyManagement>
Expand Down

0 comments on commit 34598e2

Please sign in to comment.