You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/changes/changes.xml
+33-38Lines changed: 33 additions & 38 deletions
Original file line number
Diff line number
Diff line change
@@ -57,44 +57,39 @@ The <action> type attribute can be add,update,fix,remove.
57
57
The release notes template groups actions by type, and only extracts data for the current release.
58
58
The changes report outputs actions in the order they appear in this file.
59
59
-->
60
-
<body>
61
-
<releaseversion="5.1.0"date="2025-09-13"description="New features and bug fixes.">
62
-
<!-- FIX -->
63
-
<actiontype="fix"dev="sebb">Fix typo in site.vm</action>
64
-
<actiontype="fix"dev="ggregory"due-to="Gary Gregory">Remove -nouses directive from maven-bundle-plugin. OSGi package imports now state 'uses' definitions for package imports, this doesn't affect JPMS (from org.apache.commons:commons-parent:80).</action>
65
-
<!-- UPDATE -->
66
-
<actiontype="update"dev="ggregory"due-to="Dependabot, Gary Gregory">Bump commons-parent from 79 to 87 #211, #232.</action>
67
-
<actiontype="update"dev="ggregory"due-to="Gary Gregory">Use the new oak leaf logo, needs a new commons-parent even for this component.</action>
68
-
</release>
69
-
<releaseversion="5.0.0"date="2024-12-25"description="New features and bug fixes.">
70
-
<!-- FIX -->
71
-
<actiontype="fix"dev="ggregory"due-to="step-security-bot, Gary Gregory">[StepSecurity] ci: Harden GitHub Actions #66.</action>
72
-
<!-- UPDATE -->
73
-
<actiontype="update"dev="ggregory"due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-parent from 49 to 78 #114, #121, #132, #140, #152, #154, #159, #162, #169, #171.</action>
74
-
<actiontype="update"dev="chtompki"due-to="Rob Tompkins">Main logo upgrade - commons-logo.png</action>
75
-
<actiontype="update"dev="ggregory"due-to="Gary Gregory, Dependabot">Bump GitHub CI actions.</action>
76
-
<actiontype="update"dev="ggregory"due-to="Slawomir Jaranowski, Michael Osipov, Gary Gregory">Migrate skin to Doxia 2.x #179.</action>
77
-
</release>
78
-
<releaseversion="4.2"date="2019-11-25"description="New features and bug fixes for maven-site-plugin 3.5+.
60
+
<body>
61
+
<releaseversion=""date="YYYY-MM-DD"description="This is a feature and maintenance release. Java 8 or later is required.">
62
+
<!-- FIX -->
63
+
<!-- ADD -->
64
+
<!-- UPDATE -->
65
+
</release>
66
+
<releaseversion="5.1.0"date="2025-09-13"description="New features and bug fixes.">
67
+
<!-- FIX -->
68
+
<actiontype="fix"dev="sebb">Fix typo in site.vm</action>
69
+
<actiontype="fix"dev="ggregory"due-to="Gary Gregory">Remove -nouses directive from maven-bundle-plugin. OSGi package imports now state 'uses' definitions for package imports, this doesn't affect JPMS (from org.apache.commons:commons-parent:80).</action>
70
+
<!-- UPDATE -->
71
+
<actiontype="update"dev="ggregory"due-to="Dependabot, Gary Gregory">Bump commons-parent from 79 to 87 #211, #232.</action>
72
+
<actiontype="update"dev="ggregory"due-to="Gary Gregory">Use the new oak leaf logo, needs a new commons-parent even for this component.</action>
73
+
</release>
74
+
<releaseversion="5.0.0"date="2024-12-25"description="New features and bug fixes.">
75
+
<!-- FIX -->
76
+
<actiontype="fix"dev="ggregory"due-to="step-security-bot, Gary Gregory">[StepSecurity] ci: Harden GitHub Actions #66.</action>
77
+
<!-- UPDATE -->
78
+
<actiontype="update"dev="ggregory"due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-parent from 49 to 78 #114, #121, #132, #140, #152, #154, #159, #162, #169, #171.</action>
79
+
<actiontype="update"dev="chtompki"due-to="Rob Tompkins">Main logo upgrade - commons-logo.png</action>
80
+
<actiontype="update"dev="ggregory"due-to="Gary Gregory, Dependabot">Bump GitHub CI actions.</action>
81
+
<actiontype="update"dev="ggregory"due-to="Slawomir Jaranowski, Michael Osipov, Gary Gregory">Migrate skin to Doxia 2.x #179.</action>
82
+
</release>
83
+
<releaseversion="4.2"date="2019-11-25"description="New features and bug fixes for maven-site-plugin 3.5+.
79
84
The previous version velocity template had features written for an earlier site
80
85
plugin version that were broken with the latest site plugin.">
81
-
<actiontype="remove"dev="aherbert">
82
-
Remove unused css files. These are not used in the current skin and
83
-
are from previous skin versions.
84
-
</action>
85
-
<actiontype="fix"dev="aherbert">
86
-
Fix processing of custom <footer> element from commons-parent site.xml.
87
-
</action>
88
-
<actiontype="fix"dev="aherbert">
89
-
Update processing of <head> section to handle injected XHTML.
90
-
</action>
91
-
<actiontype="add"dev="aherbert">
92
-
Optionally render bare <div class="source"><pre> tags using prettyprint.
93
-
The functionality is enabled using custom properties to be added to the site.xml.
94
-
</action>
95
-
<actiontype="fix"dev="aherbert">
96
-
Fixed background on navigation menu collapsed icon from white to transparent.
97
-
</action>
98
-
</release>
99
-
</body>
86
+
<actiontype="remove"dev="aherbert">Remove unused css files. These are not used in the current skin and are from previous skin versions.</action>
87
+
<actiontype="fix"dev="aherbert">Fix processing of custom <footer> element from commons-parent site.xml.</action>
88
+
<actiontype="fix"dev="aherbert">Update processing of <head> section to handle injected XHTML.</action>
89
+
<actiontype="add"dev="aherbert">Optionally render bare <div class="source"><pre> tags using prettyprint.
90
+
The functionality is enabled using custom properties to be added to the site.xml.
91
+
</action>
92
+
<actiontype="fix"dev="aherbert">Fixed background on navigation menu collapsed icon from white to transparent.</action>
0 commit comments