Skip to content

Commit 26461dd

Browse files
author
Ambud Sharma
committed
MemQ version bump to 0.2.18
1 parent 99fe619 commit 26461dd

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

deploy/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.pinterest.memq</groupId>
77
<artifactId>memq-parent</artifactId>
8-
<version>0.2.17</version>
8+
<version>0.2.18</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>memq-deploy</artifactId>

memq-client-all/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.pinterest.memq</groupId>
88
<artifactId>memq-parent</artifactId>
9-
<version>0.2.17</version>
9+
<version>0.2.18</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212
<artifactId>memq-client-all</artifactId>
@@ -18,7 +18,7 @@
1818
<dependency>
1919
<groupId>com.pinterest.memq</groupId>
2020
<artifactId>memq-client</artifactId>
21-
<version>0.2.17</version>
21+
<version>0.2.18</version>
2222
</dependency>
2323
</dependencies>
2424
<build>

memq-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.pinterest.memq</groupId>
66
<artifactId>memq-parent</artifactId>
7-
<version>0.2.17</version>
7+
<version>0.2.18</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>memq-client</artifactId>

memq-commons/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.pinterest.memq</groupId>
77
<artifactId>memq-parent</artifactId>
8-
<version>0.2.17</version>
8+
<version>0.2.18</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>memq-commons</artifactId>

memq-examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.pinterest.memq</groupId>
77
<artifactId>memq-parent</artifactId>
8-
<version>0.2.17</version>
8+
<version>0.2.18</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>memq-examples</artifactId>

memq-python-client/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
setup(
1919
name='memq-client', # Required
20-
version='0.2.7', # Required
20+
version='0.2.18', # Required
2121
description='MemQ Python Client', # Optional
2222
long_description=long_description, # Optional
2323
long_description_content_type='text/markdown', # Optional (see note above)

memq/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.pinterest.memq</groupId>
88
<artifactId>memq-parent</artifactId>
9-
<version>0.2.17</version>
9+
<version>0.2.18</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212
<artifactId>memq</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.pinterest.memq</groupId>
55
<artifactId>memq-parent</artifactId>
6-
<version>0.2.17</version>
6+
<version>0.2.18</version>
77
<packaging>pom</packaging>
88
<name>memq-parent</name>
99
<description>Hyperscale PubSub System</description>

0 commit comments

Comments
 (0)