Skip to content

Commit

Permalink
Bumped to 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrudin committed Dec 28, 2022
1 parent b0591cc commit 56146ac
Show file tree
Hide file tree
Showing 17 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ ml-gradle 4.3.0 is the first version that can run on Gradle 7.

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

plugins { id "com.marklogic.ml-gradle" version "4.3.7" }
plugins { id "com.marklogic.ml-gradle" version "4.4.0" }

Then run:

Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {
}

group = "com.marklogic"
version = "4.4-SNAPSHOT"
version = "4.4.0"

java {
sourceCompatibility = 1.8
Expand All @@ -27,9 +27,9 @@ repositories {
dependencies {
implementation gradleApi()
implementation localGroovy()
api "com.marklogic:ml-app-deployer:4.4-SNAPSHOT"
api "com.marklogic:ml-app-deployer:4.4.0"
implementation "com.marklogic:mlcp-util:1.0.1"
implementation "com.marklogic:marklogic-data-movement-components:2.4.1"
implementation "com.marklogic:marklogic-data-movement-components:2.5.0"
implementation "commons-io:commons-io:2.11.0"

compileOnly "com.marklogic:marklogic-unit-test-client:1.2.1"
Expand Down
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 "4.3.7"
id "com.marklogic.ml-gradle" version "4.4.0"
}

repositories {
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 "4.3.7"
id "com.marklogic.ml-gradle" version "4.4.0"
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion examples/data-services/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id "java"
id "net.saliman.properties" version "1.5.1"
id "com.marklogic.ml-gradle" version "4.3.7"
id "com.marklogic.ml-gradle" version "4.4.0"
id 'com.marklogic.ml-development-tools' version '5.5.0'
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ buildscript {
plugins {
id 'java' //optional - delete if not needed
id 'net.saliman.properties' version '1.5.1'
id 'com.marklogic.ml-gradle' version '4.3.7'
id 'com.marklogic.ml-gradle' version '4.4.0'
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion examples/local-testing-project/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Set this to the version you used when running
# "gradle -Pversion=(something) publishToMavenLocal" on your local ml-gradle repo
mlGradleVersion=4.4-SNAPSHOT
mlGradleVersion=4.4.0

mlHost=localhost
mlAppName=example
Expand Down
2 changes: 1 addition & 1 deletion examples/mlcp-project/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath "com.marklogic:ml-gradle:4.3.7"
classpath "com.marklogic:ml-gradle:4.4.0"
}
}

Expand Down
2 changes: 1 addition & 1 deletion examples/redaction-ruleset-project/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id "com.marklogic.ml-gradle" version "4.3.7"
id "com.marklogic.ml-gradle" version "4.4.0"
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion examples/roxy-project/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
mavenLocal()
}
dependencies {
classpath "com.marklogic:ml-gradle:4.3.7"
classpath "com.marklogic:ml-gradle:4.4.0"
}
}

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 @@ -8,7 +8,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath "com.marklogic:ml-gradle:4.3.7"
classpath "com.marklogic:ml-gradle:4.4.0"
}
}

Expand Down
2 changes: 1 addition & 1 deletion examples/schemas-project/build.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
plugins {
id "com.marklogic.ml-gradle" version "4.3.7"
id "com.marklogic.ml-gradle" version "4.4.0"
}
2 changes: 1 addition & 1 deletion examples/ssl-project/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id "net.saliman.properties" version "1.5.1"
id "com.marklogic.ml-gradle" version "4.3.7"
id "com.marklogic.ml-gradle" version "4.4.0"
}

/*
Expand Down
2 changes: 1 addition & 1 deletion examples/triggers-project/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
mavenLocal()
}
dependencies {
classpath "com.marklogic:ml-gradle:4.3.7"
classpath "com.marklogic:ml-gradle:4.4.0"
}
}

Expand Down
2 changes: 1 addition & 1 deletion examples/unit-test-project/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mlGradleVersion=4.3.7
mlGradleVersion=4.4.0
marklogicUnitTestVersion=1.1.0

mlHost=localhost
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ It is not intended to be used to build this project.
<modelVersion>4.0.0</modelVersion>
<groupId>com.marklogic</groupId>
<artifactId>ml-gradle</artifactId>
<version>4.3.7</version>
<version>4.4.0</version>
<name>com.marklogic:ml-gradle</name>
<description>Gradle plugin for automating everything involving MarkLogic</description>
<url>https://github.com/marklogic-community/ml-gradle</url>
Expand Down Expand Up @@ -40,7 +40,7 @@ It is not intended to be used to build this project.
<dependency>
<groupId>com.marklogic</groupId>
<artifactId>ml-app-deployer</artifactId>
<version>4.3.7</version>
<version>4.4.0</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand All @@ -52,7 +52,7 @@ It is not intended to be used to build this project.
<dependency>
<groupId>com.marklogic</groupId>
<artifactId>marklogic-data-movement-components</artifactId>
<version>2.4.1</version>
<version>2.5.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class NewProjectTask extends MarkLogicTask {
if (ant.mlPropertiesPlugin == "y") {
def text = 'plugins {' +
'\n id "net.saliman.properties" version "1.5.1"' +
'\n id "com.marklogic.ml-gradle" version "4.3.7"' +
'\n id "com.marklogic.ml-gradle" version "4.4.0"' +
'\n}'
println "Updating build.gradle so that the Gradle properties plugin can be applied"
writeFile("build.gradle", text)
Expand Down

0 comments on commit 56146ac

Please sign in to comment.