Skip to content

Commit df96079

Browse files
committed
Bumping to 2.8.0
1 parent 92c4e21 commit df96079

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-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.3"
90+
version = "2.8.0"
9191
}
9292
}
9393

9494
mavenCoordinates {
95-
version = "2.7.3"
95+
version = "2.8.0"
9696
}
9797
}
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# Set this to the version you used when running
22
# "gradle -Pversion=(something) publishToMavenLocal" on your local ml-gradle repo
3-
mlGradleVersion=DEV
3+
mlGradleVersion=2.8.0
44

55
mlHost=localhost
66
mlAppName=example
77
mlRestPort=8123
88
mlUsername=admin
99
mlPassword=admin
10+
11+

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group=com.marklogic
2-
version=2.7.3
3-
mlAppDeployerDependency=com.marklogic:ml-app-deployer:2.7.0
2+
version=2.8.0
3+
mlAppDeployerDependency=com.marklogic:ml-app-deployer:2.8.0
44
mlcpUtilDependency=com.marklogic:mlcp-util:0.3.0
55

0 commit comments

Comments
 (0)