Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit 57d3af0

Browse files
committed
Changed to 2.9.0. Also set marklogic-xcc to 8.0.4 as 8.0.5 is not in jcenter yet.
1 parent 082c93a commit 57d3af0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repositories {
1515

1616
dependencies {
1717
compile 'com.marklogic:java-client-api:3.0.5'
18-
compile 'com.marklogic:marklogic-xcc:8.0.5'
18+
compile 'com.marklogic:marklogic-xcc:8.0.4'
1919
compile 'org.jdom:jdom2:2.0.5'
2020
compile 'org.springframework:spring-context:4.1.5.RELEASE'
2121

@@ -55,7 +55,7 @@ if (project.hasProperty("myBintrayUser")) {
5555
licenses = ['Apache-2.0']
5656
vcsUrl = 'https://github.com/rjrudin/' + project.name + '.git'
5757
version {
58-
name = "2.9.0-RC1"
58+
name = "2.9.0"
5959
released = new Date()
6060
}
6161
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
group=com.marklogic
22
javadocsDir=../gh-pages-marklogic-java/javadocs
3-
version=2.9.0-RC1
3+
version=2.9.0

0 commit comments

Comments
 (0)