Skip to content

Commit 6e48d94

Browse files
committed
Update to reflow-maven-skin 1.0.12 and reflow-velocity-tools 1.0.2 to fix broken links in changes report.
maven-changes-plugin: Do not generate links to teamlist reports. Update commercial support info.
1 parent bd30078 commit 6e48d94

File tree

5 files changed

+13
-4
lines changed

5 files changed

+13
-4
lines changed

parent_toplevel/changes.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@
2727
<action type="update" dev="sseifert">
2828
Update to global-parent 32.
2929
</action>
30+
<action type="fix" dev="sseifert">
31+
Update to reflow-maven-skin 1.0.12 and reflow-velocity-tools 1.0.2 to fix broken links in changes report.
32+
</action>
33+
<action type="fix" dev="sseifert">
34+
maven-changes-plugin: Do not generate links to teamlist reports.
35+
</action>
3036
</release>
3137

3238
<release version="1.2.0" date="2020-01-09">

parent_toplevel/pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@
233233
<dependency>
234234
<groupId>io.wcm.maven.skins</groupId>
235235
<artifactId>reflow-velocity-tools</artifactId>
236-
<version>1.0.0</version>
236+
<version>1.0.2</version>
237237
</dependency>
238238
<!-- Reflow skin requires Velocity >= 1.7 -->
239239
<dependency>
@@ -330,6 +330,8 @@
330330
<configuration>
331331
<!-- Allow HTML markup in CDATA sections in changes reports -->
332332
<escapeHTML>false</escapeHTML>
333+
<!-- Do not generate links to teamlist reports -->
334+
<teamlist>none</teamlist>
333335
</configuration>
334336
</plugin>
335337

parent_toplevel/src/site/site.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<skin>
3636
<groupId>io.wcm.maven.skins</groupId>
3737
<artifactId>reflow-maven-skin</artifactId>
38-
<version>1.0.10</version>
38+
<version>1.0.12</version>
3939
</skin>
4040
<custom>
4141
<reflowSkin>
@@ -117,6 +117,7 @@
117117
<item name="GitHub project" href="http://github.com/wcm-io-devops" />
118118
<item name="Subprojects" href="https://wcm.io/subprojects.html" />
119119
<item name="License" href="https://devops.wcm.io/license.html" />
120+
<item name="Commercial Support" href="https://wcm.io/commercial-support.html" />
120121
<item name="Imprint" href="https://wcm.io/imprint.html" />
121122
</menu>
122123
<menu name="Categories" inherit="top">

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>io.wcm.devops</groupId>
2828
<artifactId>io.wcm.devops.parent_toplevel</artifactId>
29-
<version>1.2.2</version>
29+
<version>1.2.3-SNAPSHOT</version>
3030
<relativePath>parent_toplevel/pom.xml</relativePath>
3131
</parent>
3232

public_site/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>io.wcm.devops</groupId>
2828
<artifactId>io.wcm.devops.parent_toplevel</artifactId>
29-
<version>1.2.0</version>
29+
<version>1.2.3-SNAPSHOT</version>
3030
<relativePath>../parent_toplevel/pom.xml</relativePath>
3131
</parent>
3232

0 commit comments

Comments
 (0)