Skip to content

Commit

Permalink
Version 2.4.1.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
Anastasiia Smirnova committed Nov 24, 2020
1 parent be58f5f commit 2bd32c4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +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.4.1.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 @@ -41,7 +41,7 @@ Add the Maven dependency:
<dependency>
<groupId>com.aerospike</groupId>
<artifactId>spring-data-aerospike</artifactId>
<version>2.4.0.RELEASE</version>
<version>2.4.1.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.4.0.RELEASE</version>
<version>2.4.1.RELEASE</version>
<name>Spring Data Aerospike</name>
<organization>
<name>Aerospike Inc.</name>
Expand Down
4 changes: 2 additions & 2 deletions 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.4.0.RELEASE</version>
<version>2.4.1.RELEASE</version>
</dependency>
</dependencies>
Expand All @@ -45,7 +45,7 @@ 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.4.1.RELEASE
|2.3.x

|2.3.5.RELEASE
Expand Down

0 comments on commit 2bd32c4

Please sign in to comment.