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

Commit 9508706

Browse files
committed
Bumped to 3.1-alpha1
1 parent c43f9e7 commit 9508706

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ dependencies {
2121
compile 'org.apache.httpcomponents:httpclient:4.3.5'
2222
compile 'org.springframework:spring-web:4.3.5.RELEASE'
2323

24-
testCompile ('com.marklogic:ml-junit:3.0-alpha1')
25-
testCompile('commons-io:commons-io:2.5')
24+
testCompile 'com.marklogic:ml-junit:' + mlJunitVersion
25+
testCompile 'commons-io:commons-io:2.5'
2626

2727
// Forcing Spring to use logback instead of commons-logging
2828
runtime "ch.qos.logback:logback-classic:1.1.8"

gradle.properties

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
group=com.marklogic
22
javadocsDir=../gh-pages-marklogic-java/javadocs
3-
version=3.0.0
4-
mlJavaclientUtilVersion=3.0.0
3+
version=3.1-alpha1
4+
mlJavaclientUtilVersion=3.1-alpha1
5+
mlJunitVersion=3.1-alpha1
6+

0 commit comments

Comments
 (0)