From 38cb5b33be83099a7e957326d629eaf667a08fd7 Mon Sep 17 00:00:00 2001 From: Roi Menashe <33356310+roimenashe@users.noreply.github.com> Date: Sun, 14 Nov 2021 10:30:47 +0200 Subject: [PATCH] Set version to 3.3.0. (#319) --- README.md | 3 ++- pom.xml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1b0af3831..3ab957281 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ The documentation for this project can be found on [javadoc.io](https://www.java |Spring Data Aerospike | Spring Boot | Aerospike Client | Aerospike Reactor Client | Aerospike Server | :----------- | :---- | :----------- | :----------- | :----------- +|3.3.x | 2.5.x | 5.1.x | 5.1.x | 5.2.x.x + |3.2.x | 2.5.x | 5.1.x | 5.0.x | 5.2.x.x + |3.0.x, 3.1.x | 2.5.x | 5.1.x | 5.0.x |2.5.x | 2.5.x | 4.4.x | 4.4.x @@ -52,7 +53,7 @@ Add the Maven dependency: com.aerospike spring-data-aerospike - 3.2.0 + 3.3.0 ``` diff --git a/pom.xml b/pom.xml index 3c7fce5c4..d7e9516fe 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.aerospike spring-data-aerospike - 3.2.0 + 3.3.0 Spring Data Aerospike Aerospike Inc.