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

Commit 6b2ff5a

Browse files
author
Rob Rudin
committed
Getting dev release ready
1 parent 5391d49 commit 6b2ff5a

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,10 +15,10 @@ repositories {
1515
}
1616

1717
dependencies {
18-
compile 'com.marklogic:ml-javaclient-util:2.11.0'
18+
compile 'com.marklogic:ml-javaclient-util:2.12.DEV'
1919
compile 'jaxen:jaxen:1.1.6'
2020
compile 'org.apache.httpcomponents:httpclient:4.3.5'
21-
compile 'org.springframework:spring-web:4.1.5.RELEASE'
21+
compile 'org.springframework:spring-web:4.3.5.RELEASE'
2222
testCompile ('com.marklogic:ml-junit:2.6.0') {
2323
exclude module: "ml-javaclient-util"
2424
}

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.5.0
3+
version=2.6.DEV

0 commit comments

Comments
 (0)