From 2cd4c9c0a1571502ac88ed51e6d5004a0890e463 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Spasi=C4=87?= Date: Wed, 11 Jul 2018 15:54:33 +0200 Subject: [PATCH] Jodd v5.0.3 --- CHANGELOG.md | 5 +++++ build.gradle | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d9b4514b..691c9696a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,12 +6,17 @@ All notable changes to Jodd project are documented here. (work in progress :) + + +## [v5.0.3](https://github.com/oblac/jodd/compare/v5.0.2...v5.0.3) + ### New Features + **dboom** - added detection of the quote names in annotations. + **dboom** - Added flags to column and table naming strategies for quote chars. + ## [v5.0.2](https://github.com/oblac/jodd/compare/v5.0.1...v5.0.2) One minor fix and one important change for the bootstrap usages. diff --git a/build.gradle b/build.gradle index 1e2b9de18..fc6ef9b52 100644 --- a/build.gradle +++ b/build.gradle @@ -33,8 +33,8 @@ description = ''' simple, but not simpler. ''' -version = '5.0.3-' + date() -//version = '5.0.2' +//version = '5.0.4-' + date() +version = '5.0.3' // --- properties ------------------------------------------------------------- @@ -552,7 +552,7 @@ task version() { // --- util ------------------------------------------------------------------- -def date() { +static def date() { def date = new Date() def formattedDate = date.format('yyyyMMdd') return formattedDate