Skip to content

Commit

Permalink
Merge pull request #30 from pinterest/release
Browse files Browse the repository at this point in the history
Bump version to 0.2.21
  • Loading branch information
jeffxiang authored Apr 30, 2024
2 parents b2773d5 + 7318e7d commit c238d3d
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion deploy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.pinterest.memq</groupId>
<artifactId>memq-parent</artifactId>
<version>0.2.20</version>
<version>0.2.21</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>memq-deploy</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions memq-client-all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.pinterest.memq</groupId>
<artifactId>memq-parent</artifactId>
<version>0.2.20</version>
<version>0.2.21</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>memq-client-all</artifactId>
Expand All @@ -18,7 +18,7 @@
<dependency>
<groupId>com.pinterest.memq</groupId>
<artifactId>memq-client</artifactId>
<version>0.2.20</version>
<version>0.2.21</version>
</dependency>
</dependencies>
<build>
Expand Down
2 changes: 1 addition & 1 deletion memq-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.pinterest.memq</groupId>
<artifactId>memq-parent</artifactId>
<version>0.2.20</version>
<version>0.2.21</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>memq-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion memq-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.pinterest.memq</groupId>
<artifactId>memq-parent</artifactId>
<version>0.2.20</version>
<version>0.2.21</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>memq-commons</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion memq-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.pinterest.memq</groupId>
<artifactId>memq-parent</artifactId>
<version>0.2.20</version>
<version>0.2.21</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>memq-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion memq/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.pinterest.memq</groupId>
<artifactId>memq-parent</artifactId>
<version>0.2.20</version>
<version>0.2.21</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>memq</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.pinterest.memq</groupId>
<artifactId>memq-parent</artifactId>
<version>0.2.20</version>
<version>0.2.21</version>
<packaging>pom</packaging>
<name>memq-parent</name>
<description>Hyperscale PubSub System</description>
Expand Down

0 comments on commit c238d3d

Please sign in to comment.