Skip to content

Commit

Permalink
🔖 发布 2.3.6,修复已知 BUG
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyd-c committed Jun 23, 2024
1 parent 9987894 commit 9c212d6
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion blog-admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>com.zyd</groupId>
<artifactId>blog</artifactId>
<version>2.3.5</version>
<version>2.3.6</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion blog-codegen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>com.zyd</groupId>
<artifactId>blog</artifactId>
<version>2.3.5</version>
<version>2.3.6</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion blog-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>com.zyd</groupId>
<artifactId>blog</artifactId>
<version>2.3.5</version>
<version>2.3.6</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion blog-core/src/main/resources/config/application-center.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,5 @@ pagehelper:
params: count=countSql

app:
version: v2.3.5
version: v2.3.6
enableRedisCache: ${ONEBLOG_ENABLE_REDIS_CACHE:false}
2 changes: 1 addition & 1 deletion blog-file/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>com.zyd</groupId>
<artifactId>blog</artifactId>
<version>2.3.5</version>
<version>2.3.6</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion blog-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>com.zyd</groupId>
<artifactId>blog</artifactId>
<version>2.3.5</version>
<version>2.3.6</version>
</parent>

<dependencies>
Expand Down
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.zyd</groupId>
<artifactId>blog</artifactId>
<version>2.3.5</version>
<version>2.3.6</version>
<packaging>pom</packaging>
<modules>
<module>blog-core</module>
Expand Down Expand Up @@ -59,27 +59,27 @@
<dependency>
<groupId>com.zyd</groupId>
<artifactId>blog-core</artifactId>
<version>2.3.5</version>
<version>2.3.6</version>
</dependency>
<dependency>
<groupId>com.zyd</groupId>
<artifactId>blog-admin</artifactId>
<version>2.3.5</version>
<version>2.3.6</version>
</dependency>
<dependency>
<groupId>com.zyd</groupId>
<artifactId>blog-web</artifactId>
<version>2.3.5</version>
<version>2.3.6</version>
</dependency>
<dependency>
<groupId>com.zyd</groupId>
<artifactId>blog-file</artifactId>
<version>2.3.5</version>
<version>2.3.6</version>
</dependency>
<dependency>
<groupId>com.zyd</groupId>
<artifactId>blog-codegen</artifactId>
<version>2.3.5</version>
<version>2.3.6</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit 9c212d6

Please sign in to comment.