Skip to content

Commit dc714ec

Browse files
0.5.1 (2022-11-20)
+ Changed Apahe FOP version from 2.6 to 2.8 + Fix for bug [FOP-3109](#6)
1 parent a7d0372 commit dc714ec

File tree

8 files changed

+15
-10
lines changed

8 files changed

+15
-10
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" : "Venus (Fugerit Document Generation Framework)",
33
"name": "Venus",
4-
"version" : "0.5.0",
5-
"date" : "17/11/2022",
4+
"version" : "0.5.1",
5+
"date" : "20/11/2022",
66
"organization" : {
77
"name" : "Fugerit Org",
88
"url" : "https://www.fugerit.org"

docgen/release-notes.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
0.5.0 (2022-11-17) [0.5-RC2]
1+
0.5.1 (2022-11-20)
2+
------------------
3+
+ Changed Apahe FOP version from 2.6 to 2.8
4+
+ Fix for bug [FOP-3109](https://github.com/fugerit-org/fj-doc/issues/6)
5+
6+
0.5.0 (2022-11-17) [0.5-RC2]
27
------------------
38
+ Changed fj-core version to 0.8.0
49
+ Added parent (fj-bom 0.2.2)

fj-doc-base/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-doc</artifactId>
10-
<version>0.5.0</version>
10+
<version>0.5.1</version>
1111
</parent>
1212

1313
<name>fj-doc-base</name>

fj-doc-freemarker/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-doc</artifactId>
10-
<version>0.5.0</version>
10+
<version>0.5.1</version>
1111
</parent>
1212

1313
<name>fj-doc-freemarker</name>

fj-doc-mod-fop/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.fugerit.java</groupId>
99
<artifactId>fj-doc</artifactId>
10-
<version>0.5.0</version>
10+
<version>0.5.1</version>
1111
</parent>
1212

1313
<name>fj-doc-mod-fop</name>
@@ -22,7 +22,7 @@
2222
</licenses>
2323

2424
<properties>
25-
<fop-version>2.6</fop-version>
25+
<fop-version>2.8</fop-version>
2626
</properties>
2727

2828
<build>

fj-doc-mod-poi/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-doc</artifactId>
10-
<version>0.5.0</version>
10+
<version>0.5.1</version>
1111
</parent>
1212

1313
<name>fj-doc-mod-poi</name>

fj-doc-sample/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-doc</artifactId>
10-
<version>0.5.0</version>
10+
<version>0.5.1</version>
1111
</parent>
1212

1313
<name>fj-doc-sample</name>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<artifactId>fj-doc</artifactId>
1313

14-
<version>0.5.0</version>
14+
<version>0.5.1</version>
1515
<packaging>pom</packaging>
1616

1717
<name>fj-doc</name>

0 commit comments

Comments
 (0)