Skip to content

Commit 27b4c29

Browse files
committed
Bumping everyone up to 2.1.0
1 parent 8894fbd commit 27b4c29

File tree

16 files changed

+15
-19
lines changed

16 files changed

+15
-19
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ First, please note the [Wiki and FAQ](https://github.com/rjrudin/ml-gradle/wiki)
3232
To use ml-gradle right away, you'll need Gradle installed first. And of course you'll need Marklogic installed somewhere - it doesn't have to be the same computer as the one you're running Gradle on. Then create a directory for your project and add a build.gradle file and a gradle.properties file (a Gradle best practice is to put properties in this file so they can be easily overridden). Here's the simplest build.gradle file possible:
3333

3434
plugins {
35-
id "com.marklogic.ml-gradle" version "2.0"
35+
id "com.marklogic.ml-gradle" version "2.1.0"
3636
}
3737

3838
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):

examples/alert-project/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id "java"
33
id "eclipse"
4-
id "com.marklogic.ml-gradle" version "2.0"
4+
id "com.marklogic.ml-gradle" version "2.1.0"
55
}
66

77
/**

examples/corb2-project/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* task attributes, project properties, or System properties.
66
*/
77
plugins {
8-
id "com.marklogic.ml-gradle" version "2.0"
8+
id "com.marklogic.ml-gradle" version "2.1.0"
99
}
1010

1111
repositories {

examples/corb2-project/build/ml-last-configured-timestamps.properties

Lines changed: 0 additions & 4 deletions
This file was deleted.

examples/cpf-project/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id "java"
33
id "eclipse"
4-
id "com.marklogic.ml-gradle" version "2.0"
4+
id "com.marklogic.ml-gradle" version "2.1.0"
55
}
66

77
repositories {

examples/disconnected-project/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
mlGradleDependency=com.marklogic:ml-gradle:2.0
1+
mlGradleDependency=com.marklogic:ml-gradle:2.1.0
22

33
mlHost=localhost
44
mlAppName=disconnected-example

examples/failover-project/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id "com.marklogic.ml-gradle" version "2.0"
2+
id "com.marklogic.ml-gradle" version "2.1.0"
33
}
44

55
ext {

examples/flexrep-project/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*/
1212

1313
plugins {
14-
id "com.marklogic.ml-gradle" version "2.0"
14+
id "com.marklogic.ml-gradle" version "2.1.0"
1515
}
1616

1717
ext {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
plugins {
2-
id "com.marklogic.ml-gradle" version "2.0"
2+
id "com.marklogic.ml-gradle" version "2.1.0"
33
}

examples/minimal-project/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
*/
88

99
plugins {
10-
id "com.marklogic.ml-gradle" version "2.0"
10+
id "com.marklogic.ml-gradle" version "2.1.0"
1111
}

0 commit comments

Comments
 (0)