Skip to content

Commit 3b85c9f

Browse files
committed
8.1.0 (2023-08-20)
+ [enhancement][fj-core] Added factory methods for XMLConfigurableObject [8.1.0-rc.2] + [enhancement][fj-core] Facilities for converting exceptions [8.1.0-rc.1] + [enhancement][fj-lib] [added sonar cloud quality gate](#21) [8.1.0-rc.1]
1 parent 47ad7f9 commit 3b85c9f

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-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" : "8.1.0-rc.1",
5-
"date" : "19/08/2023",
4+
"version" : "8.1.0",
5+
"date" : "20/08/2023",
66
"organization" : {
77
"name" : "Fugerit Org",
88
"url" : "https://www.fugerit.org"

docgen/release-notes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
8.1.0-rc.3 (2023-08-30)
1+
8.1.0 (2023-08-20)
22
------------------
33
+ [enhancement][fj-core] Added factory methods for XMLConfigurableObject [8.1.0-rc.2]
44
+ [enhancement][fj-core] Facilities for converting exceptions [8.1.0-rc.1]

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>8.1.0-rc.2</version>
10+
<version>8.1.0</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>8.1.0-rc.2</version>
10+
<version>8.1.0</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>8.1.0-rc.2</version>
10+
<version>8.1.0</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>8.1.0-rc.2</version>
14+
<version>8.1.0</version>
1515
<packaging>pom</packaging>
1616

1717
<name>fj-lib</name>

0 commit comments

Comments
 (0)