Skip to content

Commit

Permalink
JeecgBoot 3.5.5 版本发布(跳过3.5.4)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangdaiscott committed Sep 20, 2023
1 parent 0bd2996 commit e2d5c29
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# jeecg-boot-starter
当前最新版本: 3.5.4(发布日期:2023-09-22)
当前最新版本: 3.5.5(发布日期:2023-09-22)

### 介绍
> jeecg-boot的starter启动模块独立出来,简化项目,便于维护。
Expand Down
2 changes: 1 addition & 1 deletion jeecg-boot-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>jeecg-boot-starter</artifactId>
<groupId>org.jeecgframework.boot</groupId>
<version>3.5.4</version>
<version>3.5.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<description>公共模块</description>
Expand Down
2 changes: 1 addition & 1 deletion jeecg-boot-starter-cloud/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>jeecg-boot-starter</artifactId>
<groupId>org.jeecgframework.boot</groupId>
<version>3.5.4</version>
<version>3.5.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jeecg-boot-starter-cloud</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jeecg-boot-starter-job/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>jeecg-boot-starter</artifactId>
<groupId>org.jeecgframework.boot</groupId>
<version>3.5.4</version>
<version>3.5.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jeecg-boot-starter-job</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jeecg-boot-starter-lock/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>jeecg-boot-starter</artifactId>
<groupId>org.jeecgframework.boot</groupId>
<version>3.5.4</version>
<version>3.5.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jeecg-boot-starter-lock</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jeecg-boot-starter-mongon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>jeecg-boot-starter</artifactId>
<groupId>org.jeecgframework.boot</groupId>
<version>3.5.4</version>
<version>3.5.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jeecg-boot-starter-mongon</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jeecg-boot-starter-rabbitmq/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>jeecg-boot-starter</artifactId>
<groupId>org.jeecgframework.boot</groupId>
<version>3.5.4</version>
<version>3.5.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jeecg-boot-starter-rabbitmq</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jeecg-boot-starter-seata/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>jeecg-boot-starter</artifactId>
<groupId>org.jeecgframework.boot</groupId>
<version>3.5.4</version>
<version>3.5.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jeecg-boot-starter-seata</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jeecg-boot-starter-shardingsphere/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>jeecg-boot-starter</artifactId>
<groupId>org.jeecgframework.boot</groupId>
<version>3.5.4</version>
<version>3.5.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jeecg-boot-starter-shardingsphere</artifactId>
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 @@
<artifactId>jeecg-boot-starter</artifactId>
<packaging>pom</packaging>
<name>JEECG BOOT STARTER ${project.version}</name>
<version>3.5.4</version>
<version>3.5.5</version>

<properties>
<jeecgboot.version>${project.version}</jeecgboot.version>
Expand Down

0 comments on commit e2d5c29

Please sign in to comment.