We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a9fd1b commit 818e01fCopy full SHA for 818e01f
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.0-EA4</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
@@ -55,7 +55,7 @@ jacocoTestReport {
55
}
56
57
dependencies {
58
- compile('com.marklogic:marklogic-client-api:4.0-SNAPSHOT')
+ compile('com.marklogic:marklogic-client-api:4.0.0-EA4')
59
compile('com.marklogic:marklogic-xcc:8.0.6')
60
compile('xmlunit:xmlunit:1.5')
61
compile('junit:junit:4.11')
0 commit comments