File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
marklogic-data-hub/src/main
java/com/marklogic/hub/impl Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1289,7 +1289,7 @@ public DatabaseClient newModulesDbClient() {
12891289
12901290 // this lets debug builds work from an IDE
12911291 if (version .equals ("${project.version}" )) {
1292- version = "4.0.1 " ;
1292+ version = "4.0.3 " ;
12931293 }
12941294 return version ;
12951295 }
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.1 '
22+ id 'com.marklogic.ml-data-hub' version '4.0.3 '
2323}
2424
2525repositories {
@@ -30,7 +30,7 @@ repositories {
3030dependencies {
3131 // this allows you to write custom java code that depends
3232 // on the Data Hub Framework library
33- compile 'com.marklogic:marklogic-data-hub:4.0.1 '
33+ compile 'com.marklogic:marklogic-data-hub:4.0.3 '
3434 compile 'com.marklogic:marklogic-xcc:9.0.4'
3535}
3636
You can’t perform that action at this time.
0 commit comments