Skip to content

Commit 50d6df1

Browse files
committed
0.3.3.5 (2021-02-02)
-------------------- + Added support for italic and bold italic style in freemarker html
1 parent e5a55f6 commit 50d6df1

File tree

12 files changed

+16
-12
lines changed

12 files changed

+16
-12
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" : "Venus (Fugerit Document Generation Framework)",
33
"name": "Venus",
4-
"version" : "0.3.3.4",
4+
"version" : "0.3.3.5",
55
"date" : "02/02/2021",
66
"organization" : {
77
"name" : "Fugerit Org",

docgen/release-notes.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
0.3.3.4 (2021-02-02)
1+
0.3.3.5 (2021-02-02)
2+
--------------------
3+
+ Added support for italic and bold italic style in freemarker html
4+
5+
0.3.3.4 (2021-02-02)
26
--------------------
37
+ Added support for italic and bold italic style in freemarker html
48

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

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

fj-doc-ent/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.3.3.4</version>
10+
<version>0.3.3.5</version>
1111
</parent>
1212

1313
<name>fj-doc-ent</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.3.3.4</version>
10+
<version>0.3.3.5</version>
1111
</parent>
1212

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

fj-doc-mod-fop/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.3.3.4</version>
10+
<version>0.3.3.5</version>
1111
</parent>
1212

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

fj-doc-mod-itext/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.3.3.4</version>
10+
<version>0.3.3.5</version>
1111
</parent>
1212

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

fj-doc-mod-jxl/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.3.3.4</version>
10+
<version>0.3.3.5</version>
1111
</parent>
1212

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

fj-doc-mod-pdfbox/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.3.3.4</version>
10+
<version>0.3.3.5</version>
1111
</parent>
1212

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

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

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

0 commit comments

Comments
 (0)