Skip to content

Commit 3a1baf1

Browse files
committed
1.3.0-rc.004 (2023-07-11)
+ fj-bom updated to 1.2.3
1 parent 378e4b8 commit 3a1baf1

File tree

21 files changed

+30
-715
lines changed

21 files changed

+30
-715
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" : "1.3.0-rc.001",
5-
"date" : "09/07/2023",
4+
"version" : "1.3.0-rc.004",
5+
"date" : "11/07/2023",
66
"organization" : {
77
"name" : "Fugerit Org",
88
"url" : "https://www.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-
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)
26
------------------
37
+ [New freemarker configuration model](https://github.com/fugerit-org/fj-bom/issues/38)
48

fj-doc-base-json/pom.xml

Lines changed: 1 addition & 40 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>1.3.0-rc.001</version>
10+
<version>1.3.0-rc.004</version>
1111
</parent>
1212

1313
<name>fj-doc-base-json</name>
@@ -54,43 +54,4 @@
5454

5555
<url>https://www.fugerit.org/perm/venus/</url>
5656

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-
9657
</project>

fj-doc-base-yaml/pom.xml

Lines changed: 1 addition & 40 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>1.3.0-rc.001</version>
10+
<version>1.3.0-rc.004</version>
1111
</parent>
1212

1313
<name>fj-doc-base-yaml</name>
@@ -60,43 +60,4 @@
6060

6161
<url>https://www.fugerit.org/perm/venus/</url>
6262

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-
10263
</project>

fj-doc-base/pom.xml

Lines changed: 1 addition & 40 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>1.3.0-rc.001</version>
10+
<version>1.3.0-rc.004</version>
1111
</parent>
1212

1313
<name>fj-doc-base</name>
@@ -41,43 +41,4 @@
4141

4242
<url>https://www.fugerit.org/perm/venus/</url>
4343

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-
8344
</project>

fj-doc-bom-core/pom.xml

Lines changed: 1 addition & 40 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>1.3.0-rc.001</version>
10+
<version>1.3.0-rc.004</version>
1111
</parent>
1212

1313
<name>fj-doc-bom-core</name>
@@ -52,43 +52,4 @@
5252

5353
<url>https://www.fugerit.org/perm/venus/</url>
5454

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-
9455
</project>

fj-doc-bom-fop/pom.xml

Lines changed: 1 addition & 40 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>1.3.0-rc.001</version>
10+
<version>1.3.0-rc.004</version>
1111
</parent>
1212

1313
<name>fj-doc-bom-fop</name>
@@ -57,43 +57,4 @@
5757

5858
<url>https://www.fugerit.org/perm/venus/</url>
5959

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-
9960
</project>

fj-doc-freemarker/pom.xml

Lines changed: 1 addition & 40 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>1.3.0-rc.001</version>
10+
<version>1.3.0-rc.004</version>
1111
</parent>
1212

1313
<name>fj-doc-freemarker</name>
@@ -57,43 +57,4 @@
5757

5858
<url>https://www.fugerit.org/perm/venus/</url>
5959

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-
9960
</project>

fj-doc-lib-autodoc/pom.xml

Lines changed: 1 addition & 41 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>1.3.0-rc.001</version>
10+
<version>1.3.0-rc.004</version>
1111
</parent>
1212

1313
<name>fj-doc-lib-autodoc</name>
@@ -99,44 +99,4 @@
9999

100100
<url>https://www.fugerit.org/perm/venus/</url>
101101

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-
142102
</project>

0 commit comments

Comments
 (0)