Skip to content

Commit 6bd51d6

Browse files
committed
0.4.0 (2022-11-07)
+ Changed version format to MAJOR.MINOR.PATH + Changed fj-core version to 0.7.8
1 parent e4a91bd commit 6bd51d6

File tree

12 files changed

+19
-14
lines changed

12 files changed

+19
-14
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.3.9.4",
5-
"date" : "06/04/2022",
4+
"version" : "0.4.0",
5+
"date" : "07/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.3.9.4 (2022-04-06)
1+
0.4.0 (2022-11-07)
2+
--------------------
3+
+ Changed version format to MAJOR.MINOR.PATH
4+
+ Changed fj-core version to 0.7.8
5+
6+
0.3.9.4 (2022-04-06)
27
--------------------
38
+ para can now contains para and phrases (fop and freemarker mod)
49
+ Changed fj-core version to 0.7.6.8

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.9.5</version>
10+
<version>0.4.0</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.9.5</version>
10+
<version>0.4.0</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.9.5</version>
10+
<version>0.4.0</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.9.5</version>
10+
<version>0.4.0</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.9.5</version>
10+
<version>0.4.0</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.9.5</version>
10+
<version>0.4.0</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.9.5</version>
10+
<version>0.4.0</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.9.5</version>
10+
<version>0.4.0</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.3.9.5</version>
10+
<version>0.4.0</version>
1111
</parent>
1212

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

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>org.fugerit.java</groupId>
66
<artifactId>fj-doc</artifactId>
77

8-
<version>0.3.9.5</version>
8+
<version>0.4.0</version>
99
<packaging>pom</packaging>
1010

1111
<name>fj-doc</name>
@@ -18,7 +18,7 @@
1818
<j2ee-version-compliance>6.0</j2ee-version-compliance>
1919
<maven.compiler.source>${java-version-compliance}</maven.compiler.source>
2020
<maven.compiler.target>${java-version-compliance}</maven.compiler.target>
21-
<fj-version>0.7.6.8</fj-version>
21+
<fj-version>0.7.8</fj-version>
2222
<!-- maven plugin versions -->
2323
<mvn-source-version>3.2.1</mvn-source-version>
2424
<mvn-javadoc-version>3.2.0</mvn-javadoc-version>

0 commit comments

Comments
 (0)