Skip to content

Commit 45cc6f4

Browse files
author
lorenzo
committed
misc: preparing release 1.0.2.
1 parent 4e2be87 commit 45cc6f4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
<parent>
88
<groupId>com.reedelk</groupId>
99
<artifactId>module-parent</artifactId>
10-
<version>1.0.1</version>
10+
<version>1.0.2</version>
1111
</parent>
1212

1313
<packaging>bundle</packaging>
14-
<version>1.0.2-SNAPSHOT</version>
14+
<version>1.0.2</version>
1515
<artifactId>module-file</artifactId>
1616

1717
<properties>

releases.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[
22
{
33
"version": "1.0.2",
4-
"date": "// TODO: Date",
4+
"date": "26/8/2020",
55
"release-notes": "<ul><li>bugfix: File read component Default strategy reads all data into a byte array avoiding generating intermediate byte arrays to increase buffer capacity.</li><li>bugfix: default read buffer size is expressed in Kb and not in bytes.</li><ul>"
66
},
77
{

0 commit comments

Comments
 (0)