Skip to content

Commit 818e01f

Browse files
author
Shiva Verma
committed
Updatingthe version corresponding to 4.0.0-EA4 release with server release 9.0-EA4
1 parent 2a9fd1b commit 818e01f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

+1-1
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.0-EA4</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

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jacocoTestReport {
5555
}
5656

5757
dependencies {
58-
compile('com.marklogic:marklogic-client-api:4.0-SNAPSHOT')
58+
compile('com.marklogic:marklogic-client-api:4.0.0-EA4')
5959
compile('com.marklogic:marklogic-xcc:8.0.6')
6060
compile('xmlunit:xmlunit:1.5')
6161
compile('junit:junit:4.11')

0 commit comments

Comments
 (0)