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

Commit fb019de

Browse files
committed
Bumping to 2.2.0, also triggering travis
1 parent 3a3cb55 commit fb019de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.1.0"
63+
name = "2.2.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.1.0
4+
version=2.2.0

0 commit comments

Comments
 (0)