Skip to content

Commit

Permalink
Prepare version to 3.4.0. (#359)
Browse files Browse the repository at this point in the history
1. Set version to 3.4.0.
2. Update README.
3. Bump dependencies:
embedded-aerospike from 2.0.16 to 2.1.4.
awaitility from 4.1.1 to 4.2.0.
  • Loading branch information
roimenashe authored Mar 31, 2022
1 parent fe9bbae commit e379220
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 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.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 +
|3.0.x, 3.1.x | 2.5.x | 5.1.x | 5.0.x
Expand All @@ -53,7 +54,7 @@ Add the Maven dependency:
<dependency>
<groupId>com.aerospike</groupId>
<artifactId>spring-data-aerospike</artifactId>
<version>3.3.1</version>
<version>3.4.0</version>
</dependency>
```

Expand Down
6 changes: 3 additions & 3 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.3.1</version>
<version>3.4.0</version>
<name>Spring Data Aerospike</name>
<organization>
<name>Aerospike Inc.</name>
Expand All @@ -31,8 +31,8 @@
<maven.gpg.plugin>1.6</maven.gpg.plugin>
<aerospike>5.1.11</aerospike>
<aerospike-reactor>5.1.11</aerospike-reactor>
<embedded-aerospike>2.0.16</embedded-aerospike>
<awaitility>4.1.1</awaitility>
<embedded-aerospike>2.1.4</embedded-aerospike>
<awaitility>4.2.0</awaitility>
<blockhound>1.0.6.RELEASE</blockhound>
<lombok>1.18.22</lombok>
</properties>
Expand Down

0 comments on commit e379220

Please sign in to comment.