Skip to content

Commit 220a532

Browse files
committed
Bumped version to 2.0.0
1 parent 69c3b62 commit 220a532

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

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.0-SNAPSHOT'
11+
version '2.0.0'
1212

1313
java {
1414
sourceCompatibility = 1.8

examples/java-dependency/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@ plugins {
44

55
repositories {
66
mavenCentral()
7-
mavenLocal()
87
}
98

109
dependencies {
1110
implementation 'org.apache.spark:spark-sql_2.12:3.3.2'
12-
implementation 'com.marklogic:marklogic-spark-connector:2.0-SNAPSHOT'
11+
implementation 'com.marklogic:marklogic-spark-connector:2.0.0'
1312
}
1413

1514
task runApp(type: JavaExec) {

0 commit comments

Comments
 (0)