Skip to content

Commit f6c4d1c

Browse files
author
Shiva Verma
committed
updating version to be 3.0.7
1 parent 46893c6 commit f6c4d1c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.marklogic</groupId>
55
<artifactId>java-client-api</artifactId>
66
<packaging>jar</packaging>
7-
<version>3.0-SNAPSHOT</version>
7+
<version>3.0.7</version>
88
<name>MarkLogic Java Client API</name>
99
<description>The official MarkLogic Java client API.</description>
1010
<url>https://github.com/marklogic/java-client-api</url>

test-complete/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jacocoTestReport {
2626
}
2727

2828
dependencies {
29-
compile('com.marklogic:java-client-api:3.0-SNAPSHOT')
29+
compile('com.marklogic:java-client-api:3.0.7')
3030
compile('xmlunit:xmlunit:1.5')
3131
compile('junit:junit:4.11')
3232
compile('org.skyscreamer:jsonassert:1.2.3')

0 commit comments

Comments
 (0)