Skip to content

Commit 4ba2207

Browse files
Yakov Feldmanyakov-feldman
authored andcommitted
DHFPROD-7279: Release 5.4.3 datahub
1 parent e375f90 commit 4ba2207

File tree

13 files changed

+14
-14
lines changed

13 files changed

+14
-14
lines changed

examples/dh-5-example/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
}
77
dependencies {
88
if (project.hasProperty("testing")) {
9-
classpath "com.marklogic:ml-data-hub:5.4-SNAPSHOT"
9+
classpath "com.marklogic:ml-data-hub:5.4.3"
1010
} else {
1111
classpath "gradle.plugin.com.marklogic:ml-data-hub:5.2.0"
1212
}
@@ -27,7 +27,7 @@ repositories {
2727

2828
dependencies {
2929
if (project.hasProperty("testing")) {
30-
compile "com.marklogic:marklogic-data-hub:5.4-SNAPSHOT"
30+
compile "com.marklogic:marklogic-data-hub:5.4.3"
3131
} else {
3232
compile "com.marklogic:marklogic-data-hub:5.2.0"
3333
}

examples/dhf5-custom-hook/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
dependencies {
99
classpath "net.saliman:gradle-properties-plugin:1.5.1"
1010
if (project.hasProperty("testing")) {
11-
classpath "com.marklogic:ml-data-hub:5.4-SNAPSHOT"
11+
classpath "com.marklogic:ml-data-hub:5.4.3"
1212
} else {
1313
classpath "gradle.plugin.com.marklogic:ml-data-hub:5.2.0"
1414
}

examples/insurance/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
dependencies {
99
classpath "net.saliman:gradle-properties-plugin:1.5.1"
1010
if (project.hasProperty("testing")) {
11-
classpath "com.marklogic:ml-data-hub:5.4-SNAPSHOT"
11+
classpath "com.marklogic:ml-data-hub:5.4.3"
1212
} else {
1313
classpath "gradle.plugin.com.marklogic:ml-data-hub:5.2.0"
1414
}

examples/mapping-example/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
dependencies {
99
classpath "net.saliman:gradle-properties-plugin:1.5.1"
1010
if (project.hasProperty("testing")) {
11-
classpath "com.marklogic:ml-data-hub:5.4-SNAPSHOT"
11+
classpath "com.marklogic:ml-data-hub:5.4.3"
1212
} else {
1313
classpath "gradle.plugin.com.marklogic:ml-data-hub:5.2.0"
1414
}

examples/patient-hub/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
dependencies {
99
classpath "net.saliman:gradle-properties-plugin:1.5.1"
1010
if (project.hasProperty("testing")) {
11-
classpath "com.marklogic:ml-data-hub:5.4-SNAPSHOT"
11+
classpath "com.marklogic:ml-data-hub:5.4.3"
1212
} else {
1313
classpath "gradle.plugin.com.marklogic:ml-data-hub:5.2.0"
1414
}

examples/smart-mastering-complete/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
dependencies {
99
classpath "net.saliman:gradle-properties-plugin:1.5.1"
1010
if (project.hasProperty("testing")) {
11-
classpath "com.marklogic:ml-data-hub:5.4-SNAPSHOT"
11+
classpath "com.marklogic:ml-data-hub:5.4.3"
1212
} else {
1313
classpath "gradle.plugin.com.marklogic:ml-data-hub:5.2.0"
1414
}

examples/snapshot-testing/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
}
77
dependencies {
88
classpath "net.saliman:gradle-properties-plugin:1.5.1"
9-
classpath "com.marklogic:ml-data-hub:5.4-SNAPSHOT"
9+
classpath "com.marklogic:ml-data-hub:5.4.3"
1010
}
1111
}
1212

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=5.4-SNAPSHOT
1+
version=5.4.3
22
publishUrl=file:../marklogic-data-hub/releases
33
systemProp.file.encoding=utf-8
44
# disabling TLSv3 as a workaround for the bug in openJDK 11(https://bugs.openjdk.java.net/browse/JDK-8213202)

marklogic-data-hub-central/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ reactUiPath=./ui
22
springBootUiPath=src/main/resources/static
33
springBootJarName=marklogic-data-hub-central
44

5-
# For 5.4-SNAPSHOT, Spring Boot 2.3.x is being used to ensure that it uses Jackson 2.11, which is the same version that
5+
# For 5.4.3, Spring Boot 2.3.x is being used to ensure that it uses Jackson 2.11, which is the same version that
66
# the ML Java Client wants to use. Spring Security 5.3.8 is then used to ensure it and Spring Boot are using the same
77
# underlying Spring libraries, which is version 5.2.12.
88
springBootVersion=2.3.8.RELEASE

marklogic-data-hub-central/ui/e2e/hc-qa-project/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ buildscript {
1111
if (project.hasProperty("testing")) {
1212
classpath "com.marklogic:ml-data-hub:5.4-SNAPSHOT"
1313
} else {
14-
classpath "gradle.plugin.com.marklogic:ml-data-hub:5.4.0"
14+
classpath "gradle.plugin.com.marklogic:ml-data-hub:5.4.3"
1515
}
1616
}
1717
}

0 commit comments

Comments
 (0)