Skip to content

Commit

Permalink
【发版】全局:2.1.0 发版
Browse files Browse the repository at this point in the history
  • Loading branch information
YunaiV committed May 4, 2024
1 parent 2bd9fd9 commit 4ca583c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<url>https://github.com/YunaiV/ruoyi-vue-pro</url>

<properties>
<revision>2.0.1-jdk8-snapshot</revision>
<revision>2.1.0-jdk8-snapshot</revision>
<!-- Maven 相关 -->
<java.version>1.8</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
Expand Down
2 changes: 1 addition & 1 deletion yudao-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<url>https://github.com/YunaiV/ruoyi-vue-pro</url>

<properties>
<revision>2.0.1-jdk8-snapshot</revision>
<revision>2.1.0-jdk8-snapshot</revision>
<flatten-maven-plugin.version>1.5.0</flatten-maven-plugin.version>
<!-- 统一依赖管理 -->
<spring.boot.version>2.7.18</spring.boot.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
import com.baomidou.mybatisplus.generator.config.po.TableInfo;
import com.baomidou.mybatisplus.generator.config.rules.DateType;
import com.baomidou.mybatisplus.generator.query.SQLQuery;
import jakarta.annotation.Resource;
import org.springframework.stereotype.Service;

import javax.annotation.Resource;
import java.util.Comparator;
import java.util.List;
import java.util.Objects;
Expand Down

0 comments on commit 4ca583c

Please sign in to comment.