Skip to content

Commit

Permalink
MemQ version bump to 0.2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
Ambud Sharma committed Dec 6, 2022
1 parent 99fe619 commit 26461dd
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 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.17</version>
<version>0.2.18</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.17</version>
<version>0.2.18</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.17</version>
<version>0.2.18</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.17</version>
<version>0.2.18</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.17</version>
<version>0.2.18</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.17</version>
<version>0.2.18</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>memq-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion memq-python-client/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

setup(
name='memq-client', # Required
version='0.2.7', # Required
version='0.2.18', # Required
description='MemQ Python Client', # Optional
long_description=long_description, # Optional
long_description_content_type='text/markdown', # Optional (see note above)
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.17</version>
<version>0.2.18</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.17</version>
<version>0.2.18</version>
<packaging>pom</packaging>
<name>memq-parent</name>
<description>Hyperscale PubSub System</description>
Expand Down

0 comments on commit 26461dd

Please sign in to comment.