Skip to content

Commit 9c096a8

Browse files
committed
Bumped to 4.3.0
1 parent 9924e95 commit 9c096a8

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ First, [install Gradle](https://gradle.org/install/).
3434

3535
Then, in an empty directory, create a file named "build.gradle" with your favorite text editor and enter the following:
3636

37-
plugins { id "com.marklogic.ml-gradle" version "4.2.1" }
37+
plugins { id "com.marklogic.ml-gradle" version "4.3.0" }
3838

3939
Then run:
4040

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ plugins {
1212
}
1313

1414
group = "com.marklogic"
15-
version = "4.3.0-SNAPSHOT"
15+
version = "4.3.0"
1616

1717
sourceCompatibility = "8"
1818
targetCompatibility = "8"

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

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

77
repositories {

examples/data-services/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 "net.saliman.properties" version "1.5.1"
4-
id "com.marklogic.ml-gradle" version "4.2.1"
4+
id "com.marklogic.ml-gradle" version "4.3.0"
55
id 'com.marklogic.ml-development-tools' version '5.5.0'
66
}
77

examples/disconnected-project-using-plugins-and-gradlew/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ buildscript {
1515
plugins {
1616
id 'java' //optional - delete if not needed
1717
id 'net.saliman.properties' version '1.5.1'
18-
id 'com.marklogic.ml-gradle' version '4.2.1'
18+
id 'com.marklogic.ml-gradle' version '4.3.0'
1919
}
2020

2121
repositories {

examples/local-testing-project/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Set this to the version you used when running
22
# "gradle -Pversion=(something) publishToMavenLocal" on your local ml-gradle repo
3-
mlGradleVersion=4.3.0-SNAPSHOT
3+
mlGradleVersion=4.3.0
44

55
mlHost=localhost
66
mlAppName=example

examples/mlcp-project/build.gradle

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

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

1111
repositories {

examples/redaction-ruleset-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 "4.2.1"
2+
id "com.marklogic.ml-gradle" version "4.3.0"
33
}
44

55
repositories {

examples/sample-project/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
mavenCentral()
99
}
1010
dependencies {
11-
classpath "com.marklogic:ml-gradle:4.2.1"
11+
classpath "com.marklogic:ml-gradle:4.3.0"
1212
}
1313
}
1414

0 commit comments

Comments
 (0)