File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 29
29
Switch to Java 11 as minimum version.
30
30
</action >
31
31
<action type =" update" dev =" sseifert" >
32
- Update to global-parent 61 .
32
+ Update to global-parent 65 .
33
33
</action >
34
34
<action type =" update" dev =" sseifert" >
35
35
Switch to latest maven-site-plugin and update to reflow-maven-skin 1.3.4.
43
43
<action type =" update" dev =" sseifert" >
44
44
Set OddEvenVersionPolicy for gitflow-maven-plugin.
45
45
</action >
46
+ <action type =" update" dev =" sseifert" >
47
+ Enable rendering of changes reports in HTML format again by reconfiguring maven-changes-plugin 3.0.0-M3.
48
+ </action >
46
49
</release >
47
50
48
51
<release version =" 6" date =" 2019-09-30" >
Original file line number Diff line number Diff line change 25
25
<parent >
26
26
<groupId >io.wcm.maven</groupId >
27
27
<artifactId >io.wcm.maven.global-parent</artifactId >
28
- <version >64 -SNAPSHOT</version >
28
+ <version >65 -SNAPSHOT</version >
29
29
<relativePath />
30
30
</parent >
31
31
243
243
<artifactId >maven-changes-plugin</artifactId >
244
244
<configuration >
245
245
<!-- Allow HTML markup in CDATA sections in changes reports -->
246
- <escapeHTML >false</escapeHTML >
246
+ <escapeText >false</escapeText >
247
247
<!-- Do not generate links to teamlist reports -->
248
248
<teamlist >none</teamlist >
249
249
</configuration >
You can’t perform that action at this time.
0 commit comments