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 {
6
6
}
7
7
dependencies {
8
8
if (project. hasProperty(" testing" )) {
9
- classpath " com.marklogic:ml-data-hub:5.5-SNAPSHOT "
9
+ classpath " com.marklogic:ml-data-hub:5.5.0 "
10
10
} else {
11
11
classpath " com.marklogic:ml-data-hub:5.5.0"
12
12
}
@@ -27,7 +27,7 @@ repositories {
27
27
28
28
dependencies {
29
29
if (project. hasProperty(" testing" )) {
30
- compile " com.marklogic:marklogic-data-hub:5.5-SNAPSHOT "
30
+ compile " com.marklogic:marklogic-data-hub:5.5.0 "
31
31
} else {
32
32
compile " com.marklogic:marklogic-data-hub:5.5.0"
33
33
}
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ buildscript {
8
8
dependencies {
9
9
classpath " net.saliman:gradle-properties-plugin:1.5.1"
10
10
if (project. hasProperty(" testing" )) {
11
- classpath " com.marklogic:ml-data-hub:5.5-SNAPSHOT "
11
+ classpath " com.marklogic:ml-data-hub:5.5.0 "
12
12
} else {
13
13
classpath " com.marklogic:ml-data-hub:5.5.0"
14
14
}
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ buildscript {
8
8
dependencies {
9
9
classpath " net.saliman:gradle-properties-plugin:1.5.1"
10
10
if (project. hasProperty(" testing" )) {
11
- classpath " com.marklogic:ml-data-hub:5.5-SNAPSHOT "
11
+ classpath " com.marklogic:ml-data-hub:5.5.0 "
12
12
} else {
13
13
classpath " com.marklogic:ml-data-hub:5.5.0"
14
14
}
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ buildscript {
8
8
dependencies {
9
9
classpath " net.saliman:gradle-properties-plugin:1.5.1"
10
10
if (project. hasProperty(" testing" )) {
11
- classpath " com.marklogic:ml-data-hub:5.5-SNAPSHOT "
11
+ classpath " com.marklogic:ml-data-hub:5.5.0 "
12
12
} else {
13
13
classpath " com.marklogic:ml-data-hub:5.5.0"
14
14
}
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ buildscript {
8
8
dependencies {
9
9
classpath " net.saliman:gradle-properties-plugin:1.5.1"
10
10
if (project. hasProperty(" testing" )) {
11
- classpath " com.marklogic:ml-data-hub:5.5-SNAPSHOT "
11
+ classpath " com.marklogic:ml-data-hub:5.5.0 "
12
12
} else {
13
13
classpath " com.marklogic:ml-data-hub:5.5.0"
14
14
}
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ buildscript {
8
8
dependencies {
9
9
classpath " net.saliman:gradle-properties-plugin:1.5.1"
10
10
if (project. hasProperty(" testing" )) {
11
- classpath " com.marklogic:ml-data-hub:5.5-SNAPSHOT "
11
+ classpath " com.marklogic:ml-data-hub:5.5.0 "
12
12
} else {
13
13
classpath " com.marklogic:ml-data-hub:5.5.0"
14
14
}
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
6
6
}
7
7
dependencies {
8
8
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.0 "
10
10
}
11
11
}
12
12
Original file line number Diff line number Diff line change 1
- version =5.5-SNAPSHOT
1
+ version =5.5.0
2
2
publishUrl =file:../marklogic-data-hub/releases
3
3
systemProp.file.encoding =utf-8
4
4
# 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 {
9
9
}
10
10
dependencies {
11
11
if (project. hasProperty(" testing" )) {
12
- classpath " com.marklogic:ml-data-hub:5.5-SNAPSHOT "
12
+ classpath " com.marklogic:ml-data-hub:5.5.0 "
13
13
} else {
14
14
classpath " com.marklogic:ml-data-hub:5.5.0"
15
15
}
Original file line number Diff line number Diff line change @@ -57,6 +57,6 @@ public static String getBuildVersion() {
57
57
}
58
58
59
59
String version = properties .getProperty ("version" );
60
- return "${project.version}" .equals (version ) ? "5.5-SNAPSHOT " : version ;
60
+ return "${project.version}" .equals (version ) ? "5.5.0 " : version ;
61
61
}
62
62
}
You can’t perform that action at this time.
0 commit comments