Skip to content

Commit 5c6f3ee

Browse files
committed
0.8.12 (2023-01-28)
------------------ + fix to jvfs copy (files with no null input streams were not copied)
1 parent ebdfffa commit 5c6f3ee

File tree

6 files changed

+10
-6
lines changed

6 files changed

+10
-6
lines changed

docgen/parameters.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"title" : "Jupiter (Fugerit Core A.P.I.)",
33
"name": "Jupiter",
4-
"version" : "0.8.11",
4+
"version" : "0.8.12",
55
"date" : "28/01/2023",
66
"organization" : {
77
"name" : "Fugerit Org",

docgen/release-notes.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
0.8.11 (2023-01-28)
1+
0.8.12 (2023-01-28)
2+
------------------
3+
+ fix to jvfs copy (files with no null input streams were not copied)
4+
5+
0.8.11 (2023-01-28)
26
------------------
37
+ fix to jvfs copy (files with no null input streams were not copied)
48

fj-core-jvfs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.fugerit.java</groupId>
99
<artifactId>fj-lib</artifactId>
10-
<version>0.8.11</version>
10+
<version>0.8.12</version>
1111
</parent>
1212

1313
<name>fj-core-jvfs</name>

fj-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.fugerit.java</groupId>
99
<artifactId>fj-lib</artifactId>
10-
<version>0.8.11</version>
10+
<version>0.8.12</version>
1111
</parent>
1212

1313
<name>fj-core</name>

fj-tool/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.fugerit.java</groupId>
99
<artifactId>fj-lib</artifactId>
10-
<version>0.8.11</version>
10+
<version>0.8.12</version>
1111
</parent>
1212

1313
<name>fj-tool</name>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<relativePath></relativePath>
1212
</parent>
1313

14-
<version>0.8.11</version>
14+
<version>0.8.12</version>
1515
<packaging>pom</packaging>
1616

1717
<name>fj-lib</name>

0 commit comments

Comments
 (0)