Skip to content

Commit

Permalink
Prepare release 3.0.1 (#264)
Browse files Browse the repository at this point in the history
* Bump dependencies versions:
spring-data-parent from 2.5.2 to 2.5.3.
aerospike-client from 5.1.5 to 5.1.6.
springdata-commons from 2.5.2 to 2.5.3.
springdata-keyvalue from 2.5.2 to 2.5.3.
spring-boot-starter-test from 2.5.2 to 2.5.3.

* Prepare for releasing Spring Data Aerospike version 3.0.1.
  • Loading branch information
roimenashe authored Aug 4, 2021
1 parent 0e924a8 commit 6bc25fb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The Spring Data Aerospike project aims to provide a familiar and consistent Spri

|`spring-data-aerospike` Version | Spring Boot Version | Aerospike Client | Aerospike Reactor Client
| :----------- | :----: | :----------- | :-----------
|3.0.0 | 2.5.X | 5.1.x | 5.0.x
|3.0.0, 3.0.1 | 2.5.X | 5.1.x | 5.0.x
|2.5.0 | 2.5.X | 4.4.x | 4.4.x
|2.4.2.RELEASE | 2.3.x | 4.4.x | 4.4.x
|2.3.5.RELEASE | 2.2.x | 4.4.x | 4.4.x
Expand All @@ -43,7 +43,7 @@ Add the Maven dependency:
<dependency>
<groupId>com.aerospike</groupId>
<artifactId>spring-data-aerospike</artifactId>
<version>3.0.0</version>
<version>3.0.1</version>
</dependency>
```

Expand Down
16 changes: 6 additions & 10 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.0.0</version>
<version>3.0.1</version>
<name>Spring Data Aerospike</name>
<organization>
<name>Aerospike Inc.</name>
Expand All @@ -16,16 +16,16 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>2.5.2</version>
<version>2.5.3</version>
</parent>

<properties>
<source.level>1.8</source.level>
<aerospike>5.1.5</aerospike>
<aerospike>5.1.6</aerospike>
<aerospike-reactor>5.0.7</aerospike-reactor>

<springdata.commons>2.5.2</springdata.commons>
<springdata.keyvalue>2.5.2</springdata.keyvalue>
<springdata.commons>2.5.3</springdata.commons>
<springdata.keyvalue>2.5.3</springdata.keyvalue>
<dist.key>DATAAERO</dist.key>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

Expand All @@ -38,7 +38,7 @@
<maven.gpg.plugin.version>1.6</maven.gpg.plugin.version>
<maven-surefire-plugin.version>3.0.0-M5</maven-surefire-plugin.version>

<spring-boot-starter-test.version>2.5.2</spring-boot-starter-test.version>
<spring-boot-starter-test.version>2.5.3</spring-boot-starter-test.version>
<spring-cloud-starter-bootstrap.version>3.0.3</spring-cloud-starter-bootstrap.version>
<embedded-aerospike.version>2.0.10</embedded-aerospike.version>
<awaitility.version>4.1.0</awaitility.version>
Expand Down Expand Up @@ -154,7 +154,6 @@
</distributionManagement>

<dependencyManagement>

<dependencies>
<dependency>
<groupId>org.springframework.data</groupId>
Expand Down Expand Up @@ -190,7 +189,6 @@
</dependencyManagement>

<dependencies>

<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-commons</artifactId>
Expand Down Expand Up @@ -277,7 +275,6 @@
<version>${blockhound.version}</version>
<scope>test</scope>
</dependency>

</dependencies>

<build>
Expand Down Expand Up @@ -354,7 +351,6 @@
<configuration combine.self="override"/>
</plugin>
</plugins>

</build>

<repositories>
Expand Down

0 comments on commit 6bc25fb

Please sign in to comment.