diff --git a/build.gradle b/build.gradle index efb605ca9..63db39d0a 100644 --- a/build.gradle +++ b/build.gradle @@ -81,11 +81,11 @@ pluginBundle { displayName = 'ml-gradle for MarkLogic' description = 'Gradle plugin for configuring and deploying applications to MarkLogic' tags = ['marklogic'] - version = "2.3.1" + version = "2.3.2" } } mavenCoordinates { - version = "2.3.1" + version = "2.3.2" } } diff --git a/examples/sample-project/build.gradle b/examples/sample-project/build.gradle index c7c03aac7..c89845216 100644 --- a/examples/sample-project/build.gradle +++ b/examples/sample-project/build.gradle @@ -39,7 +39,7 @@ buildscript { * that those blocks can override properties before ml-gradle initializes itself. */ plugins { - id "com.marklogic.ml-gradle" version "2.3.1" + id "com.marklogic.ml-gradle" version "2.3.2" // The following plugins are optional diff --git a/gradle.properties b/gradle.properties index b4c24b036..6dd3220d1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ group=com.marklogic -version=2.3.1 +version=2.3.2 mlAppDeployerDependency=com.marklogic:ml-app-deployer:2.3.0