Skip to content

Commit c90da23

Browse files
authored
Merge pull request #34 from fugerit-org/feature/issue_33_v1
Feature/issue 33 v1
2 parents 6e58f32 + f9aaad9 commit c90da23

File tree

19 files changed

+29
-22
lines changed

19 files changed

+29
-22
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.8.11",
5-
"date" : "26/02/2023",
4+
"version" : "1.0.0",
5+
"date" : "18/03/2023",
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.8.11 (2023-02-26)
1+
1.0.0 (2023-03-18)
2+
------------------
3+
+ [Moving github pages to main branch, dropping 0 version](https://github.com/fugerit-org/fj-doc/issues/33)
4+
+ update fj-core version 8.0.0
5+
6+
0.8.11 (2023-02-26)
27
------------------
38
+ Fixed column helper for SimpleTable
49

fj-doc-base-json/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.8.11</version>
10+
<version>1.0.0</version>
1111
</parent>
1212

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

fj-doc-base-yaml/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.8.11</version>
10+
<version>1.0.0</version>
1111
</parent>
1212

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

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

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

fj-doc-lib-autodoc/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.8.11</version>
10+
<version>1.0.0</version>
1111
</parent>
1212

1313
<name>fj-doc-lib-autodoc</name>

fj-doc-lib-simpletable/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.8.11</version>
10+
<version>1.0.0</version>
1111
</parent>
1212

1313
<name>fj-doc-lib-simpletable</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.8.11</version>
10+
<version>1.0.0</version>
1111
</parent>
1212

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

fj-doc-mod-opencsv/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.8.11</version>
10+
<version>1.0.0</version>
1111
</parent>
1212

1313
<name>fj-doc-mod-opencsv</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.8.11</version>
10+
<version>1.0.0</version>
1111
</parent>
1212

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

fj-doc-playground-quarkus/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.fugerit.java</groupId>
66
<artifactId>fj-doc</artifactId>
7-
<version>0.8.11</version>
7+
<version>1.0.0</version>
88
</parent>
99
<artifactId>fj-doc-playground-quarkus</artifactId>
1010
<properties>

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

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

fj-doc-val-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-doc</artifactId>
10-
<version>0.8.11</version>
10+
<version>1.0.0</version>
1111
</parent>
1212

1313
<name>fj-doc-val-core</name>

fj-doc-val-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.8.11</version>
10+
<version>1.0.0</version>
1111
</parent>
1212

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

fj-doc-val-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.8.11</version>
10+
<version>1.0.0</version>
1111
</parent>
1212

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

fj-doc-val/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.8.11</version>
10+
<version>1.0.0</version>
1111
</parent>
1212

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

index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Documentation for Venus (fj-doc) Project
22

33
**Intro**
4-
Venus defines a [xml meta model document](fj-doc-base/src/main/resources/config/doc-1-10.xsd), providing some simple formatting structures (paragraphs, tables, list).
4+
Venus defines a [xml meta model document](fj-doc-base/src/main/resources/config/doc-2-0.xsd), providing some simple formatting structures (paragraphs, tables, list).
55
Those meta model can be rendered in different output formats using modules called type handlers. (PDF, HTML, XLSX, Markdown ecc).
66
Here is the github project [README](README.md).
77

@@ -10,4 +10,6 @@ A quickstart project is also available for info and examples :
1010

1111
**You can also check :**
1212
* [Venus (fj-doc) home page](https://www.fugerit.org/wp/index.php/fugerit-coding-org/fugerit-venus)
13-
* [Github project](https://github.com/fugerit-org/fj-doc)
13+
* [Github project](https://github.com/fugerit-org/fj-doc)
14+
* [Venus Playground](https://www.fugerit.org/fj-doc-playground/home/)
15+
* [Venus Quickstart](https://venusqs.fugerit.org/)

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

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

14-
<version>0.8.11</version>
14+
<version>1.0.0</version>
1515
<packaging>pom</packaging>
1616

1717
<name>fj-doc</name>
@@ -24,7 +24,7 @@
2424
<maven.compiler.source>${java-version-compliance}</maven.compiler.source>
2525
<maven.compiler.target>${java-version-compliance}</maven.compiler.target>
2626
<!-- fj java versions -->
27-
<fj-version>0.8.13</fj-version>
27+
<fj-version>8.0.0</fj-version>
2828
<fj-doc-version>${project.version}</fj-doc-version>
2929
<jackson-version>2.14.2</jackson-version>
3030
</properties>

0 commit comments

Comments
 (0)