Skip to content

Commit 47d6eb1

Browse files
committed
8.0.3 (2023-03-25)
+ [j2ee dependant api deprecation](#19) #19 + changed fj-bom version to 0.2.3 + changed inner dependancy of submodules from project.version to fj-version
1 parent a2d85cf commit 47d6eb1

File tree

9 files changed

+16
-348
lines changed

9 files changed

+16
-348
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" : "8.0.2",
4+
"version" : "8.0.3",
55
"date" : "25/03/2023",
66
"organization" : {
77
"name" : "Fugerit Org",

docgen/release-notes.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
8.0.2 (2023-03-25)
1+
8.0.3 (2023-03-25)
2+
------------------
3+
+ [j2ee dependant api deprecation](https://github.com/fugerit-org/fj-lib/issues/19)
4+
+ changed fj-bom version to 0.2.3
5+
+ changed inner dependancy of submodules from project.version to fj-version
6+
7+
8.0.2 (2023-03-25)
28
------------------
39
+ [j2ee dependant api deprecation](https://github.com/fugerit-org/fj-lib/issues/19)
410

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.0.2</version>
10+
<version>8.0.3</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.0.2</version>
10+
<version>8.0.3</version>
1111
</parent>
1212

1313
<name>fj-core</name>

fj-core/src/main/resources/core/web/navmap/tld/navmap.tld

Lines changed: 0 additions & 228 deletions
This file was deleted.

fj-core/src/main/resources/core/web/navmap/xsd/navmap-1-0.xsd

Lines changed: 0 additions & 102 deletions
This file was deleted.

fj-core/src/test/resources/core/web/auth/resource/auth-resouces.xml

Lines changed: 0 additions & 9 deletions
This file was deleted.

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.0.2</version>
10+
<version>8.0.3</version>
1111
</parent>
1212

1313
<name>fj-tool</name>

0 commit comments

Comments
 (0)