File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,17 @@ All notable changes to Jodd project are documented here.
66
77(work in progress :)
88
9+
10+
11+ ## [ v5.0.3] ( https://github.com/oblac/jodd/compare/v5.0.2...v5.0.3 )
12+
913### New Features
1014
1115+ ** dboom** - added detection of the quote names in annotations.
1216+ ** dboom** - Added flags to column and table naming strategies for quote chars.
1317
1418
19+
1520## [ v5.0.2] ( https://github.com/oblac/jodd/compare/v5.0.1...v5.0.2 )
1621
1722One minor fix and one important change for the bootstrap usages.
Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ description = '''
3333 simple, but not simpler.
3434'''
3535
36- version = ' 5.0.3 -' + date()
37- // version = '5.0.2 '
36+ // version = '5.0.4 -' + date()
37+ version = ' 5.0.3 '
3838
3939// --- properties -------------------------------------------------------------
4040
@@ -552,7 +552,7 @@ task version() {
552552
553553// --- util -------------------------------------------------------------------
554554
555- def date () {
555+ static def date () {
556556 def date = new Date ()
557557 def formattedDate = date. format(' yyyyMMdd' )
558558 return formattedDate
You can’t perform that action at this time.
0 commit comments