File tree Expand file tree Collapse file tree 21 files changed +30
-715
lines changed
fj-doc-lib-simpletable-import
fj-doc-playground-quarkus Expand file tree Collapse file tree 21 files changed +30
-715
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"title" : " Venus (Fugerit Document Generation Framework)" ,
3
3
"name" : " Venus" ,
4
- "version" : " 1.3.0-rc.001 " ,
5
- "date" : " 09 /07/2023" ,
4
+ "version" : " 1.3.0-rc.004 " ,
5
+ "date" : " 11 /07/2023" ,
6
6
"organization" : {
7
7
"name" : " Fugerit Org" ,
8
8
"url" : " https://www.fugerit.org"
Original file line number Diff line number Diff line change 1
- 1.3.0-rc.001 (2023-07-09)
1
+ 1.3.0-rc.004 (2023-07-11)
2
+ ------------------
3
+ + fj-bom updated to 1.2.3
4
+
5
+ 1.3.0-rc.001 (2023-07-09)
2
6
------------------
3
7
+ [New freemarker configuration model](https://github.com/fugerit-org/fj-bom/issues/38)
4
8
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >org.fugerit.java</groupId >
9
9
<artifactId >fj-doc</artifactId >
10
- <version >1.3.0-rc.001 </version >
10
+ <version >1.3.0-rc.004 </version >
11
11
</parent >
12
12
13
13
<name >fj-doc-base-json</name >
54
54
55
55
<url >https://www.fugerit.org/perm/venus/</url >
56
56
57
- <profiles >
58
-
59
- <profile >
60
- <id >full</id >
61
- <build >
62
- <plugins >
63
- <plugin >
64
- <groupId >org.apache.maven.plugins</groupId >
65
- <artifactId >maven-source-plugin</artifactId >
66
- <executions >
67
- <execution >
68
- <id >attach-sources</id >
69
- <goals >
70
- <goal >jar</goal >
71
- </goals >
72
- </execution >
73
- </executions >
74
- </plugin >
75
- <plugin >
76
- <groupId >org.apache.maven.plugins</groupId >
77
- <artifactId >maven-javadoc-plugin</artifactId >
78
- <configuration >
79
- <stylesheetfile >src/main/javadoc/stylesheet.css</stylesheetfile >
80
- </configuration >
81
- <executions >
82
- <execution >
83
- <id >attach-javadocs</id >
84
- <goals >
85
- <goal >jar</goal >
86
- </goals >
87
- </execution >
88
- </executions >
89
- </plugin >
90
- </plugins >
91
- </build >
92
- </profile >
93
-
94
- </profiles >
95
-
96
57
</project >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >org.fugerit.java</groupId >
9
9
<artifactId >fj-doc</artifactId >
10
- <version >1.3.0-rc.001 </version >
10
+ <version >1.3.0-rc.004 </version >
11
11
</parent >
12
12
13
13
<name >fj-doc-base-yaml</name >
60
60
61
61
<url >https://www.fugerit.org/perm/venus/</url >
62
62
63
- <profiles >
64
-
65
- <profile >
66
- <id >full</id >
67
- <build >
68
- <plugins >
69
- <plugin >
70
- <groupId >org.apache.maven.plugins</groupId >
71
- <artifactId >maven-source-plugin</artifactId >
72
- <executions >
73
- <execution >
74
- <id >attach-sources</id >
75
- <goals >
76
- <goal >jar</goal >
77
- </goals >
78
- </execution >
79
- </executions >
80
- </plugin >
81
- <plugin >
82
- <groupId >org.apache.maven.plugins</groupId >
83
- <artifactId >maven-javadoc-plugin</artifactId >
84
- <configuration >
85
- <stylesheetfile >src/main/javadoc/stylesheet.css</stylesheetfile >
86
- </configuration >
87
- <executions >
88
- <execution >
89
- <id >attach-javadocs</id >
90
- <goals >
91
- <goal >jar</goal >
92
- </goals >
93
- </execution >
94
- </executions >
95
- </plugin >
96
- </plugins >
97
- </build >
98
- </profile >
99
-
100
- </profiles >
101
-
102
63
</project >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >org.fugerit.java</groupId >
9
9
<artifactId >fj-doc</artifactId >
10
- <version >1.3.0-rc.001 </version >
10
+ <version >1.3.0-rc.004 </version >
11
11
</parent >
12
12
13
13
<name >fj-doc-base</name >
41
41
42
42
<url >https://www.fugerit.org/perm/venus/</url >
43
43
44
- <profiles >
45
-
46
- <profile >
47
- <id >full</id >
48
- <build >
49
- <plugins >
50
- <plugin >
51
- <groupId >org.apache.maven.plugins</groupId >
52
- <artifactId >maven-source-plugin</artifactId >
53
- <executions >
54
- <execution >
55
- <id >attach-sources</id >
56
- <goals >
57
- <goal >jar</goal >
58
- </goals >
59
- </execution >
60
- </executions >
61
- </plugin >
62
- <plugin >
63
- <groupId >org.apache.maven.plugins</groupId >
64
- <artifactId >maven-javadoc-plugin</artifactId >
65
- <configuration >
66
- <stylesheetfile >src/main/javadoc/stylesheet.css</stylesheetfile >
67
- </configuration >
68
- <executions >
69
- <execution >
70
- <id >attach-javadocs</id >
71
- <goals >
72
- <goal >jar</goal >
73
- </goals >
74
- </execution >
75
- </executions >
76
- </plugin >
77
- </plugins >
78
- </build >
79
- </profile >
80
-
81
- </profiles >
82
-
83
44
</project >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >org.fugerit.java</groupId >
9
9
<artifactId >fj-doc</artifactId >
10
- <version >1.3.0-rc.001 </version >
10
+ <version >1.3.0-rc.004 </version >
11
11
</parent >
12
12
13
13
<name >fj-doc-bom-core</name >
52
52
53
53
<url >https://www.fugerit.org/perm/venus/</url >
54
54
55
- <profiles >
56
-
57
- <profile >
58
- <id >full</id >
59
- <build >
60
- <plugins >
61
- <plugin >
62
- <groupId >org.apache.maven.plugins</groupId >
63
- <artifactId >maven-source-plugin</artifactId >
64
- <executions >
65
- <execution >
66
- <id >attach-sources</id >
67
- <goals >
68
- <goal >jar</goal >
69
- </goals >
70
- </execution >
71
- </executions >
72
- </plugin >
73
- <plugin >
74
- <groupId >org.apache.maven.plugins</groupId >
75
- <artifactId >maven-javadoc-plugin</artifactId >
76
- <configuration >
77
- <stylesheetfile >src/main/javadoc/stylesheet.css</stylesheetfile >
78
- </configuration >
79
- <executions >
80
- <execution >
81
- <id >attach-javadocs</id >
82
- <goals >
83
- <goal >jar</goal >
84
- </goals >
85
- </execution >
86
- </executions >
87
- </plugin >
88
- </plugins >
89
- </build >
90
- </profile >
91
-
92
- </profiles >
93
-
94
55
</project >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >org.fugerit.java</groupId >
9
9
<artifactId >fj-doc</artifactId >
10
- <version >1.3.0-rc.001 </version >
10
+ <version >1.3.0-rc.004 </version >
11
11
</parent >
12
12
13
13
<name >fj-doc-bom-fop</name >
57
57
58
58
<url >https://www.fugerit.org/perm/venus/</url >
59
59
60
- <profiles >
61
-
62
- <profile >
63
- <id >full</id >
64
- <build >
65
- <plugins >
66
- <plugin >
67
- <groupId >org.apache.maven.plugins</groupId >
68
- <artifactId >maven-source-plugin</artifactId >
69
- <executions >
70
- <execution >
71
- <id >attach-sources</id >
72
- <goals >
73
- <goal >jar</goal >
74
- </goals >
75
- </execution >
76
- </executions >
77
- </plugin >
78
- <plugin >
79
- <groupId >org.apache.maven.plugins</groupId >
80
- <artifactId >maven-javadoc-plugin</artifactId >
81
- <configuration >
82
- <stylesheetfile >src/main/javadoc/stylesheet.css</stylesheetfile >
83
- </configuration >
84
- <executions >
85
- <execution >
86
- <id >attach-javadocs</id >
87
- <goals >
88
- <goal >jar</goal >
89
- </goals >
90
- </execution >
91
- </executions >
92
- </plugin >
93
- </plugins >
94
- </build >
95
- </profile >
96
-
97
- </profiles >
98
-
99
60
</project >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >org.fugerit.java</groupId >
9
9
<artifactId >fj-doc</artifactId >
10
- <version >1.3.0-rc.001 </version >
10
+ <version >1.3.0-rc.004 </version >
11
11
</parent >
12
12
13
13
<name >fj-doc-freemarker</name >
57
57
58
58
<url >https://www.fugerit.org/perm/venus/</url >
59
59
60
- <profiles >
61
-
62
- <profile >
63
- <id >full</id >
64
- <build >
65
- <plugins >
66
- <plugin >
67
- <groupId >org.apache.maven.plugins</groupId >
68
- <artifactId >maven-source-plugin</artifactId >
69
- <executions >
70
- <execution >
71
- <id >attach-sources</id >
72
- <goals >
73
- <goal >jar</goal >
74
- </goals >
75
- </execution >
76
- </executions >
77
- </plugin >
78
- <plugin >
79
- <groupId >org.apache.maven.plugins</groupId >
80
- <artifactId >maven-javadoc-plugin</artifactId >
81
- <configuration >
82
- <stylesheetfile >src/main/javadoc/stylesheet.css</stylesheetfile >
83
- </configuration >
84
- <executions >
85
- <execution >
86
- <id >attach-javadocs</id >
87
- <goals >
88
- <goal >jar</goal >
89
- </goals >
90
- </execution >
91
- </executions >
92
- </plugin >
93
- </plugins >
94
- </build >
95
- </profile >
96
-
97
- </profiles >
98
-
99
60
</project >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >org.fugerit.java</groupId >
9
9
<artifactId >fj-doc</artifactId >
10
- <version >1.3.0-rc.001 </version >
10
+ <version >1.3.0-rc.004 </version >
11
11
</parent >
12
12
13
13
<name >fj-doc-lib-autodoc</name >
99
99
100
100
<url >https://www.fugerit.org/perm/venus/</url >
101
101
102
- <profiles >
103
-
104
- <profile >
105
- <id >full</id >
106
- <build >
107
- <plugins >
108
- <plugin >
109
- <groupId >org.apache.maven.plugins</groupId >
110
- <artifactId >maven-source-plugin</artifactId >
111
- <executions >
112
- <execution >
113
- <id >attach-sources</id >
114
- <goals >
115
- <goal >jar</goal >
116
- </goals >
117
- </execution >
118
- </executions >
119
- </plugin >
120
- <plugin >
121
- <groupId >org.apache.maven.plugins</groupId >
122
- <artifactId >maven-javadoc-plugin</artifactId >
123
- <configuration >
124
- <stylesheetfile >src/main/javadoc/stylesheet.css</stylesheetfile >
125
- <excludePackageNames >org.fugerit.java.doc.lib.autodoc.detail.model</excludePackageNames >
126
- </configuration >
127
- <executions >
128
- <execution >
129
- <id >attach-javadocs</id >
130
- <goals >
131
- <goal >jar</goal >
132
- </goals >
133
- </execution >
134
- </executions >
135
- </plugin >
136
- </plugins >
137
- </build >
138
- </profile >
139
-
140
- </profiles >
141
-
142
102
</project >
You can’t perform that action at this time.
0 commit comments