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

Commit 953d8dd

Browse files
committed
Bumping to 2.3.2
1 parent 2f655ab commit 953d8dd

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
@@ -58,7 +58,7 @@ if (project.hasProperty("myBintrayUser")) {
5858
licenses = ['Apache-2.0']
5959
vcsUrl = 'https://github.com/rjrudin/' + project.name + '.git'
6060
version {
61-
name = "2.3.0"
61+
name = project.version
6262
released = new Date()
6363
}
6464
}

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.3.1
3+
version=2.3.2

0 commit comments

Comments
 (0)