Skip to content

Commit

Permalink
v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rashtao committed May 31, 2023
1 parent d329e8d commit 5d4e26c
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 12 deletions.
6 changes: 5 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

- updated Java Driver to version `7.0`
## [1.5.0] - 2023-05-31

- support for Spark 3.4 (#45)
- support for Spark 3.3 (#44)
- updated Java Driver to version `7.0` (#35)

## [1.4.3] - 2023-03-28

Expand Down
2 changes: 1 addition & 1 deletion arangodb-spark-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>arangodb-spark-datasource</artifactId>
<groupId>com.arangodb</groupId>
<version>1.4.3</version>
<version>1.5.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion arangodb-spark-datasource-2.4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>arangodb-spark-datasource</artifactId>
<groupId>com.arangodb</groupId>
<version>1.4.3</version>
<version>1.5.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion arangodb-spark-datasource-3.1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>arangodb-spark-datasource</artifactId>
<groupId>com.arangodb</groupId>
<version>1.4.3</version>
<version>1.5.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion arangodb-spark-datasource-3.2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>arangodb-spark-datasource</artifactId>
<groupId>com.arangodb</groupId>
<version>1.4.3</version>
<version>1.5.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion arangodb-spark-datasource-3.3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>arangodb-spark-datasource</artifactId>
<groupId>com.arangodb</groupId>
<version>1.4.3</version>
<version>1.5.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion arangodb-spark-datasource-3.4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>arangodb-spark-datasource</artifactId>
<groupId>com.arangodb</groupId>
<version>1.4.3</version>
<version>1.5.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ For the python demo, you will also need
Set environment variables:

```shell
export ARANGO_SPARK_VERSION=1.4.3
export ARANGO_SPARK_VERSION=1.5.0
```

Start ArangoDB cluster with docker:
Expand Down
4 changes: 2 additions & 2 deletions demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.arangodb</groupId>
<artifactId>demo</artifactId>
<version>1.4.3</version>
<version>1.5.0</version>

<properties>
<maven.compiler.source>1.8</maven.compiler.source>
Expand Down Expand Up @@ -89,7 +89,7 @@
<dependency>
<groupId>com.arangodb</groupId>
<artifactId>arangodb-spark-datasource-${spark.compat.version}_${scala.compat.version}</artifactId>
<version>1.4.3</version>
<version>1.5.0</version>
</dependency>
<dependency>
<groupId>org.apache.spark</groupId>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>arangodb-spark-datasource</artifactId>
<groupId>com.arangodb</groupId>
<version>1.4.3</version>
<version>1.5.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion 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-datasource</artifactId>
<packaging>pom</packaging>
<version>1.4.3</version>
<version>1.5.0</version>

<name>${project.artifactId}</name>
<description>ArangoDB Datasource for Apache Spark</description>
Expand Down

0 comments on commit 5d4e26c

Please sign in to comment.