Skip to content

Commit

Permalink
发布1.1.0版本,升级依赖版本
Browse files Browse the repository at this point in the history
  • Loading branch information
abel533 committed Jan 3, 2022
1 parent 1836d96 commit 1f19802
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,21 +59,21 @@
</modules>

<properties>
<revision>1.0.4</revision>
<revision>1.1.0</revision>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<argLine>-Dfile.encoding=UTF-8</argLine>

<provider.version>1.0.2</provider.version>
<provider.version>1.1.0</provider.version>

<mybatis.version>3.5.7</mybatis.version>
<mybatis.version>3.5.9</mybatis.version>
<mybatis-spring.version>2.0.6</mybatis-spring.version>
<mybatis-spring-boot.version>2.2.0</mybatis-spring-boot.version>
<mybatis-spring-boot.version>2.2.1</mybatis-spring-boot.version>

<springframework.version>5.3.13</springframework.version>
<springboot.version>2.6.1</springboot.version>
<springframework.version>5.3.14</springframework.version>
<springboot.version>2.6.2</springboot.version>

<log4j.version>1.2.17</log4j.version>
<junit.version>4.13</junit.version>
Expand Down

0 comments on commit 1f19802

Please sign in to comment.