Skip to content

Commit

Permalink
Version 2.4.2.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
Anastasiia Smirnova committed Jan 6, 2021
1 parent a5e16b9 commit fdf7bc5
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 @@ -17,7 +17,7 @@ Demo project with detailed guides is located [here](https://github.com/aerospike

|`spring-data-aerospike` Version | Spring Boot Version
| :----------- | :----: |
|2.4.1.RELEASE | 2.3.x
|2.4.2.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 All @@ -32,7 +32,7 @@ Add the Maven dependency:
<dependency>
<groupId>com.aerospike</groupId>
<artifactId>spring-data-aerospike</artifactId>
<version>2.4.1.RELEASE</version>
<version>2.4.2.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.1.RELEASE</version>
<version>2.4.2.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.1.RELEASE</version>
<version>2.4.2.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.1.RELEASE
|2.4.2.RELEASE
|2.3.x

|2.3.5.RELEASE
Expand Down

0 comments on commit fdf7bc5

Please sign in to comment.