Skip to content

Commit

Permalink
0.5.1 (2022-11-20)
Browse files Browse the repository at this point in the history
+ Changed Apahe FOP version from 2.6 to 2.8
+ Fix for bug [FOP-3109](#6)
  • Loading branch information
daneeldeveloper committed Nov 20, 2022
1 parent a7d0372 commit dc714ec
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 10 deletions.
4 changes: 2 additions & 2 deletions docgen/parameters.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"title" : "Venus (Fugerit Document Generation Framework)",
"name": "Venus",
"version" : "0.5.0",
"date" : "17/11/2022",
"version" : "0.5.1",
"date" : "20/11/2022",
"organization" : {
"name" : "Fugerit Org",
"url" : "https://www.fugerit.org"
Expand Down
7 changes: 6 additions & 1 deletion docgen/release-notes.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
0.5.0 (2022-11-17) [0.5-RC2]
0.5.1 (2022-11-20)
------------------
+ Changed Apahe FOP version from 2.6 to 2.8
+ Fix for bug [FOP-3109](https://github.com/fugerit-org/fj-doc/issues/6)

0.5.0 (2022-11-17) [0.5-RC2]
------------------
+ Changed fj-core version to 0.8.0
+ Added parent (fj-bom 0.2.2)
Expand Down
2 changes: 1 addition & 1 deletion fj-doc-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.fugerit.java</groupId>
<artifactId>fj-doc</artifactId>
<version>0.5.0</version>
<version>0.5.1</version>
</parent>

<name>fj-doc-base</name>
Expand Down
2 changes: 1 addition & 1 deletion fj-doc-freemarker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.fugerit.java</groupId>
<artifactId>fj-doc</artifactId>
<version>0.5.0</version>
<version>0.5.1</version>
</parent>

<name>fj-doc-freemarker</name>
Expand Down
4 changes: 2 additions & 2 deletions fj-doc-mod-fop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.fugerit.java</groupId>
<artifactId>fj-doc</artifactId>
<version>0.5.0</version>
<version>0.5.1</version>
</parent>

<name>fj-doc-mod-fop</name>
Expand All @@ -22,7 +22,7 @@
</licenses>

<properties>
<fop-version>2.6</fop-version>
<fop-version>2.8</fop-version>
</properties>

<build>
Expand Down
2 changes: 1 addition & 1 deletion fj-doc-mod-poi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.fugerit.java</groupId>
<artifactId>fj-doc</artifactId>
<version>0.5.0</version>
<version>0.5.1</version>
</parent>

<name>fj-doc-mod-poi</name>
Expand Down
2 changes: 1 addition & 1 deletion fj-doc-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.fugerit.java</groupId>
<artifactId>fj-doc</artifactId>
<version>0.5.0</version>
<version>0.5.1</version>
</parent>

<name>fj-doc-sample</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<artifactId>fj-doc</artifactId>

<version>0.5.0</version>
<version>0.5.1</version>
<packaging>pom</packaging>

<name>fj-doc</name>
Expand Down

0 comments on commit dc714ec

Please sign in to comment.