Skip to content

Commit 8934eb7

Browse files
author
Shiva Verma
committed
updating version: 3.0.6
1 parent 8a2c428 commit 8934eb7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
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.1</version>
54+
<version>3.0.6</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.1'
60+
compile group: 'com.marklogic', name: 'java-client-api', version: '3.0.6'
6161
}
6262

6363
Read [The Java API in Five Minutes](http://developer.marklogic.com/try/java/index)
@@ -82,14 +82,14 @@ https://developer.marklogic.com/free-developer
8282

8383
To obtain verified downloads signed with MarkLogic's PGP key, use maven tools or directly download
8484
the .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

9090
Files 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

Comments
 (0)