Skip to content

Commit 72a5e3e

Browse files
committed
Updating to 2.3.2
1 parent a77e37b commit 72a5e3e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,11 @@ pluginBundle {
8181
displayName = 'ml-gradle for MarkLogic'
8282
description = 'Gradle plugin for configuring and deploying applications to MarkLogic'
8383
tags = ['marklogic']
84-
version = "2.3.1"
84+
version = "2.3.2"
8585
}
8686
}
8787

8888
mavenCoordinates {
89-
version = "2.3.1"
89+
version = "2.3.2"
9090
}
9191
}

examples/sample-project/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ buildscript {
3939
* that those blocks can override properties before ml-gradle initializes itself.
4040
*/
4141
plugins {
42-
id "com.marklogic.ml-gradle" version "2.3.1"
42+
id "com.marklogic.ml-gradle" version "2.3.2"
4343

4444
// The following plugins are optional
4545

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
group=com.marklogic
2-
version=2.3.1
2+
version=2.3.2
33
mlAppDeployerDependency=com.marklogic:ml-app-deployer:2.3.0
44

0 commit comments

Comments
 (0)