Skip to content

Commit 2ce84c7

Browse files
committed
0.7.9 (2022-11-07)
+ Bump esapi from 2.1.0.1 to 2.3.0.0 in /fj-ext
1 parent 8f294a0 commit 2ce84c7

File tree

6 files changed

+11
-7
lines changed

6 files changed

+11
-7
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.7.8",
4+
"version" : "0.7.9",
55
"date" : "07/11/2021",
66
"organization" : {
77
"name" : "Fugerit Org",

docgen/release-notes.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1-
0.7.8 (2022-11-07)
2-
--------------------
1+
0.7.9 (2022-11-07)
2+
------------------
3+
+ Bump esapi from 2.1.0.1 to 2.3.0.0 in /fj-ext
4+
5+
0.7.8 (2022-11-07)
6+
------------------
37
+ Build jdk 1.8
48

59
0.7.7 (2022-11-07)

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

1313
<name>fj-core</name>

fj-ext/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.7.8</version>
10+
<version>0.7.9</version>
1111
</parent>
1212

1313
<name>fj-ext</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.7.8</version>
10+
<version>0.7.9</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.7.8</version>
14+
<version>0.7.9</version>
1515
<packaging>pom</packaging>
1616

1717
<name>fj-lib</name>

0 commit comments

Comments
 (0)