Skip to content

Commit

Permalink
FMWK-223 Update dependencies and version number (#615)
Browse files Browse the repository at this point in the history
  • Loading branch information
agrgr authored Aug 13, 2023
1 parent f5eaebd commit 6b1e43c
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 31 deletions.
20 changes: 10 additions & 10 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -56,23 +56,23 @@ 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.3.x |3.1.x |6.1.x |6.1.x |5.2.x.x +
|4.3.x, 4.4.x |3.1.x |6.1.x |6.1.x |5.2.x.x +

|4.2.x |3.0.x |6.1.x |6.1.x |5.2.x.x +
|4.2.x |3.0.x |6.1.x |6.1.x |5.2.x.x +

|4.1.x |3.0.x |6.1.x |6.1.x |5.2.x.x +
|4.1.x |3.0.x |6.1.x |6.1.x |5.2.x.x +

|3.5.x |2.7.x |6.1.x |6.1.x |5.2.x.x +
|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.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.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.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 |
|3.0.x, 3.1.x |2.5.x |5.1.x |5.0.x |

|2.5.x |2.5.x |4.4.x |4.4.x |
|2.5.x |2.5.x |4.4.x |4.4.x |

|2.4.2.RELEASE |2.3.x |4.4.x |4.4.x |

Expand All @@ -94,7 +94,7 @@ Add the Maven dependency:
<dependency>
<groupId>com.aerospike</groupId>
<artifactId>spring-data-aerospike</artifactId>
<version>4.3.0</version>
<version>4.4.0</version>
</dependency>
----

Expand Down
14 changes: 7 additions & 7 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>4.3.0</version>
<version>4.4.0</version>
<name>Spring Data Aerospike</name>
<organization>
<name>Aerospike Inc.</name>
Expand All @@ -16,29 +16,29 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>3.1.1</version>
<version>3.1.2</version>
</parent>

<properties>
<java.version>17</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<springdata.commons>3.1.1</springdata.commons>
<springdata.keyvalue>3.1.1</springdata.keyvalue>
<springdata.commons>3.1.2</springdata.commons>
<springdata.keyvalue>3.1.2</springdata.keyvalue>
<spring-cloud-starter-bootstrap>4.0.3</spring-cloud-starter-bootstrap>
<spring-boot-starter-test>3.1.0</spring-boot-starter-test>
<maven.javadoc.plugin>3.3.0</maven.javadoc.plugin>
<maven.gpg.plugin>1.6</maven.gpg.plugin>
<aerospike-client>7.0.0</aerospike-client>
<aerospike-reactor-client>6.1.2</aerospike-reactor-client>
<aerospike-reactor-client>7.0.0</aerospike-reactor-client>
<reactor-test>3.5.7</reactor-test>
<embedded-aerospike>2.3.2</embedded-aerospike>
<jodatime>2.12.5</jodatime>
<lombok>1.18.28</lombok>
<awaitility>4.2.0</awaitility>
<logback.test>1.4.6</logback.test>
<hibernate.validator>8.0.0.Final</hibernate.validator>
<logback.test>1.4.11</logback.test>
<hibernate.validator>8.0.1.Final</hibernate.validator>
</properties>

<licenses>
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.3.0
:revnumber: 4.4.0
:revdate: {localdate}
:toc:
:toc-placement!:
Expand Down
20 changes: 10 additions & 10 deletions 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.3.0</version>
<version>4.4.0</version>
</dependency>
</dependencies>
Expand All @@ -43,23 +43,23 @@ 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.3.x |3.1.x |6.1.x |6.1.x |5.2.x.x +
|4.3.x, 4.4.x |3.1.x |6.1.x |6.1.x |5.2.x.x +

|4.2.x |3.0.x |6.1.x |6.1.x |5.2.x.x +
|4.2.x |3.0.x |6.1.x |6.1.x |5.2.x.x +

|4.1.x |3.0.x |6.1.x |6.1.x |5.2.x.x +
|4.1.x |3.0.x |6.1.x |6.1.x |5.2.x.x +

|3.5.x |2.7.x |6.1.x |6.1.x |5.2.x.x +
|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.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.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.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 |
|3.0.x, 3.1.x |2.5.x |5.1.x |5.0.x |

|2.5.x |2.5.x |4.4.x |4.4.x |
|2.5.x |2.5.x |4.4.x |4.4.x |

|2.4.2.RELEASE |2.3.x |4.4.x |4.4.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.3.0</version>
<version>4.4.0</version>
</dependency>
----

For Gradle:

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

== Connecting to Aerospike DB
Expand Down
2 changes: 1 addition & 1 deletion src/main/asciidoc/reference/indexed-annotation.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[[indexed-annotation]]
= Indexed Annotation

The `@Indexed` annotation allows to create secondary index on a specific field of a Java object.
The `@Indexed` annotation allows to create secondary index based on a specific field of a Java object.
For the details on secondary indexes in Aerospike see <<secondary-indexes, Secondary Indexes>>.

The annotation allows to specify the following parameters:
Expand Down

0 comments on commit 6b1e43c

Please sign in to comment.