File tree Expand file tree Collapse file tree 12 files changed +13
-13
lines changed
marklogic-data-hub-central/ui/e2e/hc-qa-project
marklogic-data-hub/src/main
java/com/marklogic/hub/impl
hub-internal-config/security/roles Expand file tree Collapse file tree 12 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
66 }
77 dependencies {
88 if (project. hasProperty(" testing" )) {
9- classpath " com.marklogic:ml-data-hub:5.5-SNAPSHOT "
9+ classpath " com.marklogic:ml-data-hub:5.5.5 "
1010 } else {
1111 classpath " com.marklogic:ml-data-hub:5.5.0"
1212 }
@@ -27,7 +27,7 @@ repositories {
2727
2828dependencies {
2929 if (project. hasProperty(" testing" )) {
30- compile " com.marklogic:marklogic-data-hub:5.5-SNAPSHOT "
30+ compile " com.marklogic:marklogic-data-hub:5.5.5 "
3131 } else {
3232 compile " com.marklogic:marklogic-data-hub:5.5.0"
3333 }
Original file line number Diff line number Diff 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.5-SNAPSHOT "
11+ classpath " com.marklogic:ml-data-hub:5.5.5 "
1212 } else {
1313 classpath " com.marklogic:ml-data-hub:5.5.0"
1414 }
Original file line number Diff line number Diff 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.5-SNAPSHOT "
11+ classpath " com.marklogic:ml-data-hub:5.5.5 "
1212 } else {
1313 classpath " com.marklogic:ml-data-hub:5.5.0"
1414 }
Original file line number Diff line number Diff 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.5-SNAPSHOT "
11+ classpath " com.marklogic:ml-data-hub:5.5.5 "
1212 } else {
1313 classpath " com.marklogic:ml-data-hub:5.5.0"
1414 }
Original file line number Diff line number Diff 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.5-SNAPSHOT "
11+ classpath " com.marklogic:ml-data-hub:5.5.5 "
1212 } else {
1313 classpath " com.marklogic:ml-data-hub:5.5.0"
1414 }
Original file line number Diff line number Diff 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.5-SNAPSHOT "
11+ classpath " com.marklogic:ml-data-hub:5.5.5 "
1212 } else {
1313 classpath " com.marklogic:ml-data-hub:5.5.0"
1414 }
Original file line number Diff line number Diff 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.5-SNAPSHOT "
9+ classpath " com.marklogic:ml-data-hub:5.5.5 "
1010 }
1111}
1212
Original file line number Diff line number Diff line change 1- version =5.5-SNAPSHOT
1+ version =5.5.5
22publishUrl =file:../marklogic-data-hub/releases
33systemProp.file.encoding =utf-8
44# disabling TLSv3 as a workaround for the bug in openJDK 11(https://bugs.openjdk.java.net/browse/JDK-8213202)
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ buildscript {
99 }
1010 dependencies {
1111 if (project. hasProperty(" testing" )) {
12- classpath " com.marklogic:ml-data-hub:5.5-SNAPSHOT "
12+ classpath " com.marklogic:ml-data-hub:5.5.5 "
1313 } else {
1414 classpath " com.marklogic:ml-data-hub:5.5.0"
1515 }
Original file line number Diff line number Diff line change @@ -57,6 +57,6 @@ public static String getBuildVersion() {
5757 }
5858
5959 String version = properties .getProperty ("version" );
60- return "${project.version}" .equals (version ) ? "5.5-SNAPSHOT " : version ;
60+ return "${project.version}" .equals (version ) ? "5.5.5 " : version ;
6161 }
6262}
You can’t perform that action at this time.
0 commit comments