Skip to content

Commit 26a7b14

Browse files
committed
Updating version information
1 parent 2e154de commit 26a7b14

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>marklogic-client-api</artifactId>
66
<packaging>jar</packaging>
7-
<version>4.0-SNAPSHOT</version>
7+
<version>4.0.1</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
@@ -49,7 +49,7 @@ jacocoTestReport {
4949
}
5050

5151
dependencies {
52-
compile('com.marklogic:marklogic-client-api:4.0-SNAPSHOT')
52+
compile('com.marklogic:marklogic-client-api:4.0.1')
5353
compile('com.marklogic:marklogic-xcc:8.0.6')
5454
compile('xmlunit:xmlunit:1.5')
5555
compile('junit:junit:4.11')

0 commit comments

Comments
 (0)