Skip to content

Commit

Permalink
Bumped to 3.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrudin committed Jul 9, 2018
1 parent 38c5edb commit cbe5c84
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ First, [install Gradle](https://gradle.org/install/).

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

plugins { id "com.marklogic.ml-gradle" version "3.6.1" }
plugins { id "com.marklogic.ml-gradle" version "3.8.1" }

Then run:

Expand Down
2 changes: 1 addition & 1 deletion examples/local-testing-project/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Set this to the version you used when running
# "gradle -Pversion=(something) publishToMavenLocal" on your local ml-gradle repo
mlGradleVersion=3.7.0-rc1
mlGradleVersion=3.8.1

mlHost=localhost
mlAppName=example
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
group=com.marklogic
version=3.8.0
version=3.8.1
javadocsDir=../gh-pages-marklogic-java/javadocs

mlAppDeployerDependency=com.marklogic:ml-app-deployer:3.8.0
mlAppDeployerDependency=com.marklogic:ml-app-deployer:3.8.1
mlcpUtilDependency=com.marklogic:mlcp-util:0.9.0
mlDataMovementDependency=com.marklogic:marklogic-data-movement-components:1.0
mlUnitTestDependency=com.marklogic:ml-unit-test-client:0.11.1

0 comments on commit cbe5c84

Please sign in to comment.