File tree 16 files changed +18
-18
lines changed
marklogic-data-hub/src/main
java/com/marklogic/hub/impl
hub-internal-config/security/roles
marklogic-data-hub-central/ui/e2e/hc-qa-project
performance-tests/projects/commoncrawl
16 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ the "testing" property on the command line - e.g.
13
13
After initializing the project, you may want to add "testing=true" to the gradle.properties file so that you do not need to include it as a command line property.
14
14
15
15
If you are trying to use a snapshot version of the Gradle plugin and get an error about not being able to find the
16
- plugin - e.g. "Could not find com.marklogic:ml-data-hub:5.6-SNAPSHOT " - then run the following Gradle task from the root
16
+ plugin - e.g. "Could not find com.marklogic:ml-data-hub:5.6.1 " - then run the following Gradle task from the root
17
17
of this repository (this is also described in the CONTRIBUTING.md guide in the section named "Testing changes to the
18
18
Data Hub Gradle plugin"):
19
19
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.6-SNAPSHOT "
9
+ classpath " com.marklogic:ml-data-hub:5.6.1 "
10
10
} else {
11
11
classpath " com.marklogic:ml-data-hub:5.5.0"
12
12
}
@@ -26,7 +26,7 @@ repositories {
26
26
27
27
dependencies {
28
28
if (project. hasProperty(" testing" )) {
29
- implementation " com.marklogic:marklogic-data-hub:5.6-SNAPSHOT "
29
+ implementation " com.marklogic:marklogic-data-hub:5.6.1 "
30
30
} else {
31
31
implementation " com.marklogic:marklogic-data-hub:5.5.0"
32
32
}
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.6-SNAPSHOT "
11
+ classpath " com.marklogic:ml-data-hub:5.6.1 "
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.6-SNAPSHOT "
11
+ classpath " com.marklogic:ml-data-hub:5.6.1 "
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.6-SNAPSHOT "
11
+ classpath " com.marklogic:ml-data-hub:5.6.1 "
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.6-SNAPSHOT "
11
+ classpath " com.marklogic:ml-data-hub:5.6.1 "
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
if (project. hasProperty(" testing" )) {
9
- classpath " com.marklogic:ml-data-hub:5.6-SNAPSHOT "
9
+ classpath " com.marklogic:ml-data-hub:5.6.1 "
10
10
} else {
11
11
classpath " com.marklogic:ml-data-hub:5.5.0"
12
12
}
@@ -36,7 +36,7 @@ dependencies {
36
36
37
37
// Makes the DHF JUnit5 library available for tests
38
38
if (project. hasProperty(" testing" )) {
39
- testImplementation " com.marklogic:marklogic-data-hub-junit5:5.6-SNAPSHOT "
39
+ testImplementation " com.marklogic:marklogic-data-hub-junit5:5.6.1 "
40
40
} else {
41
41
testImplementation " com.marklogic:marklogic-data-hub-junit5:5.5.0"
42
42
}
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.6-SNAPSHOT "
11
+ classpath " com.marklogic:ml-data-hub:5.6.1 "
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.6-SNAPSHOT "
9
+ classpath " com.marklogic:ml-data-hub:5.6.1 "
10
10
}
11
11
}
12
12
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ buildscript {
7
7
dependencies {
8
8
classpath " net.saliman:gradle-properties-plugin:1.5.1"
9
9
if (project. hasProperty(" testing" )) {
10
- classpath " com.marklogic:ml-data-hub:5.6-SNAPSHOT "
10
+ classpath " com.marklogic:ml-data-hub:5.6.1 "
11
11
} else {
12
12
classpath " com.marklogic:ml-data-hub:5.5.0"
13
13
}
Original file line number Diff line number Diff line change 1
- version =5.6-SNAPSHOT
1
+ version =5.6.1
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 @@ -6,7 +6,7 @@ buildscript {
6
6
}
7
7
dependencies {
8
8
if (project. hasProperty(" testing" )) {
9
- classpath " com.marklogic:ml-data-hub:5.6-SNAPSHOT "
9
+ classpath " com.marklogic:ml-data-hub:5.6.1 "
10
10
} else {
11
11
classpath " com.marklogic:ml-data-hub:5.5.0"
12
12
}
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.6-SNAPSHOT " : version ;
60
+ return "${project.version}" .equals (version ) ? "5.6.1 " : version ;
61
61
}
62
62
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"role-name" : " data-hub-admin" ,
3
- "description" : " 5.6-SNAPSHOT : Permits actions pertaining to administering a Data Hub application" ,
3
+ "description" : " 5.6.1 : Permits actions pertaining to administering a Data Hub application" ,
4
4
"role" : [
5
5
" data-hub-developer"
6
6
],
Original file line number Diff line number Diff line change @@ -8,5 +8,5 @@ plugins {
8
8
// Applies the Data Hub Gradle plugin, which extends ml-gradle with behavior specific to Data Hub.
9
9
// For more information on this plugin, see https://docs.marklogic.com/datahub/tools/gradle/dhf-gradle-plugin.html .
10
10
// For more information on ml-gradle, see https://github.com/marklogic-community/ml-gradle .
11
- id 'com.marklogic.ml-data-hub' version '5.6-SNAPSHOT '
11
+ id 'com.marklogic.ml-data-hub' version '5.6.1 '
12
12
}
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.6-SNAPSHOT "
9
+ classpath " com.marklogic:ml-data-hub:5.6.1 "
10
10
11
11
} else {
12
12
classpath " com.marklogic:ml-data-hub:5.5.0"
You can’t perform that action at this time.
0 commit comments