Skip to content

Commit f138991

Browse files
committed
Updates for the next release
1 parent 7069002 commit f138991

File tree

1 file changed

+33
-38
lines changed

1 file changed

+33
-38
lines changed

src/changes/changes.xml

Lines changed: 33 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -57,44 +57,39 @@ The <action> type attribute can be add,update,fix,remove.
5757
The release notes template groups actions by type, and only extracts data for the current release.
5858
The changes report outputs actions in the order they appear in this file.
5959
-->
60-
<body>
61-
<release version="5.1.0" date="2025-09-13" description="New features and bug fixes.">
62-
<!-- FIX -->
63-
<action type="fix" dev="sebb">Fix typo in site.vm</action>
64-
<action type="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-
<action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump commons-parent from 79 to 87 #211, #232.</action>
67-
<action type="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-
<release version="5.0.0" date="2024-12-25" description="New features and bug fixes.">
70-
<!-- FIX -->
71-
<action type="fix" dev="ggregory" due-to="step-security-bot, Gary Gregory">[StepSecurity] ci: Harden GitHub Actions #66.</action>
72-
<!-- UPDATE -->
73-
<action type="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-
<action type="update" dev="chtompki" due-to="Rob Tompkins">Main logo upgrade - commons-logo.png</action>
75-
<action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump GitHub CI actions.</action>
76-
<action type="update" dev="ggregory" due-to="Slawomir Jaranowski, Michael Osipov, Gary Gregory">Migrate skin to Doxia 2.x #179.</action>
77-
</release>
78-
<release version="4.2" date="2019-11-25" description="New features and bug fixes for maven-site-plugin 3.5+.
60+
<body>
61+
<release version="" 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+
<release version="5.1.0" date="2025-09-13" description="New features and bug fixes.">
67+
<!-- FIX -->
68+
<action type="fix" dev="sebb">Fix typo in site.vm</action>
69+
<action type="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+
<action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump commons-parent from 79 to 87 #211, #232.</action>
72+
<action type="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+
<release version="5.0.0" date="2024-12-25" description="New features and bug fixes.">
75+
<!-- FIX -->
76+
<action type="fix" dev="ggregory" due-to="step-security-bot, Gary Gregory">[StepSecurity] ci: Harden GitHub Actions #66.</action>
77+
<!-- UPDATE -->
78+
<action type="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+
<action type="update" dev="chtompki" due-to="Rob Tompkins">Main logo upgrade - commons-logo.png</action>
80+
<action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump GitHub CI actions.</action>
81+
<action type="update" dev="ggregory" due-to="Slawomir Jaranowski, Michael Osipov, Gary Gregory">Migrate skin to Doxia 2.x #179.</action>
82+
</release>
83+
<release version="4.2" date="2019-11-25" description="New features and bug fixes for maven-site-plugin 3.5+.
7984
The previous version velocity template had features written for an earlier site
8085
plugin version that were broken with the latest site plugin.">
81-
<action type="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-
<action type="fix" dev="aherbert">
86-
Fix processing of custom &lt;footer&gt; element from commons-parent site.xml.
87-
</action>
88-
<action type="fix" dev="aherbert">
89-
Update processing of &lt;head&gt; section to handle injected XHTML.
90-
</action>
91-
<action type="add" dev="aherbert">
92-
Optionally render bare &lt;div class="source"&gt;&lt;pre&gt; tags using prettyprint.
93-
The functionality is enabled using custom properties to be added to the site.xml.
94-
</action>
95-
<action type="fix" dev="aherbert">
96-
Fixed background on navigation menu collapsed icon from white to transparent.
97-
</action>
98-
</release>
99-
</body>
86+
<action type="remove" dev="aherbert">Remove unused css files. These are not used in the current skin and are from previous skin versions.</action>
87+
<action type="fix" dev="aherbert">Fix processing of custom &lt;footer&gt; element from commons-parent site.xml.</action>
88+
<action type="fix" dev="aherbert">Update processing of &lt;head&gt; section to handle injected XHTML.</action>
89+
<action type="add" dev="aherbert">Optionally render bare &lt;div class="source"&gt;&lt;pre&gt; tags using prettyprint.
90+
The functionality is enabled using custom properties to be added to the site.xml.
91+
</action>
92+
<action type="fix" dev="aherbert">Fixed background on navigation menu collapsed icon from white to transparent.</action>
93+
</release>
94+
</body>
10095
</document>

0 commit comments

Comments
 (0)