From 22b8e29a4312626c72acb716a01c240c0c460cb4 Mon Sep 17 00:00:00 2001 From: Rob Rudin Date: Sun, 21 Aug 2016 08:08:03 -0400 Subject: [PATCH] Updating to version 2.3.3 --- README.md | 2 +- examples/alert-project/build.gradle | 2 +- examples/corb2-project/build.gradle | 2 +- examples/cpf-project/build.gradle | 2 +- examples/custom-forests-and-replicas-project/build.gradle | 2 +- examples/disconnected-project/gradle.properties | 2 +- examples/failover-project/build.gradle | 2 +- examples/flexrep-project/build.gradle | 2 +- examples/flexrep-with-path-project/build.gradle | 2 +- examples/httpbuilder-project/build.gradle | 2 +- examples/local-testing-project/gradle.properties | 2 +- examples/mimetypes-project/build.gradle | 2 +- examples/minimal-project/build.gradle | 2 +- examples/role-project/build.gradle | 2 +- examples/roxy-project/build.gradle | 2 +- examples/sample-project/build.gradle | 2 +- examples/schemas-project/build.gradle | 2 +- examples/shell-project/build.gradle | 2 +- examples/ssl-project/build.gradle | 2 +- examples/triggers-project/build.gradle | 2 +- examples/use-modulesdb-project/build.gradle | 2 +- 21 files changed, 21 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index a498607f2..6b3c9aeca 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ First, please note the [Wiki and FAQ](https://github.com/rjrudin/ml-gradle/wiki) To use ml-gradle right away, you'll need Gradle installed first. And of course you'll need Marklogic installed somewhere - it doesn't have to be the same computer as the one you're running Gradle on. Then create a directory for your project and add a build.gradle file and a gradle.properties file (a Gradle best practice is to put properties in this file so they can be easily overridden). Here's the simplest build.gradle file possible: plugins { - id "com.marklogic.ml-gradle" version "2.3.1" + id "com.marklogic.ml-gradle" version "2.3.3" } And here's a basic gradle.properties file (you can of course customize these properties as needed, particularly the port - make sure that it's open on the host you're deploying to; you can also omit all of these, and ml-gradle will assume some sensible defaults, but it's expected you'll want to customize these): diff --git a/examples/alert-project/build.gradle b/examples/alert-project/build.gradle index 78eae9dae..da6454d4b 100644 --- a/examples/alert-project/build.gradle +++ b/examples/alert-project/build.gradle @@ -1,7 +1,7 @@ plugins { id "java" id "eclipse" - id "com.marklogic.ml-gradle" version "2.3.0" + id "com.marklogic.ml-gradle" version "2.3.3" } /** diff --git a/examples/corb2-project/build.gradle b/examples/corb2-project/build.gradle index face44613..b532a33f6 100644 --- a/examples/corb2-project/build.gradle +++ b/examples/corb2-project/build.gradle @@ -23,7 +23,7 @@ buildscript { } plugins { - id "com.marklogic.ml-gradle" version "2.3.2" + id "com.marklogic.ml-gradle" version "2.3.3" } repositories { diff --git a/examples/cpf-project/build.gradle b/examples/cpf-project/build.gradle index 70ec1e48b..5f7ee53a2 100644 --- a/examples/cpf-project/build.gradle +++ b/examples/cpf-project/build.gradle @@ -1,7 +1,7 @@ plugins { id "java" id "eclipse" - id "com.marklogic.ml-gradle" version "2.3.0" + id "com.marklogic.ml-gradle" version "2.3.3" } repositories { diff --git a/examples/custom-forests-and-replicas-project/build.gradle b/examples/custom-forests-and-replicas-project/build.gradle index 073a37380..105bb8d11 100644 --- a/examples/custom-forests-and-replicas-project/build.gradle +++ b/examples/custom-forests-and-replicas-project/build.gradle @@ -1,3 +1,3 @@ plugins { - id "com.marklogic.ml-gradle" version "2.3.0" + id "com.marklogic.ml-gradle" version "2.3.3" } diff --git a/examples/disconnected-project/gradle.properties b/examples/disconnected-project/gradle.properties index 06e539c95..de8d6339b 100644 --- a/examples/disconnected-project/gradle.properties +++ b/examples/disconnected-project/gradle.properties @@ -1,4 +1,4 @@ -mlGradleDependency=com.marklogic:ml-gradle:2.3.0 +mlGradleDependency=com.marklogic:ml-gradle:2.3.3 mlHost=localhost mlAppName=disconnected-example diff --git a/examples/failover-project/build.gradle b/examples/failover-project/build.gradle index 073a37380..105bb8d11 100644 --- a/examples/failover-project/build.gradle +++ b/examples/failover-project/build.gradle @@ -1,3 +1,3 @@ plugins { - id "com.marklogic.ml-gradle" version "2.3.0" + id "com.marklogic.ml-gradle" version "2.3.3" } diff --git a/examples/flexrep-project/build.gradle b/examples/flexrep-project/build.gradle index 0a638ed8e..d49322a67 100644 --- a/examples/flexrep-project/build.gradle +++ b/examples/flexrep-project/build.gradle @@ -11,7 +11,7 @@ */ plugins { - id "com.marklogic.ml-gradle" version "2.3.0" + id "com.marklogic.ml-gradle" version "2.3.3" } ext { diff --git a/examples/flexrep-with-path-project/build.gradle b/examples/flexrep-with-path-project/build.gradle index 65303790c..9abcf7771 100644 --- a/examples/flexrep-with-path-project/build.gradle +++ b/examples/flexrep-with-path-project/build.gradle @@ -4,7 +4,7 @@ buildscript { mavenLocal() } dependencies { - classpath "com.marklogic:ml-gradle:2.3.0" + classpath "com.marklogic:ml-gradle:2.3.3" } } diff --git a/examples/httpbuilder-project/build.gradle b/examples/httpbuilder-project/build.gradle index c76449820..625639b5f 100644 --- a/examples/httpbuilder-project/build.gradle +++ b/examples/httpbuilder-project/build.gradle @@ -5,7 +5,7 @@ buildscript { } plugins { - id "com.marklogic.ml-gradle" version "2.3.0" + id "com.marklogic.ml-gradle" version "2.3.3" } /* diff --git a/examples/local-testing-project/gradle.properties b/examples/local-testing-project/gradle.properties index 0d9bd932f..6bdb10f8d 100644 --- a/examples/local-testing-project/gradle.properties +++ b/examples/local-testing-project/gradle.properties @@ -1,6 +1,6 @@ # Set this to the version you used when running # "gradle -Pversion=(something) publishToMavenLocal" on your local ml-gradle repo -mlGradleVersion=2.3.0 +mlGradleVersion=2.3.3 mlHost=localhost mlAppName=example diff --git a/examples/mimetypes-project/build.gradle b/examples/mimetypes-project/build.gradle index 95e93b1e3..77ba6ef29 100644 --- a/examples/mimetypes-project/build.gradle +++ b/examples/mimetypes-project/build.gradle @@ -1,3 +1,3 @@ plugins { - id "com.marklogic.ml-gradle" version "2.3.0" + id "com.marklogic.ml-gradle" version "2.3.3" } diff --git a/examples/minimal-project/build.gradle b/examples/minimal-project/build.gradle index 3244207e3..b06a8d386 100644 --- a/examples/minimal-project/build.gradle +++ b/examples/minimal-project/build.gradle @@ -7,5 +7,5 @@ */ plugins { - id "com.marklogic.ml-gradle" version "2.3.0" + id "com.marklogic.ml-gradle" version "2.3.3" } diff --git a/examples/role-project/build.gradle b/examples/role-project/build.gradle index 073a37380..105bb8d11 100644 --- a/examples/role-project/build.gradle +++ b/examples/role-project/build.gradle @@ -1,3 +1,3 @@ plugins { - id "com.marklogic.ml-gradle" version "2.3.0" + id "com.marklogic.ml-gradle" version "2.3.3" } diff --git a/examples/roxy-project/build.gradle b/examples/roxy-project/build.gradle index 779a72185..71f2531ce 100644 --- a/examples/roxy-project/build.gradle +++ b/examples/roxy-project/build.gradle @@ -1,5 +1,5 @@ plugins { - id "com.marklogic.ml-gradle" version "2.3.0" + id "com.marklogic.ml-gradle" version "2.3.3" } /** diff --git a/examples/sample-project/build.gradle b/examples/sample-project/build.gradle index 62f925d5d..e92010852 100644 --- a/examples/sample-project/build.gradle +++ b/examples/sample-project/build.gradle @@ -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.2" + id "com.marklogic.ml-gradle" version "2.3.3" // The following plugins are optional diff --git a/examples/schemas-project/build.gradle b/examples/schemas-project/build.gradle index 65303790c..9abcf7771 100644 --- a/examples/schemas-project/build.gradle +++ b/examples/schemas-project/build.gradle @@ -4,7 +4,7 @@ buildscript { mavenLocal() } dependencies { - classpath "com.marklogic:ml-gradle:2.3.0" + classpath "com.marklogic:ml-gradle:2.3.3" } } diff --git a/examples/shell-project/build.gradle b/examples/shell-project/build.gradle index 035fd813a..dc2d5d7d3 100644 --- a/examples/shell-project/build.gradle +++ b/examples/shell-project/build.gradle @@ -2,7 +2,7 @@ plugins { id "java" id "eclipse" id "com.github.tkruse.groovysh" version "1.0.8" - id "com.marklogic.ml-gradle" version "2.3.0" + id "com.marklogic.ml-gradle" version "2.3.3" } repositories { diff --git a/examples/ssl-project/build.gradle b/examples/ssl-project/build.gradle index b9ea027dd..efb64ccec 100644 --- a/examples/ssl-project/build.gradle +++ b/examples/ssl-project/build.gradle @@ -1,5 +1,5 @@ plugins { - id "com.marklogic.ml-gradle" version "2.3.0" + id "com.marklogic.ml-gradle" version "2.3.3" } /* diff --git a/examples/triggers-project/build.gradle b/examples/triggers-project/build.gradle index a5301c3a9..fba88c34b 100644 --- a/examples/triggers-project/build.gradle +++ b/examples/triggers-project/build.gradle @@ -1,5 +1,5 @@ plugins { - id "com.marklogic.ml-gradle" version "2.3.0" + id "com.marklogic.ml-gradle" version "2.3.3" } /** diff --git a/examples/use-modulesdb-project/build.gradle b/examples/use-modulesdb-project/build.gradle index 5b3120366..266c5ac6c 100644 --- a/examples/use-modulesdb-project/build.gradle +++ b/examples/use-modulesdb-project/build.gradle @@ -1,5 +1,5 @@ plugins { - id "com.marklogic.ml-gradle" version "2.3.0" + id "com.marklogic.ml-gradle" version "2.3.3" } ext {