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

Commit db2bac4

Browse files
committed
Bumped to 2.9.0
1 parent 0eaa697 commit db2bac4

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

1717
dependencies {
18-
compile 'com.marklogic:ml-javaclient-util:2.9.0-RC1'
18+
compile 'com.marklogic:ml-javaclient-util:2.9.0'
1919
compile 'jaxen:jaxen:1.1.6'
2020
compile 'org.apache.httpcomponents:httpclient:4.3.5'
2121
compile 'org.springframework:spring-web:4.1.5.RELEASE'
@@ -57,7 +57,7 @@ if (project.hasProperty("myBintrayUser")) {
5757
licenses = ['Apache-2.0']
5858
vcsUrl = 'https://github.com/rjrudin/' + project.name + '.git'
5959
version {
60-
name = "2.2.0-RC1"
60+
name = "2.2.0"
6161
released = new Date()
6262
}
6363
}

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.2.0-RC1
3+
version=2.2.0

0 commit comments

Comments
 (0)