Skip to content

Commit 1a3bd4a

Browse files
author
Rob Rudin
committed
Bumping up to 2.7.2
1 parent cce0b40 commit 1a3bd4a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,11 @@ pluginBundle {
8787
displayName = 'ml-gradle for MarkLogic'
8888
description = 'Gradle plugin for configuring and deploying applications to MarkLogic'
8989
tags = ['marklogic']
90-
version = "2.7.1"
90+
version = "2.7.2"
9191
}
9292
}
9393

9494
mavenCoordinates {
95-
version = "2.7.1"
95+
version = "2.7.2"
9696
}
9797
}

examples/minimal-project/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
*/
88

99
plugins {
10-
id "com.marklogic.ml-gradle" version "2.7.1"
10+
id "com.marklogic.ml-gradle" version "2.7.2"
1111
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group=com.marklogic
2-
version=2.7.1
2+
version=2.7.2
33
mlAppDeployerDependency=com.marklogic:ml-app-deployer:2.7.0
44
mlcpUtilDependency=com.marklogic:mlcp-util:0.3.0
55

src/main/groovy/com/marklogic/gradle/task/NewProjectTask.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class NewProjectTask extends MarkLogicTask {
4242
if (ant.mlPropertiesPlugin == "y") {
4343
def text = 'plugins {' +
4444
'\n id "net.saliman.properties" version "1.4.6"' +
45-
'\n id "com.marklogic.ml-gradle" version "2.7.1"' +
45+
'\n id "com.marklogic.ml-gradle" version "2.7.2"' +
4646
'\n}'
4747
println "Updating build.gradle so that the Gradle properties plugin can be applied"
4848
writeFile("build.gradle", text)

0 commit comments

Comments
 (0)