Skip to content

Commit

Permalink
Bumped version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrudin committed Jun 14, 2023
1 parent 69c3b62 commit 220a532
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group 'com.marklogic'
version '2.0-SNAPSHOT'
version '2.0.0'

java {
sourceCompatibility = 1.8
Expand Down
3 changes: 1 addition & 2 deletions examples/java-dependency/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@ plugins {

repositories {
mavenCentral()
mavenLocal()
}

dependencies {
implementation 'org.apache.spark:spark-sql_2.12:3.3.2'
implementation 'com.marklogic:marklogic-spark-connector:2.0-SNAPSHOT'
implementation 'com.marklogic:marklogic-spark-connector:2.0.0'
}

task runApp(type: JavaExec) {
Expand Down

0 comments on commit 220a532

Please sign in to comment.