We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46893c6 commit f6c4d1cCopy full SHA for f6c4d1c
pom.xml
@@ -4,7 +4,7 @@
4
<groupId>com.marklogic</groupId>
5
<artifactId>java-client-api</artifactId>
6
<packaging>jar</packaging>
7
- <version>3.0-SNAPSHOT</version>
+ <version>3.0.7</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
@@ -26,7 +26,7 @@ jacocoTestReport {
26
}
27
28
dependencies {
29
- compile('com.marklogic:java-client-api:3.0-SNAPSHOT')
+ compile('com.marklogic:java-client-api:3.0.7')
30
compile('xmlunit:xmlunit:1.5')
31
compile('junit:junit:4.11')
32
compile('org.skyscreamer:jsonassert:1.2.3')
0 commit comments