Skip to content

Commit a6f54f2

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ To use the API in your maven project, include the following in your pom.xml:
5151
<dependency>
5252
<groupId>com.marklogic</groupId>
5353
<artifactId>java-client-api</artifactId>
54-
<version>3.0.5</version>
54+
<version>3.0.7</version>
5555
</dependency>
5656

5757
For gradle projects, include the following:
5858

5959
dependencies {
60-
compile group: 'com.marklogic', name: 'java-client-api', version: '3.0.5'
60+
compile group: 'com.marklogic', name: 'java-client-api', version: '3.0.7'
6161
}
6262

6363
Read [The Java API in Five Minutes](http://developer.marklogic.com/try/java/index)

0 commit comments

Comments
 (0)