Skip to content

Commit

Permalink
DEVO-747: Updating the version to 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SameeraPriyathamTadikonda committed Aug 29, 2023
1 parent 7abf6f6 commit 459c611
Show file tree
Hide file tree
Showing 18 changed files with 21 additions and 21 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:6.0-SNAPSHOT" - then run the following Gradle task from the root
plugin - e.g. "Could not find com.marklogic:ml-data-hub:6.0.0" - 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:6.0-SNAPSHOT"
classpath "com.marklogic:ml-data-hub:6.0.0"
} else {
classpath "com.marklogic:ml-data-hub:5.7.1"
}
Expand Down Expand Up @@ -37,7 +37,7 @@ dependencies {

// Makes the DHF JUnit5 library available for tests
if (project.hasProperty("testing")) {
testImplementation "com.marklogic:marklogic-data-hub-junit5:6.0-SNAPSHOT"
testImplementation "com.marklogic:marklogic-data-hub-junit5:6.0.0"
} else {
testImplementation "com.marklogic:marklogic-data-hub-junit5:5.7.1"
}
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:6.0-SNAPSHOT"
classpath "com.marklogic:ml-data-hub:6.0.0"
} else {
classpath "com.marklogic:ml-data-hub:5.7.1"
}
Expand All @@ -26,7 +26,7 @@ repositories {

dependencies {
if (project.hasProperty("testing")) {
implementation "com.marklogic:marklogic-data-hub:6.0-SNAPSHOT"
implementation "com.marklogic:marklogic-data-hub:6.0.0"
} else {
implementation "com.marklogic:marklogic-data-hub:5.7.1"
}
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:6.0-SNAPSHOT"
classpath "com.marklogic:ml-data-hub:6.0.0"
} 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:6.0-SNAPSHOT"
classpath "com.marklogic:ml-data-hub:6.0.0"
} else {
classpath "com.marklogic:ml-data-hub:5.7.1"
}
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:6.0-SNAPSHOT"
classpath "com.marklogic:ml-data-hub:6.0.0"
} else {
classpath "com.marklogic:ml-data-hub:5.7.1"
}
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:6.0-SNAPSHOT"
classpath "com.marklogic:ml-data-hub:6.0.0"
} else {
classpath "com.marklogic:ml-data-hub:5.7.1"
}
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:6.0-SNAPSHOT"
classpath "com.marklogic:ml-data-hub:6.0.0"
} else {
classpath "com.marklogic:ml-data-hub:5.7.1"
}
Expand Down Expand Up @@ -37,7 +37,7 @@ dependencies {

// Makes the DHF JUnit5 library available for tests
if (project.hasProperty("testing")) {
testImplementation "com.marklogic:marklogic-data-hub-junit5:6.0-SNAPSHOT"
testImplementation "com.marklogic:marklogic-data-hub-junit5:6.0.0"
} else {
testImplementation "com.marklogic:marklogic-data-hub-junit5:5.7.1"
}
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:6.0-SNAPSHOT"
classpath "com.marklogic:ml-data-hub:6.0.0"
} else {
classpath "com.marklogic:ml-data-hub:5.7.1"
}
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:6.0-SNAPSHOT"
classpath "com.marklogic:ml-data-hub:6.0.0"
}
}

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:6.0-SNAPSHOT"
classpath "com.marklogic:ml-data-hub:6.0.0"
} else {
classpath "com.marklogic:ml-data-hub:5.7.1"
}
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=6.0-SNAPSHOT
version=6.0.0
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 @@ -38,5 +38,5 @@ log.path=./logs
# Uncomment below to show details for all health indicators
#management.endpoint.health.show-details=always
spring.mvc.pathmatch.matching-strategy=ant_path_matcher
hubCentralVersion=6.0-SNAPSHOT
hubCentralVersion=6.0.0
mlAuthentication=local
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
}
dependencies {
if (project.hasProperty("testing")) {
classpath "com.marklogic:ml-data-hub:6.0-SNAPSHOT"
classpath "com.marklogic:ml-data-hub:6.0.0"
} else {
classpath "com.marklogic:ml-data-hub:5.7.1"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@ public static String getBuildVersion() {
}

String version = properties.getProperty("version");
return "${project.version}".equals(version) ? "6.0-SNAPSHOT" : version;
return "${project.version}".equals(version) ? "6.0.0" : version;
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"role-name": "data-hub-admin",
"description": "6.0-SNAPSHOT: Permits actions pertaining to administering a Data Hub application",
"description": "6.0.0: 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 '6.0-SNAPSHOT'
id 'com.marklogic.ml-data-hub' version '6.0.0'
}
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:6.0-SNAPSHOT"
classpath "com.marklogic:ml-data-hub:6.0.0"

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

0 comments on commit 459c611

Please sign in to comment.