Skip to content

Commit c86ac17

Browse files
committed
Bumped to 2.1.0
1 parent c830457 commit c86ac17

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ This will produce a single jar file for the connector in the `./build/libs` dire
8989

9090
You can then launch PySpark with the connector available via:
9191

92-
pyspark --jars build/libs/marklogic-spark-connector-2.1-SNAPSHOT.jar
92+
pyspark --jars build/libs/marklogic-spark-connector-2.1.0.jar
9393

9494
The below command is an example of loading data from the test application deployed via the instructions at the top of
9595
this page.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
}
99

1010
group 'com.marklogic'
11-
version '2.1-SNAPSHOT'
11+
version '2.1.0'
1212

1313
java {
1414
sourceCompatibility = 1.8

0 commit comments

Comments
 (0)