File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 2424 <body >
2525
2626 <release version =" 1.1.2" date =" not released" >
27+ <action type =" update" dev =" sseifert" >
28+ Update to global-parent 25.
29+ </action >
2730 <action type =" update" dev =" sseifert" >
2831 Update to reflow-maven-skin 1.0.6.
2932 </action >
3033 <action type =" update" dev =" sseifert" >
31- Update to global-parent 25 .
34+ Allow HTML markup in CDATA sections in changes reports .
3235 </action >
3336 <action type =" update" dev =" sseifert" >
3437 Update dependencies.
Original file line number Diff line number Diff line change 320320 </reportSets >
321321 </plugin >
322322
323+ <plugin >
324+ <groupId >org.apache.maven.plugins</groupId >
325+ <artifactId >maven-changes-plugin</artifactId >
326+ <configuration >
327+ <!-- Allow HTML markup in CDATA sections in changes reports -->
328+ <escapeHTML >false</escapeHTML >
329+ </configuration >
330+ </plugin >
331+
323332 </plugins >
324333 </reporting >
325334
You can’t perform that action at this time.
0 commit comments