Skip to content

Commit

Permalink
misc: preparing release 1.0.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Sep 16, 2020
1 parent 2d904a1 commit d1f45bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<version>${revision}</version>

<properties>
<revision>1.0.4</revision>
<revision>1.0.5</revision>
<assertj.version>3.11.1</assertj.version>
<groovy.version>3.0.3</groovy.version>
<json.version>20190722</json.version>
Expand Down
4 changes: 2 additions & 2 deletions releases.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[
{
"version": "1.0.5",
"date": "17/9/2020",
"release-notes": "<ul><li>misc: logger should rely on root logger level rather than specifying for each package a logger level.</li></ul>"
"date": "16/9/2020",
"release-notes": "<ul><li>misc: logger should rely on root logger level rather than specifying for each package a logger level.</li><li>bugfix: startup script did not correctly include libs directory.</li></ul>"
},
{
"version": "1.0.4",
Expand Down

0 comments on commit d1f45bf

Please sign in to comment.