4.2.2-SNAPSHOT

This commit is contained in:
smallchill 2024-09-10 11:36:13 +08:00
parent a1a8e0c7b7
commit 3573ae657d
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<p align="center">
<img src="https://img.shields.io/badge/Release-V4.2.1-green.svg" alt="Downloads">
<img src="https://img.shields.io/badge/Release-V4.2.2-SNAPSHOT-green.svg" alt="Downloads">
<img src="https://img.shields.io/badge/JDK-17+-green.svg" alt="Build Status">
<img src="https://img.shields.io/badge/license-LGPL%20v3-blue.svg" alt="Build Status">
<img src="https://img.shields.io/badge/Spring%20Cloud-2023-blue.svg" alt="Coverage Status">

View File

@ -36,7 +36,7 @@
<properties>
<!-- Blade-Tool Version -->
<revision>4.2.1</revision>
<revision>4.2.2-SNAPSHOT</revision>
<module.name>org.springblade.blade.tool</module.name>
<!-- jdk Version -->
<java.version>17</java.version>