Skip to content

Commit c0f6ebd

Browse files
committed
Update version 7.2.0
1 parent 4d2e9fb commit c0f6ebd

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

benchmarks/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.aerospike</groupId>
88
<artifactId>aerospike-parent</artifactId>
9-
<version>7.1.0</version>
9+
<version>7.2.0</version>
1010
</parent>
1111
<artifactId>aerospike-benchmarks</artifactId>
1212
<packaging>jar</packaging>

client/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.aerospike</groupId>
88
<artifactId>aerospike-parent</artifactId>
9-
<version>7.1.0</version>
9+
<version>7.2.0</version>
1010
</parent>
1111
<artifactId>aerospike-client</artifactId>
1212
<packaging>jar</packaging>

examples/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.aerospike</groupId>
88
<artifactId>aerospike-parent</artifactId>
9-
<version>7.1.0</version>
9+
<version>7.2.0</version>
1010
</parent>
1111
<artifactId>aerospike-examples</artifactId>
1212
<packaging>jar</packaging>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.aerospike</groupId>
66
<artifactId>aerospike-parent</artifactId>
77
<name>aerospike-parent</name>
8-
<version>7.1.0</version>
8+
<version>7.2.0</version>
99
<packaging>pom</packaging>
1010
<url>https://github.com/aerospike/aerospike-client-java</url>
1111

proxy/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.aerospike</groupId>
88
<artifactId>aerospike-parent</artifactId>
9-
<version>7.1.0</version>
9+
<version>7.2.0</version>
1010
</parent>
1111
<artifactId>aerospike-proxy-client</artifactId>
1212
<packaging>jar</packaging>

test/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.aerospike</groupId>
88
<artifactId>aerospike-parent</artifactId>
9-
<version>7.1.0</version>
9+
<version>7.2.0</version>
1010
</parent>
1111
<artifactId>aerospike-client-test</artifactId>
1212
<packaging>jar</packaging>

0 commit comments

Comments
 (0)