Skip to content

Commit a21546d

Browse files
rahulvudutalaaebadirad
authored andcommitted
4.0.3 reference changes (#1517)
1 parent 6d602dd commit a21546d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

marklogic-data-hub/src/main/java/com/marklogic/hub/impl/HubConfigImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

marklogic-data-hub/src/main/resources/scaffolding/build_gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

2525
repositories {
@@ -30,7 +30,7 @@ repositories {
3030
dependencies {
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

0 commit comments

Comments
 (0)