Skip to content

Commit 6ada920

Browse files
Yakov Feldmanyakov-feldman
authored andcommitted
DHFPROD-7046:Updating the versions to 5.4-SNAPSHOT for 5.4.1
1 parent c4e11d1 commit 6ada920

File tree

14 files changed

+16
-16
lines changed

14 files changed

+16
-16
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ pipeline{
629629
stage('code-review'){
630630
when {
631631
allOf {
632-
changeRequest author: '', authorDisplayName: '', authorEmail: '', branch: '', fork: '', id: '', target: 'develop', title: '', url: ''
632+
changeRequest author: '', authorDisplayName: '', authorEmail: '', branch: '', fork: '', id: '', target: 'feature/5.4-develop', title: '', url: ''
633633
}
634634
beforeAgent true
635635
}
@@ -709,7 +709,7 @@ pipeline{
709709
}
710710
stage('Merge-PR'){
711711
when {
712-
changeRequest author: '', authorDisplayName: '', authorEmail: '', branch: '', fork: '', id: '', target: 'develop', title: '', url: ''
712+
changeRequest author: '', authorDisplayName: '', authorEmail: '', branch: '', fork: '', id: '', target: 'feature/5.4-develop', title: '', url: ''
713713
beforeAgent true
714714
}
715715
agent {label 'dhmaster'};

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.0"
9+
classpath "com.marklogic:ml-data-hub:5.4-SNAPSHOT"
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.0"
30+
compile "com.marklogic:marklogic-data-hub:5.4-SNAPSHOT"
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.0"
11+
classpath "com.marklogic:ml-data-hub:5.4-SNAPSHOT"
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.0"
11+
classpath "com.marklogic:ml-data-hub:5.4-SNAPSHOT"
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.0"
11+
classpath "com.marklogic:ml-data-hub:5.4-SNAPSHOT"
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.0"
11+
classpath "com.marklogic:ml-data-hub:5.4-SNAPSHOT"
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.0"
11+
classpath "com.marklogic:ml-data-hub:5.4-SNAPSHOT"
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.0"
9+
classpath "com.marklogic:ml-data-hub:5.4-SNAPSHOT"
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.0
1+
version=5.4-SNAPSHOT
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.0, 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-SNAPSHOT, 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

0 commit comments

Comments
 (0)