Skip to content

Commit 2cd4c9c

Browse files
committed
Jodd v5.0.3
1 parent e887b6e commit 2cd4c9c

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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

1722
One minor fix and one important change for the bootstrap usages.

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)