Skip to content
This repository was archived by the owner on Jul 23, 2025. It is now read-only.

Commit 406737d

Browse files
committed
Bumped to 2.6.0 and Java Client to 6.1.0
1 parent 1b292a6 commit 406737d

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
}
1010

1111
group = "com.marklogic"
12-
version = "2.5.0"
12+
version = "2.6.0"
1313

1414
java {
1515
sourceCompatibility = 1.8
@@ -21,12 +21,11 @@ ext {
2121
}
2222

2323
repositories {
24-
mavenLocal()
2524
mavenCentral()
2625
}
2726

2827
dependencies {
29-
api 'com.marklogic:marklogic-client-api:6.0.0'
28+
api 'com.marklogic:marklogic-client-api:6.1.0'
3029
implementation 'org.slf4j:slf4j-api:1.7.36'
3130

3231
testImplementation 'com.marklogic:marklogic-junit5:1.2.0'

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ It is not intended to be used to build this project.
1212
<modelVersion>4.0.0</modelVersion>
1313
<groupId>com.marklogic</groupId>
1414
<artifactId>marklogic-data-movement-components</artifactId>
15-
<version>2.5.0</version>
15+
<version>2.6.0</version>
1616
<name>com.marklogic:marklogic-data-movement-components</name>
1717
<description>Reusable components that depend solely on MarkLogic's DMSDK</description>
1818
<url>https://github.com/marklogic-community/marklogic-data-movement-components</url>
@@ -40,7 +40,7 @@ It is not intended to be used to build this project.
4040
<dependency>
4141
<groupId>com.marklogic</groupId>
4242
<artifactId>marklogic-client-api</artifactId>
43-
<version>6.0.0</version>
43+
<version>6.1.0</version>
4444
<scope>compile</scope>
4545
</dependency>
4646
<dependency>

0 commit comments

Comments
 (0)