Skip to content

Commit

Permalink
Upgrade 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yong.teng committed Nov 20, 2023
1 parent 04e93ee commit 4570630
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 6 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
===========================


## [0.0.2](https://github.com/buession/buession-canal/releases/tag/v0.0.2) (2023-xx-xx)

### 🔨依赖升级

- [依赖库版本升级和安全漏洞修复](https://github.com/buession/buession-parent/releases/tag/v2.3.2)


---


## [0.0.1](https://github.com/buession/buession-canal/releases/tag/v0.0.1) (2023-11-19)

### 🔨依赖升级
Expand Down
2 changes: 1 addition & 1 deletion buession-canal-annotation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.buession.canal</groupId>
<artifactId>buession-canal-parent</artifactId>
<relativePath>../buession-canal-parent</relativePath>
<version>0.0.1</version>
<version>0.0.2</version>
</parent>
<artifactId>buession-canal-annotation</artifactId>
<url>https://canal.buession.com/</url>
Expand Down
2 changes: 1 addition & 1 deletion buession-canal-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.buession.canal</groupId>
<artifactId>buession-canal-parent</artifactId>
<relativePath>../buession-canal-parent</relativePath>
<version>0.0.1</version>
<version>0.0.2</version>
</parent>
<artifactId>buession-canal-client</artifactId>
<url>https://canal.buession.com/</url>
Expand Down
2 changes: 1 addition & 1 deletion buession-canal-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.buession.canal</groupId>
<artifactId>buession-canal-parent</artifactId>
<relativePath>../buession-canal-parent</relativePath>
<version>0.0.1</version>
<version>0.0.2</version>
</parent>
<artifactId>buession-canal-core</artifactId>
<url>https://canal.buession.com/</url>
Expand Down
4 changes: 2 additions & 2 deletions buession-canal-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<groupId>com.buession</groupId>
<artifactId>parent</artifactId>
<relativePath/>
<version>2.3.1</version>
<version>2.3.2</version>
</parent>
<groupId>com.buession.canal</groupId>
<artifactId>buession-canal-parent</artifactId>
<url>https://canal.buession.com/</url>
<description>Buession Canal Framework Parent</description>
<version>0.0.1</version>
<version>0.0.2</version>
<packaging>pom</packaging>

<organization>
Expand Down
2 changes: 1 addition & 1 deletion buession-canal-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.buession.canal</groupId>
<artifactId>buession-canal-parent</artifactId>
<relativePath>../buession-canal-parent</relativePath>
<version>0.0.1</version>
<version>0.0.2</version>
</parent>
<artifactId>buession-canal-spring</artifactId>
<url>https://canal.buession.com/</url>
Expand Down

0 comments on commit 4570630

Please sign in to comment.