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

Commit 95b70fc

Browse files
committed
Bumping to 2.1.0
1 parent c0dfb40 commit 95b70fc

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
@@ -19,7 +19,7 @@ dependencies {
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'
22-
testCompile 'com.marklogic:ml-junit:2.5'
22+
testCompile 'com.marklogic:ml-junit:2.6.0'
2323
}
2424

2525
// This ensures that Gradle includes in the published jar any non-java files under src/main/java
@@ -60,7 +60,7 @@ if (project.hasProperty("myBintrayUser")) {
6060
licenses = ['Apache-2.0']
6161
vcsUrl = 'https://github.com/rjrudin/' + project.name + '.git'
6262
version {
63-
name = "2.0"
63+
name = "2.1.0"
6464
released = new Date()
6565
}
6666
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
group=com.marklogic
22
publishUrl=file:../gh-pages-marklogic-java/releases
33
javadocsDir=../gh-pages-marklogic-java/javadocs
4-
version=2.0
4+
version=2.1.0

0 commit comments

Comments
 (0)