Skip to content

Commit

Permalink
Updating to 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrudin committed Aug 14, 2016
1 parent a77e37b commit 72a5e3e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion examples/sample-project/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
group=com.marklogic
version=2.3.1
version=2.3.2
mlAppDeployerDependency=com.marklogic:ml-app-deployer:2.3.0

0 comments on commit 72a5e3e

Please sign in to comment.