@@ -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.1 </version>
54+ <version>3.0.6 </version>
5555 </dependency>
5656
5757For gradle projects, include the following:
5858
5959 dependencies {
60- compile group: 'com.marklogic', name: 'java-client-api', version: '3.0.1 '
60+ compile group: 'com.marklogic', name: 'java-client-api', version: '3.0.6 '
6161 }
6262
6363Read [ The Java API in Five Minutes] ( http://developer.marklogic.com/try/java/index )
@@ -82,14 +82,14 @@ https://developer.marklogic.com/free-developer
8282
8383To obtain verified downloads signed with MarkLogic's PGP key, use maven tools or directly download
8484the .jar and .asc files from
85- [ maven central] ( http://repo1.maven.org/maven2/com/marklogic/java-client-api/3.0.1 / ) . MarkLogic's
86- pgp key ID is 48D4B86E and it is available from pgp.mit.edu by installing gnupg and running the command:
85+ [ maven central] ( http://repo1.maven.org/maven2/com/marklogic/java-client-api/3.0.6 / ) . MarkLogic's
86+ pgp key ID is 38A56C73 and it is available from pgp.mit.edu by installing gnupg and running the command:
8787
88- $ gpg --keyserver pgp.mit.edu --recv-key 48D4B86E
88+ $ gpg --keyserver pgp.mit.edu --recv-key 38A56C73
8989
9090Files can be verified with the command:
9191
92- $ gpg java-client-api-3.0.1 .jar.asc
92+ $ gpg java-client-api-3.0.6 .jar.asc
9393
9494
9595### Building and Contributing
0 commit comments