Skip to content

Commit b80a83d

Browse files
committed
0.8.19 (2023-01-28)
+ [fj-core-jvfs fix input stream retriave in db jmount](#12) Signed-off-by: Matteo Franci a.k.a. Fugerit <[email protected]>
1 parent c40b616 commit b80a83d

File tree

6 files changed

+11
-7
lines changed

6 files changed

+11
-7
lines changed

docgen/parameters.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"title" : "Jupiter (Fugerit Core A.P.I.)",
33
"name": "Jupiter",
4-
"version" : "0.8.9",
5-
"date" : "27/01/2023",
4+
"version" : "0.8.10",
5+
"date" : "28/01/2023",
66
"organization" : {
77
"name" : "Fugerit Org",
88
"url" : "https://www.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.9 (2023-01-22)
1+
0.8.19 (2023-01-28)
2+
------------------
3+
+ [fj-core-jvfs fix input stream retriave in db jmount](https://github.com/fugerit-org/fj-lib/issues/12)
4+
5+
0.8.9 (2023-01-27)
26
------------------
37
+ [Develop a config provider feature for external configuration source](https://github.com/fugerit-org/fj-lib/issues/10)
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.9-b1</version>
10+
<version>0.8.10</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.9-b1</version>
10+
<version>0.8.10</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.9-b1</version>
10+
<version>0.8.10</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.9-b1</version>
14+
<version>0.8.10</version>
1515
<packaging>pom</packaging>
1616

1717
<name>fj-lib</name>

0 commit comments

Comments
 (0)