Skip to content

Commit

Permalink
[version] 3.0.2-SNAPSHOT .
Browse files Browse the repository at this point in the history
  • Loading branch information
yangl committed Jan 16, 2024
1 parent 1a179a1 commit 6ea1185
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
<version>31</version>
<version>29</version>
</parent>

<groupId>io.github.yangl</groupId>
<artifactId>pulsar-msg-filter</artifactId>
<version>3.0.2</version>
<version>3.0.2-SNAPSHOT</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</version>
<version>3.0.2-SNAPSHOT</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</version>
<version>3.0.2-SNAPSHOT</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</version>
<version>3.0.2-SNAPSHOT</version>
</parent>
<artifactId>pulsar-msg-filter-plugin</artifactId>

Expand Down

0 comments on commit 6ea1185

Please sign in to comment.