From 017cd2770be62618da56d35be6e6761ab312e5a7 Mon Sep 17 00:00:00 2001 From: Alex Ebadirad Date: Wed, 23 Jan 2019 12:55:27 -0700 Subject: [PATCH] 4.0 to 4.1 --- gradle.properties | 2 +- marklogic-data-hub/gradle-dhs.properties | 2 +- marklogic-data-hub/gradle.properties | 2 +- .../src/main/java/com/marklogic/hub/impl/HubConfigImpl.java | 2 +- .../src/main/resources/scaffolding/build_gradle | 4 ++-- ml-data-hub-plugin/gradle-dhs.properties | 2 +- ml-data-hub-plugin/gradle.properties | 2 +- quick-start/gradle.properties | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/gradle.properties b/gradle.properties index bac47bab10..f3502935b5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version=4.0-SNAPSHOT +version=4.1-SNAPSHOT publishUrl=file:../marklogic-data-hub/releases diff --git a/marklogic-data-hub/gradle-dhs.properties b/marklogic-data-hub/gradle-dhs.properties index f6e825383c..e53473054d 100644 --- a/marklogic-data-hub/gradle-dhs.properties +++ b/marklogic-data-hub/gradle-dhs.properties @@ -1,4 +1,4 @@ -mlDHFVersion=4.0-SNAPSHOT +mlDHFVersion=4.1-SNAPSHOT mlHost= mlIsHostLoadBalancer=true diff --git a/marklogic-data-hub/gradle.properties b/marklogic-data-hub/gradle.properties index 06d7988223..91b13be7e9 100644 --- a/marklogic-data-hub/gradle.properties +++ b/marklogic-data-hub/gradle.properties @@ -12,7 +12,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -mlDHFVersion=4.0-SNAPSHOT +mlDHFVersion=4.1-SNAPSHOT mlHost=localhost mlAppName=data-hub diff --git a/marklogic-data-hub/src/main/java/com/marklogic/hub/impl/HubConfigImpl.java b/marklogic-data-hub/src/main/java/com/marklogic/hub/impl/HubConfigImpl.java index 8c13220cfd..1af1abf966 100644 --- a/marklogic-data-hub/src/main/java/com/marklogic/hub/impl/HubConfigImpl.java +++ b/marklogic-data-hub/src/main/java/com/marklogic/hub/impl/HubConfigImpl.java @@ -1609,7 +1609,7 @@ public DatabaseClient newModulesDbClient() { // this lets debug builds work from an IDE if (version.equals("${project.version}")) { - version = "4.0-SNAPSHOT"; + version = "4.1-SNAPSHOT"; } return version; } diff --git a/marklogic-data-hub/src/main/resources/scaffolding/build_gradle b/marklogic-data-hub/src/main/resources/scaffolding/build_gradle index 5f755eab24..a57c639084 100644 --- a/marklogic-data-hub/src/main/resources/scaffolding/build_gradle +++ b/marklogic-data-hub/src/main/resources/scaffolding/build_gradle @@ -19,7 +19,7 @@ plugins { // This gradle plugin extends the ml-gradle plugin with // commands that make the Data Hub Framework do its magic - id 'com.marklogic.ml-data-hub' version '4.0-SNAPSHOT' + id 'com.marklogic.ml-data-hub' version '4.1-SNAPSHOT' } repositories { @@ -30,7 +30,7 @@ repositories { dependencies { // this allows you to write custom java code that depends // on the Data Hub Framework library - compile 'com.marklogic:marklogic-data-hub:4.0-SNAPSHOT' + compile 'com.marklogic:marklogic-data-hub:4.1-SNAPSHOT' compile 'com.marklogic:marklogic-xcc:9.0.7' } diff --git a/ml-data-hub-plugin/gradle-dhs.properties b/ml-data-hub-plugin/gradle-dhs.properties index f6e825383c..e53473054d 100644 --- a/ml-data-hub-plugin/gradle-dhs.properties +++ b/ml-data-hub-plugin/gradle-dhs.properties @@ -1,4 +1,4 @@ -mlDHFVersion=4.0-SNAPSHOT +mlDHFVersion=4.1-SNAPSHOT mlHost= mlIsHostLoadBalancer=true diff --git a/ml-data-hub-plugin/gradle.properties b/ml-data-hub-plugin/gradle.properties index b7765abbb7..c7e0568e51 100644 --- a/ml-data-hub-plugin/gradle.properties +++ b/ml-data-hub-plugin/gradle.properties @@ -12,7 +12,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -mlDHFVersion=4.0-SNAPSHOT +mlDHFVersion=4.1-SNAPSHOT mlHost=localhost mlAppName=data-hub diff --git a/quick-start/gradle.properties b/quick-start/gradle.properties index 58a34e1b34..7e8ed3a386 100644 --- a/quick-start/gradle.properties +++ b/quick-start/gradle.properties @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # What version of DHF am I intending on targetting? Make sure you use the full SemVer x.x.x -mlDHFVersion=4.0-SNAPSHOT +mlDHFVersion=4.1-SNAPSHOT mlHost=localhost mlAppName=data-hub