File tree Expand file tree Collapse file tree 19 files changed +25
-25
lines changed Expand file tree Collapse file tree 19 files changed +25
-25
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ plugins {
2020
2121 // This gradle plugin extends the ml-gradle plugin with
2222 // commands that make the Data Hub Framework do its magic
23- id ' com.marklogic.ml-data-hub' version ' 4.1.0 '
23+ id ' com.marklogic.ml-data-hub' version ' 4.1.1 '
2424}
2525
2626apply plugin : " com.marklogic.ml-data-hub"
@@ -46,7 +46,7 @@ repositories {
4646dependencies {
4747 // this allows you to write custom java code that depends
4848 // on the Data Hub Framework library
49- compile ' com.marklogic:marklogic-data-hub:4.1.0 '
49+ compile ' com.marklogic:marklogic-data-hub:4.1.1 '
5050 compile ' com.marklogic:marklogic-xcc:9.0.7'
5151 mlcp " com.marklogic:mlcp:9.0.7"
5252 mlcp files(" lib" )
Original file line number Diff line number Diff line change 1- mlDHFVersion =4.1.0
1+ mlDHFVersion =4.1.1
22mlHost =
33mlIsHostLoadBalancer =true
44
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ plugins {
1313 // it includes ml-gradle. This plugin is what lets you
1414 // run DHF (Data Hub Framework) tasks from the
1515 // command line
16- id 'com.marklogic.ml-data-hub' version '4.0.3 '
16+ id 'com.marklogic.ml-data-hub' version '4.1.1 '
1717}
1818```
1919
Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ plugins {
77 // it includes ml-gradle. This plugin is what lets you
88 // run DHF (Data Hub Framework) tasks from the
99 // command line
10- id ' com.marklogic.ml-data-hub' version ' 4.0.3 '
10+ id ' com.marklogic.ml-data-hub' version ' 4.1.1 '
1111}
Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ plugins {
77 // it includes ml-gradle. This plugin is what lets you
88 // run DHF (Data Hub Framework) tasks from the
99 // command line
10- id ' com.marklogic.ml-data-hub' version ' 4.0.3 '
10+ id ' com.marklogic.ml-data-hub' version ' 4.1.1 '
1111}
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ plugins {
1919
2020 // This gradle plugin extends the ml-gradle plugin with
2121 // commands that make the Data Hub Framework do its magic
22- id ' com.marklogic.ml-data-hub' version ' 4.0.3 '
22+ id ' com.marklogic.ml-data-hub' version ' 4.1.1 '
2323
2424 id " org.jetbrains.kotlin.jvm" version " 1.2.21"
2525}
@@ -34,7 +34,7 @@ repositories {
3434dependencies {
3535 // this allows you to write custom java code that depends
3636 // on the Data Hub Framework library
37- compile ' com.marklogic:marklogic-data-hub:4.0.3 '
37+ compile ' com.marklogic:marklogic-data-hub:4.1.1 '
3838 compile ' com.marklogic:marklogic-xcc:9.0.7'
3939 compile ' com.marklogic:marklogic-client-api:4.1.1'
4040 // prototyping with kotlin tests
Original file line number Diff line number Diff line change 11plugins {
22 id " java"
33 id ' net.saliman.properties' version ' 1.4.6'
4- id ' com.marklogic.ml-data-hub' version ' 4.1.0 '
4+ id ' com.marklogic.ml-data-hub' version ' 4.1.1 '
55}
66
77repositories {
Original file line number Diff line number Diff line change 1- mlDHFVersion =4.1.0-rc2
1+ mlDHFVersion =4.1.1
22mlHost =localhost
33
44# Demonstrates the use of multiple module paths with 4.1.0
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ plugins {
1919
2020 // This gradle plugin extends the ml-gradle plugin with
2121 // commands that make the Data Hub Framework do its magic
22- id ' com.marklogic.ml-data-hub' version ' 4.0.3 '
22+ id ' com.marklogic.ml-data-hub' version ' 4.1.1 '
2323}
2424
2525repositories {
@@ -42,7 +42,7 @@ dependencies {
4242 // this allows you to write custom java code that depends
4343 // on the Data Hub Framework library
4444 // Remove if not needed
45- compile ' com.marklogic:marklogic-data-hub:4.0.3 '
45+ compile ' com.marklogic:marklogic-data-hub:4.1.1 '
4646 compile ' com.marklogic:marklogic-xcc:9.0.7'
4747
4848 // sample mlcp dependency. Remove if not required
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
77 // it includes ml-gradle. This plugin is what lets you
88 // run DHF (Data Hub Framework) tasks from the
99 // command line
10- id ' com.marklogic.ml-data-hub' version ' 4.0.3 '
10+ id ' com.marklogic.ml-data-hub' version ' 4.1.1 '
1111}
1212
1313ext {
You can’t perform that action at this time.
0 commit comments