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

Commit 85bb08a

Browse files
committed
Calling 2.0
1 parent e1988a2 commit 85bb08a

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.mdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# ml-app-deployer releases
22

3+
## 2.0 - 2016-02-08
4+
5+
* No changes from 2.0rc4, just making final label
6+
37
## 2.0rc4 - 2016-01-20
48

59
* Added exception handling for intermittent case where, when deleting multiple XDBC/ODBC servers in a row, the 2nd one will fail

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ if (project.hasProperty("myBintrayUser")) {
5959
licenses = ['Apache-2.0']
6060
vcsUrl = 'https://github.com/rjrudin/' + project.name + '.git'
6161
version {
62-
name = "2.0rc4"
62+
name = "2.0"
6363
released = new Date()
6464
}
6565
}

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.0rc4
4+
version=2.0

0 commit comments

Comments
 (0)