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 2929 Switch to Java 11 as minimum version.
3030 </action >
3131 <action type =" update" dev =" sseifert" >
32- Update to global-parent 61 .
32+ Update to global-parent 65 .
3333 </action >
3434 <action type =" update" dev =" sseifert" >
3535 Switch to latest maven-site-plugin and update to reflow-maven-skin 1.3.4.
4343 <action type =" update" dev =" sseifert" >
4444 Set OddEvenVersionPolicy for gitflow-maven-plugin.
4545 </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 >
4649 </release >
4750
4851 <release version =" 6" date =" 2019-09-30" >
Original file line number Diff line number Diff line change 2525 <parent >
2626 <groupId >io.wcm.maven</groupId >
2727 <artifactId >io.wcm.maven.global-parent</artifactId >
28- <version >64 -SNAPSHOT</version >
28+ <version >65 -SNAPSHOT</version >
2929 <relativePath />
3030 </parent >
3131
243243 <artifactId >maven-changes-plugin</artifactId >
244244 <configuration >
245245 <!-- Allow HTML markup in CDATA sections in changes reports -->
246- <escapeHTML >false</escapeHTML >
246+ <escapeText >false</escapeText >
247247 <!-- Do not generate links to teamlist reports -->
248248 <teamlist >none</teamlist >
249249 </configuration >
You can’t perform that action at this time.
0 commit comments