Skip to content

Commit

Permalink
Prepare version 0.7.0. (#117)
Browse files Browse the repository at this point in the history
1. Set version to 0.7.0.
2. Update README.
  • Loading branch information
roimenashe authored Apr 3, 2022
1 parent ae7a636 commit 24abc3c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ image:https://github.com/aerospike-community/spring-data-aerospike-starters/work
|===
|`spring-data-aerospike-starters` |`spring-data-aerospike` |`aerospike-client` |`aerospike-reactor-client`

|0.7.x
|3.4.x
|5.1.x
|5.1.x

|0.5.x, 0.6.x
|2.4.x
|4.4.x
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</modules>

<properties>
<revision>0.6.0</revision>
<revision>0.7.0</revision>
<java.version>1.8</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
Expand Down

0 comments on commit 24abc3c

Please sign in to comment.