Skip to content

Commit

Permalink
Version 2.4.0.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
Anastasiia Smirnova committed Jul 17, 2020
1 parent 57d7325 commit 80bd9f5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ The Spring Data Aerospike project aims to provide a familiar and consistent Spri

|`spring-data-aerospike` Version | Spring Boot Version
| :----------- | :----: |
|2.4.0.RELEASE | 2.3.x
|2.3.5.RELEASE | 2.2.x
|2.1.1.RELEASE | 2.1.x, 2.0.x
|1.2.1.RELEASE | 1.5.x
Expand Down Expand Up @@ -40,7 +41,7 @@ Add the Maven dependency:
<dependency>
<groupId>com.aerospike</groupId>
<artifactId>spring-data-aerospike</artifactId>
<version>2.3.5.RELEASE</version>
<version>2.4.0.RELEASE</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.aerospike</groupId>
<artifactId>spring-data-aerospike</artifactId>
<version>2.3.5.RELEASE</version>
<version>2.4.0.RELEASE</version>
<name>Spring Data Aerospike</name>
<organization>
<name>Aerospike Inc.</name>
Expand Down
5 changes: 4 additions & 1 deletion src/main/asciidoc/reference/aerospike.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Then add the following to `pom.xml` dependencies section.
<dependency>
<groupId>com.aerospike</groupId>
<artifactId>spring-data-aerospike</artifactId>
<version>2.3.5.RELEASE</version>
<version>2.4.0.RELEASE</version>
</dependency>
</dependencies>
Expand All @@ -45,6 +45,9 @@ You can either setup Spring Boot or Spring application. Basic setup of Spring Bo
|===
|Spring-data-aerospike Version |Spring Boot Version

|2.4.0.RELEASE
|2.3.x

|2.3.5.RELEASE
|2.2.x

Expand Down

0 comments on commit 80bd9f5

Please sign in to comment.