Skip to content

Commit

Permalink
updating ml-gradle version (#631)
Browse files Browse the repository at this point in the history
  • Loading branch information
paxtonhare committed Dec 20, 2017
1 parent 8abf032 commit a2c7196
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/performance-sample/build.gradle
Expand Up @@ -21,7 +21,7 @@ configurations {
}

dependencies {
mlcp "com.marklogic:mlcp:9.0.2"
mlcp "com.marklogic:mlcp:9.0.3"
mlcp files("lib")
data "export:cities5000:*@zip"
}
Expand Down
4 changes: 2 additions & 2 deletions marklogic-data-hub/build.gradle
Expand Up @@ -3,7 +3,7 @@ plugins {
id 'java'
id 'maven-publish'
id 'com.jfrog.bintray' version '1.7.2'
id 'com.marklogic.ml-gradle' version '3.1.0'
id 'com.marklogic.ml-gradle' version '3.2.1'
id 'com.moowork.node' version '1.1.1'
}

Expand All @@ -26,7 +26,7 @@ ext.junitJupiterVersion = '5.0.0-RC3'
dependencies {
compile 'com.marklogic:marklogic-client-api:4.0.2'
compile 'com.marklogic:mlcp-util:0.3.0'
compile 'com.marklogic:ml-app-deployer:3.1.0'
compile 'com.marklogic:ml-app-deployer:3.2.0'
compile 'commons-io:commons-io:2.4'
compile 'org.apache.commons:commons-text:1.1'

Expand Down
2 changes: 1 addition & 1 deletion ml-data-hub-plugin/build.gradle
Expand Up @@ -30,7 +30,7 @@ repositories {
dependencies {
compile gradleApi()
compile project(':marklogic-data-hub')
compile ('com.marklogic:ml-gradle:3.1.0')
compile ('com.marklogic:ml-gradle:3.2.1')
testCompile localGroovy()
testCompile gradleTestKit()
testCompile 'xmlunit:xmlunit:1.3'
Expand Down

0 comments on commit a2c7196

Please sign in to comment.