diff --git a/README.md b/README.md index 6a79d0941..92bb1f0bc 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ ml-gradle 4.3.0 is the first version that can run on Gradle 7. 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 "4.3.7" } + plugins { id "com.marklogic.ml-gradle" version "4.4.0" } Then run: diff --git a/build.gradle b/build.gradle index 84761e3b1..f851e15b9 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,7 @@ plugins { } group = "com.marklogic" -version = "4.4-SNAPSHOT" +version = "4.4.0" java { sourceCompatibility = 1.8 @@ -27,9 +27,9 @@ repositories { dependencies { implementation gradleApi() implementation localGroovy() - api "com.marklogic:ml-app-deployer:4.4-SNAPSHOT" + api "com.marklogic:ml-app-deployer:4.4.0" implementation "com.marklogic:mlcp-util:1.0.1" - implementation "com.marklogic:marklogic-data-movement-components:2.4.1" + implementation "com.marklogic:marklogic-data-movement-components:2.5.0" implementation "commons-io:commons-io:2.11.0" compileOnly "com.marklogic:marklogic-unit-test-client:1.2.1" diff --git a/examples/alert-project/build.gradle b/examples/alert-project/build.gradle index 5e059bec2..27b2020a7 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 "4.3.7" + id "com.marklogic.ml-gradle" version "4.4.0" } repositories { diff --git a/examples/cpf-project/build.gradle b/examples/cpf-project/build.gradle index a1138496a..b2a0e5960 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 "4.3.7" + id "com.marklogic.ml-gradle" version "4.4.0" } repositories { diff --git a/examples/data-services/build.gradle b/examples/data-services/build.gradle index 16def1656..8b95ac950 100644 --- a/examples/data-services/build.gradle +++ b/examples/data-services/build.gradle @@ -1,7 +1,7 @@ plugins { id "java" id "net.saliman.properties" version "1.5.1" - id "com.marklogic.ml-gradle" version "4.3.7" + id "com.marklogic.ml-gradle" version "4.4.0" id 'com.marklogic.ml-development-tools' version '5.5.0' } diff --git a/examples/disconnected-project-using-plugins-and-gradlew/build.gradle b/examples/disconnected-project-using-plugins-and-gradlew/build.gradle index 09d14532f..301580e74 100644 --- a/examples/disconnected-project-using-plugins-and-gradlew/build.gradle +++ b/examples/disconnected-project-using-plugins-and-gradlew/build.gradle @@ -15,7 +15,7 @@ buildscript { plugins { id 'java' //optional - delete if not needed id 'net.saliman.properties' version '1.5.1' - id 'com.marklogic.ml-gradle' version '4.3.7' + id 'com.marklogic.ml-gradle' version '4.4.0' } repositories { diff --git a/examples/local-testing-project/gradle.properties b/examples/local-testing-project/gradle.properties index b94cbf3a1..226a82239 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=4.4-SNAPSHOT +mlGradleVersion=4.4.0 mlHost=localhost mlAppName=example diff --git a/examples/mlcp-project/build.gradle b/examples/mlcp-project/build.gradle index f2ed1ab5c..35ec69bcb 100644 --- a/examples/mlcp-project/build.gradle +++ b/examples/mlcp-project/build.gradle @@ -10,7 +10,7 @@ buildscript { mavenCentral() } dependencies { - classpath "com.marklogic:ml-gradle:4.3.7" + classpath "com.marklogic:ml-gradle:4.4.0" } } diff --git a/examples/redaction-ruleset-project/build.gradle b/examples/redaction-ruleset-project/build.gradle index 7159734a3..36545aebe 100644 --- a/examples/redaction-ruleset-project/build.gradle +++ b/examples/redaction-ruleset-project/build.gradle @@ -1,5 +1,5 @@ plugins { - id "com.marklogic.ml-gradle" version "4.3.7" + id "com.marklogic.ml-gradle" version "4.4.0" } repositories { diff --git a/examples/roxy-project/build.gradle b/examples/roxy-project/build.gradle index c858a7079..37406a205 100644 --- a/examples/roxy-project/build.gradle +++ b/examples/roxy-project/build.gradle @@ -4,7 +4,7 @@ buildscript { mavenLocal() } dependencies { - classpath "com.marklogic:ml-gradle:4.3.7" + classpath "com.marklogic:ml-gradle:4.4.0" } } diff --git a/examples/sample-project/build.gradle b/examples/sample-project/build.gradle index 21f172186..f3f40e8f8 100644 --- a/examples/sample-project/build.gradle +++ b/examples/sample-project/build.gradle @@ -8,7 +8,7 @@ buildscript { mavenCentral() } dependencies { - classpath "com.marklogic:ml-gradle:4.3.7" + classpath "com.marklogic:ml-gradle:4.4.0" } } diff --git a/examples/schemas-project/build.gradle b/examples/schemas-project/build.gradle index db2b9d9b4..203edd7d1 100644 --- a/examples/schemas-project/build.gradle +++ b/examples/schemas-project/build.gradle @@ -1,3 +1,3 @@ plugins { - id "com.marklogic.ml-gradle" version "4.3.7" + id "com.marklogic.ml-gradle" version "4.4.0" } diff --git a/examples/ssl-project/build.gradle b/examples/ssl-project/build.gradle index 2b7a7fa7e..26adbe48a 100644 --- a/examples/ssl-project/build.gradle +++ b/examples/ssl-project/build.gradle @@ -1,6 +1,6 @@ plugins { id "net.saliman.properties" version "1.5.1" - id "com.marklogic.ml-gradle" version "4.3.7" + id "com.marklogic.ml-gradle" version "4.4.0" } /* diff --git a/examples/triggers-project/build.gradle b/examples/triggers-project/build.gradle index 291ed2923..2a53c3622 100644 --- a/examples/triggers-project/build.gradle +++ b/examples/triggers-project/build.gradle @@ -4,7 +4,7 @@ buildscript { mavenLocal() } dependencies { - classpath "com.marklogic:ml-gradle:4.3.7" + classpath "com.marklogic:ml-gradle:4.4.0" } } diff --git a/examples/unit-test-project/gradle.properties b/examples/unit-test-project/gradle.properties index 6c51932ae..2f44f3f15 100644 --- a/examples/unit-test-project/gradle.properties +++ b/examples/unit-test-project/gradle.properties @@ -1,4 +1,4 @@ -mlGradleVersion=4.3.7 +mlGradleVersion=4.4.0 marklogicUnitTestVersion=1.1.0 mlHost=localhost diff --git a/pom.xml b/pom.xml index d6a8f33ea..cb96ff0c6 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ It is not intended to be used to build this project. 4.0.0 com.marklogic ml-gradle - 4.3.7 + 4.4.0 com.marklogic:ml-gradle Gradle plugin for automating everything involving MarkLogic https://github.com/marklogic-community/ml-gradle @@ -40,7 +40,7 @@ It is not intended to be used to build this project. com.marklogic ml-app-deployer - 4.3.7 + 4.4.0 compile @@ -52,7 +52,7 @@ It is not intended to be used to build this project. com.marklogic marklogic-data-movement-components - 2.4.1 + 2.5.0 runtime diff --git a/src/main/groovy/com/marklogic/gradle/task/NewProjectTask.groovy b/src/main/groovy/com/marklogic/gradle/task/NewProjectTask.groovy index e0b1aa655..0f288df22 100644 --- a/src/main/groovy/com/marklogic/gradle/task/NewProjectTask.groovy +++ b/src/main/groovy/com/marklogic/gradle/task/NewProjectTask.groovy @@ -44,7 +44,7 @@ class NewProjectTask extends MarkLogicTask { if (ant.mlPropertiesPlugin == "y") { def text = 'plugins {' + '\n id "net.saliman.properties" version "1.5.1"' + - '\n id "com.marklogic.ml-gradle" version "4.3.7"' + + '\n id "com.marklogic.ml-gradle" version "4.4.0"' + '\n}' println "Updating build.gradle so that the Gradle properties plugin can be applied" writeFile("build.gradle", text)