Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

4.0 to 4.1 snapshot change #1787

Merged
merged 1 commit into from
Jan 23, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=4.0-SNAPSHOT
version=4.1-SNAPSHOT
publishUrl=file:../marklogic-data-hub/releases
2 changes: 1 addition & 1 deletion marklogic-data-hub/gradle-dhs.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mlDHFVersion=4.0-SNAPSHOT
mlDHFVersion=4.1-SNAPSHOT
mlHost=

mlIsHostLoadBalancer=true
Expand Down
2 changes: 1 addition & 1 deletion marklogic-data-hub/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -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'
}

2 changes: 1 addition & 1 deletion ml-data-hub-plugin/gradle-dhs.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mlDHFVersion=4.0-SNAPSHOT
mlDHFVersion=4.1-SNAPSHOT
mlHost=

mlIsHostLoadBalancer=true
Expand Down
2 changes: 1 addition & 1 deletion ml-data-hub-plugin/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion quick-start/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down