Skip to content

Commit

Permalink
DEVO-516: Update the version to 5.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SameeraPriyathamTadikonda committed May 9, 2022
1 parent e267dad commit 68660a9
Show file tree
Hide file tree
Showing 17 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ the "testing" property on the command line - e.g.
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.

If you are trying to use a snapshot version of the Gradle plugin and get an error about not being able to find the
plugin - e.g. "Could not find com.marklogic:ml-data-hub:5.7-SNAPSHOT" - then run the following Gradle task from the root
plugin - e.g. "Could not find com.marklogic:ml-data-hub:5.7.2" - then run the following Gradle task from the root
of this repository (this is also described in the CONTRIBUTING.md guide in the section named "Testing changes to the
Data Hub Gradle plugin"):

Expand Down
4 changes: 2 additions & 2 deletions examples/SLED/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
}
dependencies {
if (project.hasProperty("testing")) {
classpath "com.marklogic:ml-data-hub:5.7-SNAPSHOT"
classpath "com.marklogic:ml-data-hub:5.7.2"
} else {
classpath "com.marklogic:ml-data-hub:5.5.0"
}
Expand Down Expand Up @@ -36,7 +36,7 @@ dependencies {

// Makes the DHF JUnit5 library available for tests
if (project.hasProperty("testing")) {
testImplementation "com.marklogic:marklogic-data-hub-junit5:5.7-SNAPSHOT"
testImplementation "com.marklogic:marklogic-data-hub-junit5:5.7.2"
} else {
testImplementation "com.marklogic:marklogic-data-hub-junit5:5.5.0"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/dh-5-example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
}
dependencies {
if (project.hasProperty("testing")) {
classpath "com.marklogic:ml-data-hub:5.7-SNAPSHOT"
classpath "com.marklogic:ml-data-hub:5.7.2"
} else {
classpath "com.marklogic:ml-data-hub:5.5.0"
}
Expand All @@ -26,7 +26,7 @@ repositories {

dependencies {
if (project.hasProperty("testing")) {
implementation "com.marklogic:marklogic-data-hub:5.7-SNAPSHOT"
implementation "com.marklogic:marklogic-data-hub:5.7.2"
} else {
implementation "com.marklogic:marklogic-data-hub:5.5.0"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/dhf5-custom-hook/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
dependencies {
classpath "net.saliman:gradle-properties-plugin:1.5.1"
if (project.hasProperty("testing")) {
classpath "com.marklogic:ml-data-hub:5.7-SNAPSHOT"
classpath "com.marklogic:ml-data-hub:5.7.2"
} else {
classpath "com.marklogic:ml-data-hub:5.5.0"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/insurance/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
dependencies {
classpath "net.saliman:gradle-properties-plugin:1.5.1"
if (project.hasProperty("testing")) {
classpath "com.marklogic:ml-data-hub:5.7-SNAPSHOT"
classpath "com.marklogic:ml-data-hub:5.7.2"
} else {
classpath "com.marklogic:ml-data-hub:5.5.0"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/mapping-example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
dependencies {
classpath "net.saliman:gradle-properties-plugin:1.5.1"
if (project.hasProperty("testing")) {
classpath "com.marklogic:ml-data-hub:5.7-SNAPSHOT"
classpath "com.marklogic:ml-data-hub:5.7.2"
} else {
classpath "com.marklogic:ml-data-hub:5.5.0"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/patient-hub/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
dependencies {
classpath "net.saliman:gradle-properties-plugin:1.5.1"
if (project.hasProperty("testing")) {
classpath "com.marklogic:ml-data-hub:5.7-SNAPSHOT"
classpath "com.marklogic:ml-data-hub:5.7.2"
} else {
classpath "com.marklogic:ml-data-hub:5.5.0"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/reference-entity-model/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
}
dependencies {
if (project.hasProperty("testing")) {
classpath "com.marklogic:ml-data-hub:5.7-SNAPSHOT"
classpath "com.marklogic:ml-data-hub:5.7.2"
} else {
classpath "com.marklogic:ml-data-hub:5.5.0"
}
Expand Down Expand Up @@ -36,7 +36,7 @@ dependencies {

// Makes the DHF JUnit5 library available for tests
if (project.hasProperty("testing")) {
testImplementation "com.marklogic:marklogic-data-hub-junit5:5.7-SNAPSHOT"
testImplementation "com.marklogic:marklogic-data-hub-junit5:5.7.2"
} else {
testImplementation "com.marklogic:marklogic-data-hub-junit5:5.5.0"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/smart-mastering-complete/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
dependencies {
classpath "net.saliman:gradle-properties-plugin:1.5.1"
if (project.hasProperty("testing")) {
classpath "com.marklogic:ml-data-hub:5.7-SNAPSHOT"
classpath "com.marklogic:ml-data-hub:5.7.2"
} else {
classpath "com.marklogic:ml-data-hub:5.5.0"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/snapshot-testing/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
}
dependencies {
classpath "net.saliman:gradle-properties-plugin:1.5.1"
classpath "com.marklogic:ml-data-hub:5.7-SNAPSHOT"
classpath "com.marklogic:ml-data-hub:5.7.2"
}
}

Expand Down
2 changes: 1 addition & 1 deletion examples/step-interceptors/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
dependencies {
classpath "net.saliman:gradle-properties-plugin:1.5.1"
if (project.hasProperty("testing")) {
classpath "com.marklogic:ml-data-hub:5.7-SNAPSHOT"
classpath "com.marklogic:ml-data-hub:5.7.2"
} else {
classpath "com.marklogic:ml-data-hub:5.5.0"
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=5.7-SNAPSHOT
version=5.7.2
publishUrl=file:../marklogic-data-hub/releases
systemProp.file.encoding=utf-8
# disabling TLSv3 as a workaround for the bug in openJDK 11(https://bugs.openjdk.java.net/browse/JDK-8213202)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
}
dependencies {
if (project.hasProperty("testing")) {
classpath "com.marklogic:ml-data-hub:5.7-SNAPSHOT"
classpath "com.marklogic:ml-data-hub:5.7.2"
} else {
classpath "com.marklogic:ml-data-hub:5.5.0"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@ public static String getBuildVersion() {
}

String version = properties.getProperty("version");
return "${project.version}".equals(version) ? "5.7-SNAPSHOT" : version;
return "${project.version}".equals(version) ? "5.7.2" : version;
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"role-name": "data-hub-admin",
"description": "5.7-SNAPSHOT: Permits actions pertaining to administering a Data Hub application",
"description": "5.7.2: Permits actions pertaining to administering a Data Hub application",
"role": [
"data-hub-developer"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ plugins {
// Applies the Data Hub Gradle plugin, which extends ml-gradle with behavior specific to Data Hub.
// For more information on this plugin, see https://docs.marklogic.com/datahub/tools/gradle/dhf-gradle-plugin.html .
// For more information on ml-gradle, see https://github.com/marklogic-community/ml-gradle .
id 'com.marklogic.ml-data-hub' version '5.7-SNAPSHOT'
id 'com.marklogic.ml-data-hub' version '5.7.2'
}
2 changes: 1 addition & 1 deletion performance-tests/projects/commoncrawl/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
}
dependencies {
if (project.hasProperty("testing")) {
classpath "com.marklogic:ml-data-hub:5.7-SNAPSHOT"
classpath "com.marklogic:ml-data-hub:5.7.2"

} else {
classpath "com.marklogic:ml-data-hub:5.2.1"
Expand Down

0 comments on commit 68660a9

Please sign in to comment.