Skip to content

Commit 5427920

Browse files
committed
Move entries to proper version.
1 parent ddab28e commit 5427920

1 file changed

Lines changed: 8 additions & 9 deletions

File tree

src/changes/changes.xml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,18 @@ The <action> type attribute can be add,update,fix,remove.
4646

4747
<body>
4848
<release version="2.13.0" date="2021-MM-DD" description="Java 8 required.">
49+
<!-- FIX -->
50+
<action dev="ggregory" type="fix" due-to="Gary Gregory">
51+
Fix Javadoc links to the JRE.
52+
</action>
4953
<!-- ADD -->
5054
<action dev="ggregory" type="add" due-to="Gary Gregory">
5155
Add BrokenReader.INSTANCE.
5256
</action>
57+
<!-- UPDATE -->
58+
<action dev="ggregory" type="update" due-to="Dependabot">
59+
Bump Maven Javadoc plugin from 3.2.0 to 3.3.0.
60+
</action>
5361
</release>
5462
<release version="2.11.0" date="2021-07-09" description="Java 8 required.">
5563
<!-- FIX -->
@@ -84,9 +92,6 @@ The <action> type attribute can be add,update,fix,remove.
8492
toString(byte[])
8593
toString(byte[], String)
8694
</action>
87-
<action dev="ggregory" type="fix" due-to="Gary Gregory">
88-
Fix Javadoc links to the JRE.
89-
</action>
9095
<!-- ADD -->
9196
<action dev="ggregory" type="update" due-to="Gary Gregory">
9297
Add SymbolicLinkFileFilter.
@@ -104,12 +109,6 @@ The <action> type attribute can be add,update,fix,remove.
104109
<action dev="ggregory" type="update" due-to="Dependabot">
105110
Bump jmh.version from 1.27 to 1.32 #237.
106111
</action>
107-
<action dev="ggregory" type="update" due-to="Dependabot">
108-
Bump spotbugs from 4.2.3 to 4.3.0 #249.
109-
</action>
110-
<action dev="ggregory" type="update" due-to="Dependabot">
111-
Bump Maven Javadoc plugin from 3.2.0 to 3.3.0.
112-
</action>
113112
</release>
114113
<!-- The release date is the date RC is cut -->
115114
<release version="2.10.0" date="2021-06-10" description="Java 8 required.">

0 commit comments

Comments
 (0)