Skip to content

Commit

Permalink
FMWK-231 Prepare release ver. 4.5.0 (#619)
Browse files Browse the repository at this point in the history
  • Loading branch information
agrgr authored Aug 23, 2023
1 parent bbb480f commit 4abb343
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
4 changes: 3 additions & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ Data Aerospike - Projections]
[width="100%",cols="<24%,<14%,<18%,<26%,<18%",options="header",]
|===
|Spring Data Aerospike |Spring Boot |Aerospike Client |Aerospike Reactor Client |Aerospike Server
|4.5.x |3.1.x |7.1.x |7.0.x |5.2.x.x +

|4.4.x |3.1.x |7.0.x |7.0.x |5.2.x.x +

|4.3.x |3.1.x |6.1.x |6.1.x |5.2.x.x +
Expand Down Expand Up @@ -96,7 +98,7 @@ Add the Maven dependency:
<dependency>
<groupId>com.aerospike</groupId>
<artifactId>spring-data-aerospike</artifactId>
<version>4.4.0</version>
<version>4.5.0</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>4.4.0</version>
<version>4.5.0</version>
<name>Spring Data Aerospike</name>
<organization>
<name>Aerospike Inc.</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/asciidoc/index.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= Spring Data Aerospike - Documentation
:doctype: book
:revnumber: 4.4.0
:revnumber: 4.5.0
:revdate: {localdate}
:toc:
:toc-placement!:
Expand Down
4 changes: 3 additions & 1 deletion src/main/asciidoc/reference/aerospike.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Then add the following to `pom.xml` dependencies section.
<dependency>
<groupId>com.aerospike</groupId>
<artifactId>spring-data-aerospike</artifactId>
<version>4.4.0</version>
<version>4.5.0</version>
</dependency>
</dependencies>
Expand All @@ -43,6 +43,8 @@ You can either set up Spring Boot or Spring application. Basic setup of Spring B
[width="100%",cols="<24%,<14%,<18%,<26%,<18%",options="header",]
|===
|Spring Data Aerospike |Spring Boot |Aerospike Client |Aerospike Reactor Client |Aerospike Server
|4.5.x |3.1.x |7.1.x |7.0.x |5.2.x.x +

|4.4.x |3.1.x |7.0.x |7.0.x |5.2.x.x +

|4.3.x |3.1.x |6.1.x |6.1.x |5.2.x.x +
Expand Down
4 changes: 2 additions & 2 deletions src/main/asciidoc/reference/getting-started.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ To use Spring Data Aerospike in your project, the first step is to add it to you
<dependency>
<groupId>com.aerospike</groupId>
<artifactId>spring-data-aerospike</artifactId>
<version>4.4.0</version>
<version>4.5.0</version>
</dependency>
----

For Gradle:

[source, text]
----
implementation group: 'com.aerospike', name: 'spring-data-aerospike', version: '4.4.0'
implementation group: 'com.aerospike', name: 'spring-data-aerospike', version: '4.5.0'
----

== Connecting to Aerospike DB
Expand Down

0 comments on commit 4abb343

Please sign in to comment.