Skip to content

Commit

Permalink
Jodd v5.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
igr committed Jul 11, 2018
1 parent e887b6e commit 2cd4c9c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 -------------------------------------------------------------

Expand Down Expand Up @@ -552,7 +552,7 @@ task version() {

// --- util -------------------------------------------------------------------

def date() {
static def date() {
def date = new Date()
def formattedDate = date.format('yyyyMMdd')
return formattedDate
Expand Down

0 comments on commit 2cd4c9c

Please sign in to comment.