Skip to content

Commit ef7f38f

Browse files
authored
Merge pull request #1815 from marklogic/feature/merge-master-to-develop
MLE-12345 Merge master to develop and bump version
2 parents 71d50ff + a89d34f commit ef7f38f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ To use the client in your [Maven](https://maven.apache.org/) project, include th
3333
<dependency>
3434
<groupId>com.marklogic</groupId>
3535
<artifactId>marklogic-client-api</artifactId>
36-
<version>7.1.0</version>
36+
<version>7.2.0</version>
3737
</dependency>
3838

3939
To use the client in your [Gradle](https://gradle.org/) project, include the following in your `build.gradle` file:
4040

4141
dependencies {
42-
implementation "com.marklogic:marklogic-client-api:7.1.0"
42+
implementation "com.marklogic:marklogic-client-api:7.2.0"
4343
}
4444

4545
Next, read [The Java API in Five Minutes](http://developer.marklogic.com/try/java/index) to get started.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group=com.marklogic
2-
version=7.2-SNAPSHOT
2+
version=7.3-SNAPSHOT
33
describedName=MarkLogic Java Client API
44
publishUrl=file:../marklogic-java/releases
55

ml-development-tools/src/test/example-project/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ buildscript {
44
mavenCentral()
55
}
66
dependencies {
7-
classpath "com.marklogic:ml-development-tools:7.1.0"
7+
classpath "com.marklogic:ml-development-tools:7.2.0"
88
}
99
}
1010

@@ -23,7 +23,7 @@ repositories {
2323
}
2424

2525
dependencies {
26-
implementation 'com.marklogic:marklogic-client-api:7.1.0'
26+
implementation 'com.marklogic:marklogic-client-api:7.2.0'
2727
}
2828

2929
tasks.register("testFullPath", com.marklogic.client.tools.gradle.EndpointProxiesGenTask) {

0 commit comments

Comments
 (0)