Skip to content

Commit

Permalink
Prepare 3.5.0 (#449)
Browse files Browse the repository at this point in the history
* Bump lombok from 1.18.22 to 1.18.24.

* 1. Set version to 3.5.0.
2. Update compatibility table.
  • Loading branch information
roimenashe authored Oct 26, 2022
1 parent 71e5a61 commit 2c77684
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.x | 2.7.x | 6.1.x | 6.1.x | 5.2.x.x +
|3.4.x | 2.6.x | 5.1.x | 5.1.x | 5.2.x.x +
|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 +
Expand All @@ -54,7 +55,7 @@ Add the Maven dependency:
<dependency>
<groupId>com.aerospike</groupId>
<artifactId>spring-data-aerospike</artifactId>
<version>3.4.1</version>
<version>3.5.0</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions 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>3.4.1</version>
<version>3.5.0</version>
<name>Spring Data Aerospike</name>
<organization>
<name>Aerospike Inc.</name>
Expand All @@ -33,7 +33,7 @@
<aerospike-reactor>6.1.2</aerospike-reactor>
<embedded-aerospike>2.2.10</embedded-aerospike>
<awaitility>4.2.0</awaitility>
<lombok>1.18.22</lombok>
<lombok>1.18.24</lombok>
</properties>

<licenses>
Expand Down

0 comments on commit 2c77684

Please sign in to comment.