Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

Commit

Permalink
prepare version 1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
BCaxelbecker committed May 25, 2019
1 parent ff908ae commit ff65a03
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a

## [Unreleased]

## [1.0.9] - 2019-05-24

### Changed
- update java driver version to 5.0.5


## [1.0.8] - 2018-11-23

### Added
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.arangodb</groupId>
<artifactId>arangodb-spark-connector_2.12</artifactId>
<version>1.0.9-SNAPSHOT</version>
<version>1.0.9</version>
<inceptionYear>2016</inceptionYear>
<packaging>jar</packaging>

Expand Down Expand Up @@ -245,7 +245,7 @@
<dependency>
<groupId>com.arangodb</groupId>
<artifactId>arangodb-java-driver</artifactId>
<version>5.0.4</version>
<version>5.0.5</version>
</dependency>
<dependency>
<groupId>com.arangodb</groupId>
Expand Down

0 comments on commit ff65a03

Please sign in to comment.