Skip to content

Commit a8edbe8

Browse files
georgeajitgeorgeajit
authored andcommitted
updating version
1 parent 5667b93 commit a8edbe8

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,13 @@ To use the API in your maven project, include the following in your pom.xml:
6060
<dependency>
6161
<groupId>com.marklogic</groupId>
6262
<artifactId>java-client-api</artifactId>
63-
<version>3.0.5</version>
63+
<version>3.0.8</version>
6464
</dependency>
6565

6666
For gradle projects, include the following:
6767

6868
dependencies {
69-
compile group: 'com.marklogic', name: 'java-client-api', version: '3.0.5'
69+
compile group: 'com.marklogic', name: 'java-client-api', version: '3.0.8'
7070
}
7171

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

9292
To obtain verified downloads signed with MarkLogic's PGP key, use maven tools or directly download
9393
the .jar and .asc files from
94-
[maven central](http://repo1.maven.org/maven2/com/marklogic/java-client-api/3.0.5/). MarkLogic's
94+
[maven central](http://repo1.maven.org/maven2/com/marklogic/java-client-api/3.0.8/). MarkLogic's
9595
pgp key ID is 48D4B86E and it is available from pgp.mit.edu by installing gnupg and running the command:
9696

9797
$ gpg --keyserver pgp.mit.edu --recv-key 48D4B86E
9898

9999
Files can be verified with the command:
100100

101-
$ gpg java-client-api-3.0.5.jar.asc
101+
$ gpg java-client-api-3.0.8.jar.asc
102102

103103

104104
### Building and Contributing

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.8</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
@@ -26,7 +26,7 @@ jacocoTestReport {
2626
}
2727

2828
dependencies {
29-
compile('com.marklogic:java-client-api:3.0-SNAPSHOT')
29+
compile('com.marklogic:java-client-api:3.0.8')
3030
compile('xmlunit:xmlunit:1.5')
3131
compile('junit:junit:4.11')
3232
compile('org.skyscreamer:jsonassert:1.2.3')

0 commit comments

Comments
 (0)