Skip to content

Commit

Permalink
Updating to 2.0rc5
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrudin committed Jan 20, 2016
1 parent 955e5e7 commit 603eb3e
Show file tree
Hide file tree
Showing 16 changed files with 23 additions and 18 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.mdown
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# ml-gradle releases

## 2.0rc5 2016-01-20

* [#65](https://github.com/rjrudin/ml-gradle/issues/65) mlWatch will keep running after a module fails to load
* Using 2.0rc4 of ml-gradle

## 2.0rc4

* Added mimetypes support
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ To use ml-gradle right away, you'll need Gradle installed first. And of course y
}

plugins {
id "com.marklogic.ml-gradle" version "2.0rc3"
id "com.marklogic.ml-gradle" version "2.0rc5"
}

And here's a basic gradle.properties file (you can of course customize these properties as needed, particularly the port - make sure that it's open on the host you're deploying to; you can also omit all of these, and ml-gradle will assume some sensible defaults, but it's expected you'll want to customize these):
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ if (project.hasProperty("myBintrayUser")) {
licenses = ['Apache-2.0']
vcsUrl = 'https://github.com/rjrudin/' + project.name + '.git'
version {
name = "2.0rc4"
name = "2.0rc5"
released = new Date()
}
}
Expand All @@ -85,11 +85,11 @@ pluginBundle {
displayName = 'ml-gradle for MarkLogic'
description = 'Gradle plugin for configuring and deploying applications to MarkLogic'
tags = ['marklogic']
version = "2.0rc4"
version = "2.0rc5"
}
}

mavenCoordinates {
version = "2.0rc4"
version = "2.0rc5"
}
}
2 changes: 1 addition & 1 deletion examples/alert-project/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id "java"
id "eclipse"
id "com.marklogic.ml-gradle" version "2.0rc3"
id "com.marklogic.ml-gradle" version "2.0rc5"
}

/**
Expand Down
2 changes: 1 addition & 1 deletion examples/cpf-project/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id "java"
id "eclipse"
id "com.marklogic.ml-gradle" version "2.0rc3"
id "com.marklogic.ml-gradle" version "2.0rc5"
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion examples/disconnected-project/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mlGradleDependency=com.marklogic:ml-gradle:2.0rc3
mlGradleDependency=com.marklogic:ml-gradle:2.0rc5

mlHost=localhost
mlAppName=disconnected-example
Expand Down
2 changes: 1 addition & 1 deletion examples/failover-project/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id "com.marklogic.ml-gradle" version "2.0rc3"
id "com.marklogic.ml-gradle" version "2.0rc5"
}

ext {
Expand Down
2 changes: 1 addition & 1 deletion examples/flexrep-project/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/

plugins {
id "com.marklogic.ml-gradle" version "2.0rc3"
id "com.marklogic.ml-gradle" version "2.0rc5"
}

ext {
Expand Down
2 changes: 1 addition & 1 deletion examples/mimetypes-project/build.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
plugins {
id "com.marklogic.ml-gradle" version "2.0rc4"
id "com.marklogic.ml-gradle" version "2.0rc5"
}
2 changes: 1 addition & 1 deletion examples/minimal-project/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
*/

plugins {
id "com.marklogic.ml-gradle" version "2.0rc3"
id "com.marklogic.ml-gradle" version "2.0rc5"
}
2 changes: 1 addition & 1 deletion examples/mlcp-project/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/

plugins {
id "com.marklogic.ml-gradle" version "2.0rc3"
id "com.marklogic.ml-gradle" version "2.0rc5"
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion examples/sample-project/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ buildscript {
* that those blocks can override properties before ml-gradle initializes itself.
*/
plugins {
id "com.marklogic.ml-gradle" version "2.0rc3"
id "com.marklogic.ml-gradle" version "2.0rc5"

// The following plugins are optional

Expand Down
4 changes: 2 additions & 2 deletions examples/shell-project/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ plugins {
id "java"
id "eclipse"
id "com.github.tkruse.groovysh" version "1.0.8"
id "com.marklogic.ml-gradle" version "2.0rc3"
id "com.marklogic.ml-gradle" version "2.0rc5"
}

repositories {
jcenter()
}

dependencies {
runtime "com.marklogic:ml-app-deployer:2.0rc2"
runtime "com.marklogic:ml-app-deployer:2.0rc4"
}
2 changes: 1 addition & 1 deletion examples/ssl-project/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id "com.marklogic.ml-gradle" version "2.0rc3"
id "com.marklogic.ml-gradle" version "2.0rc5"
}

/*
Expand Down
2 changes: 1 addition & 1 deletion examples/triggers-project/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id "com.marklogic.ml-gradle" version "2.0rc3"
id "com.marklogic.ml-gradle" version "2.0rc5"
}

/**
Expand Down
2 changes: 1 addition & 1 deletion examples/use-modulesdb-project/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id "com.marklogic.ml-gradle" version "2.0rc3"
id "com.marklogic.ml-gradle" version "2.0rc5"
}

ext {
Expand Down

0 comments on commit 603eb3e

Please sign in to comment.