Skip to content

Commit 85426d4

Browse files
Ajit GeorgeAjit George
Ajit George
authored and
Ajit George
committed
updateing version
1 parent 66ed5f8 commit 85426d4

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.4</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
@@ -18,7 +18,7 @@ repositories {
1818
}
1919

2020
dependencies {
21-
compile('com.marklogic:java-client-api:3.0-SNAPSHOT')
21+
compile('com.marklogic:java-client-api:3.0.4')
2222
compile('xmlunit:xmlunit:1.5')
2323
compile('junit:junit:4.11')
2424
compile('org.skyscreamer:jsonassert:1.2.3')

0 commit comments

Comments
 (0)