Skip to content

Commit 4315647

Browse files
committed
Bumped to 3.10.0
1 parent f70e38e commit 4315647

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ First, [install Gradle](https://gradle.org/install/).
2424

2525
Then, in an empty directory, create a file named "build.gradle" with your favorite text editor and enter the following:
2626

27-
plugins { id "com.marklogic.ml-gradle" version "3.9.0" }
27+
plugins { id "com.marklogic.ml-gradle" version "3.10.0" }
2828

2929
Then run:
3030

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
group=com.marklogic
2-
version=3.10.dev
2+
version=3.10.0
33
javadocsDir=../gh-pages-marklogic-java/javadocs
44

5-
mlAppDeployerDependency=com.marklogic:ml-app-deployer:3.10.dev
5+
mlAppDeployerDependency=com.marklogic:ml-app-deployer:3.10.0
66
mlcpUtilDependency=com.marklogic:mlcp-util:0.9.0
77
mlDataMovementDependency=com.marklogic:marklogic-data-movement-components:1.1
88
mlUnitTestDependency=com.marklogic:marklogic-unit-test-client:0.12.0

0 commit comments

Comments
 (0)