Skip to content

Commit cd8fbd7

Browse files
committed
Updated Maven project report skin (fixing the *Fork Me*-banner).
1 parent 8dad8df commit cd8fbd7

11 files changed

Lines changed: 30 additions & 26 deletions

File tree

NOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
- 0.9.54
2+
- Updated Maven project report skin (fixing the *Fork Me*-banner).
3+
4+
15
- 0.9.53
26
- Renamed ill-named linux binaries to `linux` (was `unix`).
37
- Minor doc fixes.

ffsampledsp-aarch64-linux/src/site/site.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<bannerRight>
1010
<href>https://www.tagtraum.com/</href>
1111
<src>../images/tagtraum-banner.png</src>
12-
<width>90</width>
13-
<height>60</height>
12+
<width>90px</width>
13+
<height>60px</height>
1414
</bannerRight>
1515
<body>
1616
<links>

ffsampledsp-aarch64-macos/src/site/site.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<bannerRight>
1010
<href>https://www.tagtraum.com/</href>
1111
<src>../images/tagtraum-banner.png</src>
12-
<width>90</width>
13-
<height>60</height>
12+
<width>90px</width>
13+
<height>60px</height>
1414
</bannerRight>
1515
<body>
1616
<links>

ffsampledsp-complete/src/site/site.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<bannerRight>
1010
<href>https://www.tagtraum.com/</href>
1111
<src>../images/tagtraum-banner.png</src>
12-
<width>90</width>
13-
<height>60</height>
12+
<width>90px</width>
13+
<height>60px</height>
1414
</bannerRight>
1515
<body>
1616
<links>

ffsampledsp-i386-win/src/site/site.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<bannerRight>
1010
<href>https://www.tagtraum.com/</href>
1111
<src>../images/tagtraum-banner.png</src>
12-
<width>90</width>
13-
<height>60</height>
12+
<width>90px</width>
13+
<height>60px</height>
1414
</bannerRight>
1515
<body>
1616
<links>

ffsampledsp-java/src/site/site.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<bannerRight>
1010
<href>https://www.tagtraum.com/</href>
1111
<src>../images/tagtraum-banner.png</src>
12-
<width>90</width>
13-
<height>60</height>
12+
<width>90px</width>
13+
<height>60px</height>
1414
</bannerRight>
1515
<body>
1616
<links>

ffsampledsp-x86_64-linux/src/site/site.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<bannerRight>
1010
<href>https://www.tagtraum.com/</href>
1111
<src>../images/tagtraum-banner.png</src>
12-
<width>90</width>
13-
<height>60</height>
12+
<width>90px</width>
13+
<height>60px</height>
1414
</bannerRight>
1515
<body>
1616
<links>

ffsampledsp-x86_64-macos/src/site/site.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<bannerRight>
1010
<href>https://www.tagtraum.com/</href>
1111
<src>../images/tagtraum-banner.png</src>
12-
<width>90</width>
13-
<height>60</height>
12+
<width>90px</width>
13+
<height>60px</height>
1414
</bannerRight>
1515
<body>
1616
<links>

ffsampledsp-x86_64-win/src/site/site.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<bannerRight>
1010
<href>https://www.tagtraum.com/</href>
1111
<src>../images/tagtraum-banner.png</src>
12-
<width>90</width>
13-
<height>60</height>
12+
<width>90px</width>
13+
<height>60px</height>
1414
</bannerRight>
1515
<body>
1616
<links>

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
<plugin>
9595
<groupId>org.apache.maven.plugins</groupId>
9696
<artifactId>maven-project-info-reports-plugin</artifactId>
97-
<version>3.1.2</version>
97+
<version>3.4.5</version>
9898
<reportSets>
9999
<reportSet>
100100
<reports>
@@ -112,7 +112,7 @@
112112
<plugin>
113113
<groupId>org.apache.maven.plugins</groupId>
114114
<artifactId>maven-javadoc-plugin</artifactId>
115-
<version>3.3.1</version>
115+
<version>3.5.0</version>
116116
<reportSets>
117117
<reportSet>
118118
<reports>
@@ -189,7 +189,7 @@
189189
<plugin>
190190
<groupId>org.apache.maven.plugins</groupId>
191191
<artifactId>maven-javadoc-plugin</artifactId>
192-
<version>3.3.1</version>
192+
<version>3.5.0</version>
193193
</plugin>
194194
<plugin>
195195
<groupId>org.apache.maven.plugins</groupId>
@@ -204,12 +204,12 @@
204204
<plugin>
205205
<groupId>org.apache.maven.plugins</groupId>
206206
<artifactId>maven-site-plugin</artifactId>
207-
<version>3.9.1</version>
207+
<version>3.12.0</version>
208208
</plugin>
209209
<plugin>
210210
<groupId>org.apache.maven.plugins</groupId>
211211
<artifactId>maven-project-info-reports-plugin</artifactId>
212-
<version>3.1.2</version>
212+
<version>3.4.5</version>
213213
</plugin>
214214
<plugin>
215215
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)