We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e154de commit 26a7b14Copy full SHA for 26a7b14
pom.xml
@@ -4,7 +4,7 @@
4
<groupId>com.marklogic</groupId>
5
<artifactId>marklogic-client-api</artifactId>
6
<packaging>jar</packaging>
7
- <version>4.0-SNAPSHOT</version>
+ <version>4.0.1</version>
8
<name>MarkLogic Java Client API</name>
9
<description>The official MarkLogic Java client API.</description>
10
<url>https://github.com/marklogic/java-client-api</url>
test-complete/build.gradle
@@ -49,7 +49,7 @@ jacocoTestReport {
49
}
50
51
dependencies {
52
- compile('com.marklogic:marklogic-client-api:4.0-SNAPSHOT')
+ compile('com.marklogic:marklogic-client-api:4.0.1')
53
compile('com.marklogic:marklogic-xcc:8.0.6')
54
compile('xmlunit:xmlunit:1.5')
55
compile('junit:junit:4.11')
0 commit comments