Skip to content

Commit

Permalink
(chore) bump version 1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
liuchong committed Dec 13, 2021
1 parent 3ee42b0 commit efec973
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion filter-service-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>filter-service</artifactId>
<groupId>cn.leancloud</groupId>
<version>1.15-SNAPSHOT</version>
<version>1.15</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion filter-service-metrics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>filter-service</artifactId>
<groupId>cn.leancloud</groupId>
<version>1.15-SNAPSHOT</version>
<version>1.15</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>cn.leancloud</groupId>
<artifactId>filter-service</artifactId>
<packaging>pom</packaging>
<version>1.15-SNAPSHOT</version>
<version>1.15</version>
<name>${project.groupId}:${project.artifactId}</name>
<description>A bloom filters daemon for Java.</description>
<url>https://github.com/leancloud/filter-service</url>
Expand Down

0 comments on commit efec973

Please sign in to comment.