Skip to content

Commit

Permalink
Bumped to 3.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrudin committed Jun 4, 2019
1 parent 8b97e97 commit 802d6c5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ First, [install Gradle](https://gradle.org/install/).

Then, in an empty directory, create a file named "build.gradle" with your favorite text editor and enter the following:

plugins { id "com.marklogic.ml-gradle" version "3.14.0" }
plugins { id "com.marklogic.ml-gradle" version "3.15.0" }

Then run:

Expand Down
2 changes: 1 addition & 1 deletion examples/sample-project/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
jcenter()
}
dependencies {
classpath "com.marklogic:ml-gradle:3.14.0"
classpath "com.marklogic:ml-gradle:3.15.0"
}
}

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
group=com.marklogic
version=3.14.0
version=3.15.0
javadocsDir=../gh-pages-marklogic-java/javadocs

mlAppDeployerDependency=com.marklogic:ml-app-deployer:3.14.0
mlAppDeployerDependency=com.marklogic:ml-app-deployer:3.15.0
mlcpUtilDependency=com.marklogic:mlcp-util:0.9.0
mlDataMovementDependency=com.marklogic:marklogic-data-movement-components:1.2.0
mlUnitTestDependency=com.marklogic:marklogic-unit-test-client:1.0.beta
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ class NewProjectTask extends MarkLogicTask {

if (ant.mlPropertiesPlugin == "y") {
def text = 'plugins {' +
'\n id "net.saliman.properties" version "1.4.6"' +
'\n id "com.marklogic.ml-gradle" version "3.14.0"' +
'\n id "net.saliman.properties" version "1.5.1"' +
'\n id "com.marklogic.ml-gradle" version "3.15.0"' +
'\n}'
println "Updating build.gradle so that the Gradle properties plugin can be applied"
writeFile("build.gradle", text)
Expand Down

0 comments on commit 802d6c5

Please sign in to comment.