Skip to content

Commit

Permalink
0.2.17 Release version
Browse files Browse the repository at this point in the history
  • Loading branch information
kabochya committed May 24, 2022
1 parent 6c05e74 commit c8b4dd4
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.16-SNAPSHOT</version>
<version>0.2.17</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.16-SNAPSHOT</version>
<version>0.2.17</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.16-SNAPSHOT</version>
<version>0.2.17</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 @@ -6,7 +6,7 @@
<parent>
<groupId>com.pinterest.memq</groupId>
<artifactId>memq-parent</artifactId>
<version>0.2.16-SNAPSHOT</version>
<version>0.2.17</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.16-SNAPSHOT</version>
<version>0.2.17</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.16-SNAPSHOT</version>
<version>0.2.17</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.16-SNAPSHOT</version>
<version>0.2.17</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 @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.pinterest.memq</groupId>
<artifactId>memq-parent</artifactId>
<version>0.2.16-SNAPSHOT</version>
<version>0.2.17</version>
<packaging>pom</packaging>
<name>memq-parent</name>
<description>Hyperscale PubSub System</description>
Expand Down

0 comments on commit c8b4dd4

Please sign in to comment.