Skip to content

Commit

Permalink
[release] 3.0.2 version.
Browse files Browse the repository at this point in the history
  • Loading branch information
yangl committed Jan 16, 2024
1 parent 6ea1185 commit b7fbec9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>io.github.yangl</groupId>
<artifactId>pulsar-msg-filter</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
<packaging>pom</packaging>
<name>${project.artifactId}</name>
<description>message filter plugin for apache pulsar, both support server-side and client-side.</description>
Expand Down
2 changes: 1 addition & 1 deletion pulsar-msg-filter-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.yangl</groupId>
<artifactId>pulsar-msg-filter</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
</parent>

<artifactId>pulsar-msg-filter-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pulsar-msg-filter-interceptor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.yangl</groupId>
<artifactId>pulsar-msg-filter</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
</parent>

<artifactId>pulsar-msg-filter-interceptor</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pulsar-msg-filter-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.yangl</groupId>
<artifactId>pulsar-msg-filter</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
</parent>
<artifactId>pulsar-msg-filter-plugin</artifactId>

Expand Down

0 comments on commit b7fbec9

Please sign in to comment.