File tree 9 files changed +10
-10
lines changed
arangodb-spark-datasource-3.2
arangodb-spark-datasource-3.3
arangodb-spark-datasource-3.4
arangodb-spark-datasource-3.5
9 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >arangodb-spark-datasource</artifactId >
7
7
<groupId >com.arangodb</groupId >
8
- <version >1.7.0-SNAPSHOT </version >
8
+ <version >1.7.0</version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >arangodb-spark-datasource</artifactId >
7
7
<groupId >com.arangodb</groupId >
8
- <version >1.7.0-SNAPSHOT </version >
8
+ <version >1.7.0</version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >arangodb-spark-datasource</artifactId >
7
7
<groupId >com.arangodb</groupId >
8
- <version >1.7.0-SNAPSHOT </version >
8
+ <version >1.7.0</version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >arangodb-spark-datasource</artifactId >
7
7
<groupId >com.arangodb</groupId >
8
- <version >1.7.0-SNAPSHOT </version >
8
+ <version >1.7.0</version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >arangodb-spark-datasource</artifactId >
7
7
<groupId >com.arangodb</groupId >
8
- <version >1.7.0-SNAPSHOT </version >
8
+ <version >1.7.0</version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ For the python demo, you will also need
27
27
Set environment variables:
28
28
29
29
``` shell
30
- export ARANGO_SPARK_VERSION=1.7.0-SNAPSHOT
30
+ export ARANGO_SPARK_VERSION=1.7.0
31
31
```
32
32
33
33
Start ArangoDB cluster with docker:
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >com.arangodb</groupId >
8
8
<artifactId >demo</artifactId >
9
- <version >1.7.0-SNAPSHOT </version >
9
+ <version >1.7.0</version >
10
10
11
11
<properties >
12
12
<maven .compiler.source>1.8</maven .compiler.source>
88
88
<dependency >
89
89
<groupId >com.arangodb</groupId >
90
90
<artifactId >arangodb-spark-datasource-${spark.compat.version}_${scala.compat.version}</artifactId >
91
- <version >1.7.0-SNAPSHOT </version >
91
+ <version >1.7.0</version >
92
92
</dependency >
93
93
<dependency >
94
94
<groupId >org.apache.spark</groupId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >arangodb-spark-datasource</artifactId >
7
7
<groupId >com.arangodb</groupId >
8
- <version >1.7.0-SNAPSHOT </version >
8
+ <version >1.7.0</version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
Original file line number Diff line number Diff line change 5
5
<groupId >com.arangodb</groupId >
6
6
<artifactId >arangodb-spark-datasource</artifactId >
7
7
<packaging >pom</packaging >
8
- <version >1.7.0-SNAPSHOT </version >
8
+ <version >1.7.0</version >
9
9
10
10
<name >${project.artifactId} </name >
11
11
<description >ArangoDB Datasource for Apache Spark</description >
You can’t perform that action at this time.
0 commit comments