Skip to content

Commit 22b8e29

Browse files
committed
Updating to version 2.3.3
1 parent 8fdceb4 commit 22b8e29

File tree

21 files changed

+21
-21
lines changed

21 files changed

+21
-21
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ First, please note the [Wiki and FAQ](https://github.com/rjrudin/ml-gradle/wiki)
3737
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:
3838

3939
plugins {
40-
id "com.marklogic.ml-gradle" version "2.3.1"
40+
id "com.marklogic.ml-gradle" version "2.3.3"
4141
}
4242

4343
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.3.0"
4+
id "com.marklogic.ml-gradle" version "2.3.3"
55
}
66

77
/**

examples/corb2-project/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ buildscript {
2323
}
2424

2525
plugins {
26-
id "com.marklogic.ml-gradle" version "2.3.2"
26+
id "com.marklogic.ml-gradle" version "2.3.3"
2727
}
2828

2929
repositories {

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.3.0"
4+
id "com.marklogic.ml-gradle" version "2.3.3"
55
}
66

77
repositories {
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.3.0"
2+
id "com.marklogic.ml-gradle" version "2.3.3"
33
}

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.3.0
1+
mlGradleDependency=com.marklogic:ml-gradle:2.3.3
22

33
mlHost=localhost
44
mlAppName=disconnected-example
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.3.0"
2+
id "com.marklogic.ml-gradle" version "2.3.3"
33
}

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.3.0"
14+
id "com.marklogic.ml-gradle" version "2.3.3"
1515
}
1616

1717
ext {

examples/flexrep-with-path-project/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ buildscript {
44
mavenLocal()
55
}
66
dependencies {
7-
classpath "com.marklogic:ml-gradle:2.3.0"
7+
classpath "com.marklogic:ml-gradle:2.3.3"
88
}
99
}
1010

examples/httpbuilder-project/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
}
66

77
plugins {
8-
id "com.marklogic.ml-gradle" version "2.3.0"
8+
id "com.marklogic.ml-gradle" version "2.3.3"
99
}
1010

1111
/*

0 commit comments

Comments
 (0)