Skip to content

Commit

Permalink
v4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rashtao committed Dec 12, 2024
1 parent 72ec7c6 commit a47c507
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a

## [Unreleased]

## [4.5.0] - 2024-12-12

- added support to Spring Data `3.4`
- updated Java Driver to version `7.15.0`
- updated Jackson Dataformat Velocypack to version `4.5.0`
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>com.arangodb</groupId>
<artifactId>arangodb-spring-data-integration-tests</artifactId>
<version>4.5.0-SNAPSHOT</version>
<version>4.5.0</version>

<name>arangodb-spring-data-integration-tests</name>
<description>ArangoDB Spring Data Integration Tests</description>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.arangodb</groupId>
<artifactId>arangodb-spring-data</artifactId>
<version>4.5.0-SNAPSHOT</version>
<version>4.5.0</version>
<inceptionYear>2017</inceptionYear>
<packaging>jar</packaging>

Expand Down
2 changes: 1 addition & 1 deletion tutorial/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ We have to create a Maven `pom.xml`:
<dependency>
<groupId>com.arangodb</groupId>
<artifactId>arangodb-spring-data</artifactId>
<version>4.5.0-SNAPSHOT</version>
<version>4.5.0</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion tutorial/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<dependency>
<groupId>com.arangodb</groupId>
<artifactId>arangodb-spring-data</artifactId>
<version>4.5.0-SNAPSHOT</version>
<version>4.5.0</version>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
Expand Down

0 comments on commit a47c507

Please sign in to comment.