-
Notifications
You must be signed in to change notification settings - Fork 1
/
README-CHANGES.xml
635 lines (635 loc) · 45.9 KB
/
README-CHANGES.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<c:changelog project="com.io7m.primogenitor" xmlns:c="urn:com.io7m.changelog:4.0">
<c:releases>
<c:release date="2017-03-03T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.primogenitor" version="0.0.1">
<c:changes>
<c:change date="2017-03-03T00:00:00+00:00" summary="Initial release."/>
</c:changes>
</c:release>
<c:release date="2017-03-08T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.primogenitor" version="0.0.6">
<c:changes>
<c:change date="2017-03-08T00:00:00+00:00" summary="Correctly execute both the JavaDoc and Surefire plugins."/>
</c:changes>
</c:release>
<c:release date="2017-03-13T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.primogenitor" version="0.0.7">
<c:changes>
<c:change date="2017-03-13T00:00:00+00:00" summary="Disable duplicate class enforcement.">
<c:tickets>
<c:ticket id="8"/>
</c:tickets>
</c:change>
<c:change date="2017-03-13T00:00:00+00:00" summary="Enable dependency analysis.">
<c:tickets>
<c:ticket id="7"/>
</c:tickets>
</c:change>
<c:change date="2017-03-13T00:00:00+00:00" summary="Enable japicmp reporting.">
<c:tickets>
<c:ticket id="6"/>
</c:tickets>
</c:change>
</c:changes>
</c:release>
<c:release date="2017-04-02T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.primogenitor" version="1.0.0">
<c:changes>
<c:change date="2017-04-02T00:00:00+00:00" summary="Use japicmp 0.10.0.">
<c:tickets>
<c:ticket id="9"/>
</c:tickets>
</c:change>
<c:change date="2017-03-28T00:00:00+00:00" summary="Control JavaDoc linting via properties.">
<c:tickets>
<c:ticket id="14"/>
</c:tickets>
</c:change>
<c:change date="2017-03-27T00:00:00+00:00" summary="Embed project URLs into OSGi manifests via Bundle-DocURL.">
<c:tickets>
<c:ticket id="12"/>
</c:tickets>
</c:change>
<c:change date="2017-03-26T00:00:00+00:00" summary="Add the ability to set the previous artifact and group ID for japicmp.">
<c:tickets>
<c:ticket id="13"/>
</c:tickets>
</c:change>
<c:change date="2017-03-20T00:00:00+00:00" summary="Do not show unmodified methods/classes in japicmp reports.">
<c:tickets>
<c:ticket id="11"/>
</c:tickets>
</c:change>
<c:change date="2017-03-14T00:00:00+00:00" summary="Only break builds on semantic versioning violations."/>
</c:changes>
</c:release>
<c:release date="2017-04-02T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.primogenitor" version="1.0.1">
<c:changes>
<c:change date="2017-04-02T00:00:00+00:00" summary="Allow skipping japicmp via the io7m.api.japicmp.skip property."/>
<c:change date="2017-04-02T00:00:00+00:00" summary="Ignore missing classes.">
<c:tickets>
<c:ticket id="15"/>
</c:tickets>
</c:change>
</c:changes>
</c:release>
<c:release date="2017-04-03T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.primogenitor" version="1.0.2">
<c:changes>
<c:change date="2017-04-03T00:00:00+00:00" summary="Fix an excessively strong version pattern restriction.">
<c:tickets>
<c:ticket id="16"/>
</c:tickets>
</c:change>
</c:changes>
</c:release>
<c:release date="2017-06-17T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.primogenitor" version="1.1.0">
<c:changes>
<c:change date="2017-04-05T00:00:00+00:00" summary="Add the Sonatype snapshots repository.">
<c:tickets>
<c:ticket id="17"/>
</c:tickets>
</c:change>
<c:change date="2017-04-09T00:00:00+00:00" summary="Update to maven-bundle-plugin 3.3.0">
<c:tickets>
<c:ticket id="18"/>
</c:tickets>
</c:change>
<c:change date="2017-06-17T00:00:00+00:00" summary="Add explicit control over the groupId and version of the checkstyle rules artifact."/>
</c:changes>
</c:release>
<c:release date="2017-06-30T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.primogenitor" version="1.2.0">
<c:changes>
<c:change date="2017-06-30T00:00:00+00:00" summary="Always provide a parsed version for each module.">
<c:tickets>
<c:ticket id="19"/>
</c:tickets>
</c:change>
</c:changes>
</c:release>
<c:release date="2017-12-07T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.primogenitor" version="2.0.0">
<c:changes>
<c:change compatible="false" date="2017-10-25T00:00:00+00:00" summary="Disable japicmp due to problems with JDK 9.">
<c:tickets>
<c:ticket id="20"/>
</c:tickets>
</c:change>
<c:change date="2017-10-25T00:00:00+00:00" summary="Enable reproducible builds for byte-for-byte identical jar files.">
<c:tickets>
<c:ticket id="21"/>
</c:tickets>
</c:change>
<c:change date="2017-10-25T00:00:00+00:00" summary="Use a newer bndlib to handle JDK 9 bytecode."/>
<c:change date="2017-10-30T00:00:00+00:00" summary="Enable JaCoCo code coverage.">
<c:tickets>
<c:ticket id="23"/>
</c:tickets>
</c:change>
<c:change date="2017-11-04T00:00:00+00:00" summary="Disable the Maven site plugin and use com.io7m.minisite."/>
<c:change compatible="false" date="2017-11-17T00:00:00+00:00" summary="Require and enforce a minimum Maven version [3.5.0,)">
<c:tickets>
<c:ticket id="24"/>
</c:tickets>
</c:change>
<c:change date="2017-11-17T00:00:00+00:00" summary="Enable code coverage with JaCoCo">
<c:tickets>
<c:ticket id="23"/>
</c:tickets>
</c:change>
<c:change compatible="false" date="2017-12-06T00:00:00+00:00" summary="Disable dependency plugin due to problems with JDK 9"/>
<c:change compatible="false" date="2017-12-07T00:00:00+00:00" summary="Migrate to JDK 9">
<c:tickets>
<c:ticket id="20"/>
</c:tickets>
</c:change>
</c:changes>
</c:release>
<c:release date="2018-05-13T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.primogenitor" version="2.1.0">
<c:changes>
<c:change date="2018-03-06T00:00:00+00:00" summary="Make most constants into properties that can be overridden.">
<c:tickets>
<c:ticket id="25"/>
</c:tickets>
</c:change>
<c:change date="2018-05-13T00:00:00+00:00" summary="Upgrade Maven Surefire to 2.21.0">
<c:tickets>
<c:ticket id="26"/>
</c:tickets>
</c:change>
<c:change date="2018-05-13T00:00:00+00:00" summary="Upgrade JaCoCo plugin to 0.8.1"/>
<c:change date="2018-05-13T00:00:00+00:00" summary="Upgrade Checkstyle to 8.10 and use new io7m checkstyle_rules">
<c:tickets>
<c:ticket id="30"/>
</c:tickets>
</c:change>
</c:changes>
</c:release>
<c:release date="2018-05-17T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.primogenitor" version="2.1.1">
<c:changes>
<c:change date="2018-05-17T00:00:00+00:00" summary="Add a workaround for MJAVADOC-524">
<c:tickets>
<c:ticket id="31"/>
</c:tickets>
</c:change>
</c:changes>
</c:release>
<c:release date="2019-08-24T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.primogenitor" version="3.0.0">
<c:changes>
<c:change compatible="false" date="2018-05-18T00:00:00+00:00" summary="Switch to bnd-maven-plugin instead of maven-bundle-plugin">
<c:tickets>
<c:ticket id="27"/>
</c:tickets>
</c:change>
<c:change date="2018-05-18T00:00:00+00:00" summary="Add bnd-baseline-plugin for semantic versioning analysis">
<c:tickets>
<c:ticket id="27"/>
</c:tickets>
</c:change>
<c:change date="2018-05-18T00:00:00+00:00" summary="Add spotbugs-maven-plugin for bug analysis">
<c:tickets>
<c:ticket id="29"/>
</c:tickets>
</c:change>
<c:change compatible="false" date="2019-08-24T00:00:00+00:00" summary="Require JDK 11">
<c:tickets>
<c:ticket id="39"/>
</c:tickets>
</c:change>
<c:change compatible="false" date="2019-08-24T00:00:00+00:00" summary="Require Maven 3.6.1">
<c:tickets>
<c:ticket id="40"/>
</c:tickets>
</c:change>
<c:change date="2019-08-24T00:00:00+00:00" summary="Allow for the specification of "source" and "target" JDK">
<c:tickets>
<c:ticket id="44"/>
</c:tickets>
</c:change>
<c:change date="2019-08-24T00:00:00+00:00" summary="Provide "full" and "lite" primogenitor">
<c:tickets>
<c:ticket id="45"/>
</c:tickets>
</c:change>
</c:changes>
</c:release>
<c:release date="2019-08-25T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.primogenitor" version="3.2.0">
<c:changes>
<c:change date="2019-08-24T00:00:00+00:00" summary="Increase default JDK range to [11,14)"/>
<c:change date="2019-08-25T00:00:00+00:00" summary="Update maven-javadoc-plugin to 3.1.1"/>
<c:change date="2019-08-25T00:00:00+00:00" summary="Update spotbugs-maven-plugin to 3.1.12.2"/>
</c:changes>
</c:release>
<c:release date="2019-08-25T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.primogenitor" version="3.3.0">
<c:changes>
<c:change date="2019-08-25T00:00:00+00:00" summary="Add a support module to help projects produce JavaDoc">
<c:tickets>
<c:ticket id="46"/>
</c:tickets>
</c:change>
</c:changes>
</c:release>
<c:release date="2019-08-25T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.primogenitor" version="3.4.0">
<c:changes>
<c:change date="2019-08-25T00:00:00+00:00" summary="Do not fail on missing Bnd baselines"/>
</c:changes>
</c:release>
<c:release date="2019-10-14T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.primogenitor" version="3.5.0">
<c:changes>
<c:change date="2019-10-14T00:00:00+00:00" summary="Upgrade Bnd plugin suite to 4.3.0"/>
<c:change date="2019-10-14T00:00:00+00:00" summary="Require Maven 3.6.2 instead of 3.6.1"/>
</c:changes>
</c:release>
<c:release date="2020-04-03T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.primogenitor" version="3.6.0">
<c:changes>
<c:change date="2020-04-03T00:00:00+00:00" summary="Upgrade maven-assembly-plugin to 3.2.0"/>
<c:change date="2020-04-03T00:00:00+00:00" summary="Upgrade checkstyle to 8.31"/>
<c:change date="2020-04-03T00:00:00+00:00" summary="Upgrade maven-dependency-plugin to 3.1.2"/>
<c:change date="2020-04-03T00:00:00+00:00" summary="Upgrade maven-enforcer-plugin to 3.0.0-M3"/>
<c:change date="2020-04-03T00:00:00+00:00" summary="Upgrade maven-jar-plugin to 3.2.0"/>
<c:change date="2020-04-03T00:00:00+00:00" summary="Upgrade maven-javadoc-plugin to 3.2.0"/>
<c:change date="2020-04-03T00:00:00+00:00" summary="Upgrade maven-shade-plugin to 3.2.2"/>
<c:change date="2020-04-03T00:00:00+00:00" summary="Upgrade maven-site-plugin to 3.9.0"/>
<c:change date="2020-04-03T00:00:00+00:00" summary="Upgrade maven-source-plugin to 3.2.1"/>
<c:change date="2020-04-03T00:00:00+00:00" summary="Upgrade maven-surefire-plugin to 3.0.0-M4"/>
<c:change date="2020-04-03T00:00:00+00:00" summary="Upgrade reproducible-build-maven-plugin to 0.11"/>
<c:change date="2020-04-03T00:00:00+00:00" summary="Upgrade spotbugs-maven-plugin to 4.0.0"/>
<c:change date="2020-04-03T00:00:00+00:00" summary="Upgrade build-helper-maven-plugin to 3.1.0"/>
<c:change date="2020-04-03T00:00:00+00:00" summary="Upgrade jacoco-maven-plugin to 0.8.5"/>
<c:change date="2020-04-03T00:00:00+00:00" summary="Upgrade bnd plugin suite to 5.0.1"/>
<c:change date="2020-04-03T00:00:00+00:00" summary="Use checkstyle_rules 1.0.0"/>
</c:changes>
</c:release>
<c:release date="2020-04-03T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.primogenitor" version="3.7.0">
<c:changes>
<c:change date="2020-04-03T00:00:00+00:00" summary="Add a project.build.outputTimestamp property to assist with reproducible builds"/>
</c:changes>
</c:release>
<c:release date="2020-04-03T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.primogenitor" version="3.8.0">
<c:changes>
<c:change date="2020-04-03T00:00:00+00:00" summary="Added the -notimestamp option to JavaDoc, for reproducibility"/>
</c:changes>
</c:release>
<c:release date="2020-04-03T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.primogenitor" version="3.9.0">
<c:changes>
<c:change date="2020-04-03T00:00:00+00:00" summary="Add reproducibility workarounds for JavaDoc"/>
</c:changes>
</c:release>
<c:release date="2020-04-04T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.primogenitor" version="4.0.0">
<c:changes>
<c:change compatible="false" date="2020-04-04T00:00:00+00:00" summary="Enable Bnd baselining by default"/>
</c:changes>
</c:release>
<c:release date="2020-04-04T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.primogenitor" version="4.0.1">
<c:changes>
<c:change date="2020-04-04T00:00:00+00:00" summary="Add workaround for https://issues.apache.org/jira/browse/MCOMPILER-296; exclude jpms.args files"/>
</c:changes>
</c:release>
<c:release date="2020-04-10T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.primogenitor" version="5.0.0">
<c:changes>
<c:change compatible="false" date="2020-04-10T00:00:00+00:00" summary="Enable CheckStyle by default for all builds"/>
</c:changes>
</c:release>
<c:release date="2020-10-02T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.primogenitor" version="6.0.0">
<c:changes>
<c:change date="2020-10-02T00:00:00+00:00" summary="Update bnd to 5.1.2"/>
<c:change date="2020-10-02T00:00:00+00:00" summary="Update build-helper-maven-plugin to 3.2.0"/>
<c:change date="2020-10-02T00:00:00+00:00" summary="Update checkstyle tools to 8.36.2"/>
<c:change date="2020-10-02T00:00:00+00:00" summary="Update checksum plugin to 1.9"/>
<c:change date="2020-10-02T00:00:00+00:00" summary="Update extra enforcer rules to 1.3"/>
<c:change date="2020-10-02T00:00:00+00:00" summary="Update jacoco maven plugin to 0.8.6"/>
<c:change date="2020-10-02T00:00:00+00:00" summary="Update maven assembly plugin to 3.3.0"/>
<c:change date="2020-10-02T00:00:00+00:00" summary="Update maven-resources-plugin to 3.2.0"/>
<c:change date="2020-10-02T00:00:00+00:00" summary="Update maven-shade-plugin to 3.2.4"/>
<c:change date="2020-10-02T00:00:00+00:00" summary="Update maven-site-plugin to 3.9.1"/>
<c:change date="2020-10-02T00:00:00+00:00" summary="Update maven-surefire-plugin to 3.0.0-M5"/>
<c:change date="2020-10-02T00:00:00+00:00" summary="Update reproducible-build-maven-plugin to 0.13"/>
<c:change date="2020-10-02T00:00:00+00:00" summary="Update scijava-maven-plugin to 2.0.1"/>
<c:change date="2020-10-02T00:00:00+00:00" summary="Update spotbugs-maven-plugin to 4.1.3"/>
<c:change date="2020-10-02T00:00:00+00:00" summary="Update maven-dependency-analyzer to 1.11.3"/>
<c:change date="2020-10-02T00:00:00+00:00" summary="Set required JDK to 11,[15,16]">
<c:tickets>
<c:ticket id="50"/>
</c:tickets>
</c:change>
<c:change date="2020-10-02T00:00:00+00:00" summary="Enforce bytecode versions.">
<c:tickets>
<c:ticket id="49"/>
</c:tickets>
</c:change>
</c:changes>
</c:release>
<c:release date="2020-12-11T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.primogenitor" version="6.1.0">
<c:changes>
<c:change date="2020-12-11T00:00:00+00:00" summary="Update bnd to 5.2.0"/>
<c:change date="2020-12-11T00:00:00+00:00" summary="Update minisite to 3.0.0"/>
</c:changes>
</c:release>
<c:release date="2020-12-28T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.primogenitor" version="6.2.0">
<c:changes>
<c:change date="2020-12-28T00:00:00+00:00" summary="Add extra TrivialJavadoc options for better build reproducibility"/>
</c:changes>
</c:release>
<c:release date="2021-04-04T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.primogenitor" version="6.3.0">
<c:changes>
<c:change date="2021-04-04T00:00:00+00:00" summary="Upgrade to exec-maven-plugin 3.0.0"/>
<c:change date="2021-04-04T00:00:00+00:00" summary="Upgrade to spotbugs-maven-plugin 4.1.4"/>
<c:change date="2021-04-04T00:00:00+00:00" summary="Upgrade to bnd 5.3.0"/>
<c:change date="2021-04-04T00:00:00+00:00" summary="Upgrade checkstyle to 8.41.1"/>
<c:change date="2021-04-04T00:00:00+00:00" summary="Upgrade maven-checkstyle-plugin to 3.1.2"/>
<c:change date="2021-04-04T00:00:00+00:00" summary="Upgrade spotbugs-maven-plugin to 4.2.2"/>
<c:change date="2021-04-04T00:00:00+00:00" summary="Upgrade scijava-maven-plugin to 2.1.0"/>
<c:change date="2021-04-04T00:00:00+00:00" summary="Ensure Build-Jdk-Spec jar attribute is removed"/>
</c:changes>
</c:release>
<c:release date="2021-05-02T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.primogenitor" version="6.4.0">
<c:changes>
<c:change date="2021-05-02T00:00:00+00:00" summary="Upgrade checkstyle to 8.42"/>
<c:change date="2021-05-02T00:00:00+00:00" summary="Upgrade spotbugs to 4.2.3"/>
<c:change date="2021-05-02T00:00:00+00:00" summary="Require JDK 16 instead of JDK 15">
<c:tickets>
<c:ticket id="52"/>
</c:tickets>
</c:change>
<c:change date="2021-05-02T00:00:00+00:00" summary="Upgrade to checkstyle_rules 1.2.0"/>
</c:changes>
</c:release>
<c:release date="2021-05-02T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.primogenitor" version="6.4.1">
<c:changes/>
</c:release>
<c:release date="2021-05-02T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.primogenitor" version="6.4.2">
<c:changes>
<c:change date="2021-05-02T00:00:00+00:00" summary="Upgrade to minisite 4.0.0"/>
</c:changes>
</c:release>
<c:release date="2022-03-26T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.primogenitor" version="7.0.0">
<c:changes>
<c:change date="2021-08-05T00:00:00+00:00" summary="Upgrade spotbugs to 4.3.0"/>
<c:change date="2021-08-05T00:00:00+00:00" summary="Upgrade maven-dependency-plugin to 3.2.0"/>
<c:change date="2021-08-05T00:00:00+00:00" summary="Upgrade maven-enforcer-plugin to 3.0.0"/>
<c:change date="2021-08-05T00:00:00+00:00" summary="Upgrade maven-gpg-plugin to 3.0.1"/>
<c:change date="2021-08-05T00:00:00+00:00" summary="Upgrade maven-javadoc-plugin to 3.3.0"/>
<c:change date="2021-08-05T00:00:00+00:00" summary="Update checksum plugin to 1.11"/>
<c:change date="2021-08-05T00:00:00+00:00" summary="Upgrade jacoco-maven-plugin to 0.8.7"/>
<c:change date="2021-08-05T00:00:00+00:00" summary="Upgrade checkstyle tools to 8.45"/>
<c:change date="2021-11-02T00:00:00+00:00" summary="Upgrade checkstyle to 9.1"/>
<c:change date="2021-11-02T00:00:00+00:00" summary="Upgrade bnd to 6.0.0."/>
<c:change date="2021-11-02T00:00:00+00:00" summary="Upgrade javadoc to 3.3.1."/>
<c:change date="2021-11-02T00:00:00+00:00" summary="Upgrade extra-enforcer-rules to 1.4."/>
<c:change date="2021-11-02T00:00:00+00:00" summary="Upgrade reproducible-build-maven-plugin to 0.14."/>
<c:change date="2021-11-02T00:00:00+00:00" summary="Upgrade spotbugs to 4.4.2.2."/>
<c:change compatible="false" date="2021-11-02T00:00:00+00:00" summary="Start requiring JDK 17 everywhere."/>
<c:change date="2022-03-12T00:00:00+00:00" summary="Update bnd to 6.2.0"/>
<c:change date="2022-03-12T00:00:00+00:00" summary="Update spotbugs to 4.5.3.0"/>
<c:change date="2022-03-12T00:00:00+00:00" summary="Update reproducible-build to 0.15"/>
<c:change date="2022-03-12T00:00:00+00:00" summary="Update maven compiler plugin to 3.10.1"/>
<c:change date="2022-03-12T00:00:00+00:00" summary="Update maven dependency plugin to 3.3.0"/>
<c:change date="2022-03-12T00:00:00+00:00" summary="Update maven deploy/javadoc/jar/site plugins"/>
<c:change date="2022-03-12T00:00:00+00:00" summary="Update build number and build helper plugins"/>
<c:change date="2022-03-12T00:00:00+00:00" summary="Update nexus staging plugin"/>
<c:change date="2022-03-25T00:00:00+00:00" summary="Update scijava maven plugin to 2.2.0"/>
<c:change date="2022-03-25T00:00:00+00:00" summary="Update extra enforcer rules to 1.5.1"/>
<c:change date="2022-03-25T00:00:00+00:00" summary="Update checkstyle tools to 10.0"/>
<c:change date="2022-03-25T00:00:00+00:00" summary="Update spotbugs maven plugin to 4.6.0.0"/>
</c:changes>
</c:release>
<c:release date="2022-04-11T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.primogenitor" version="7.1.0">
<c:changes>
<c:change date="2022-04-11T00:00:00+00:00" summary="Upgrade maven-clean-plugin to 3.2.0"/>
<c:change date="2022-04-11T00:00:00+00:00" summary="Upgrade maven-shade-plugin to 3.3.0"/>
</c:changes>
</c:release>
<c:release date="2022-09-21T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.primogenitor" version="7.1.1">
<c:changes>
<c:change date="2022-09-21T00:00:00+00:00" summary="Upgrade jacoco maven plugin to 0.8.8"/>
</c:changes>
</c:release>
<c:release date="2022-11-11T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.primogenitor" version="7.2.0">
<c:changes>
<c:change date="2022-11-04T00:00:00+00:00" summary="Adjust bnd settings for more reproducibility."/>
</c:changes>
</c:release>
<c:release date="2022-11-12T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.primogenitor" version="7.3.0">
<c:changes>
<c:change date="2022-11-12T00:00:00+00:00" summary="Allow building on JDK [17,20)."/>
</c:changes>
</c:release>
<c:release date="2022-11-12T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.primogenitor" version="7.4.0">
<c:changes>
<c:change date="2022-11-12T00:00:00+00:00" summary="Update org.codehaus.mojo:extra-enforcer-rules 1.5.1 → 1.6.1."/>
<c:change date="2022-11-12T00:00:00+00:00" summary="Update org.apache.maven.plugins:maven-deploy-plugin 3.0.0-M2 → 3.0.0."/>
<c:change date="2022-11-12T00:00:00+00:00" summary="Update org.apache.maven.plugins:maven-checkstyle-plugin 3.1.2 → 3.2.0."/>
<c:change date="2022-11-12T00:00:00+00:00" summary="Update biz.aQute.bnd:bnd-resolver-maven-plugin 6.2.0 → 6.3.1."/>
<c:change date="2022-11-12T00:00:00+00:00" summary="Update org.apache.maven.plugins:maven-assembly-plugin 3.3.0 → 3.4.2."/>
<c:change date="2022-11-12T00:00:00+00:00" summary="Update org.apache.maven.plugins:maven-surefire-plugin 3.0.0-M5 → 3.0.0-M7."/>
<c:change date="2022-11-12T00:00:00+00:00" summary="Update org.apache.maven.plugins:maven-enforcer-plugin 3.0.0 → 3.1.0."/>
<c:change date="2022-11-12T00:00:00+00:00" summary="Update org.apache.maven.plugins:maven-javadoc-plugin 3.3.2 → 3.4.1."/>
<c:change date="2022-11-12T00:00:00+00:00" summary="Update biz.aQute.bnd:bnd-maven-plugin 6.2.0 → 6.3.1."/>
<c:change date="2022-11-12T00:00:00+00:00" summary="Update org.apache.maven.plugins:maven-resources-plugin 3.2.0 → 3.3.0."/>
<c:change date="2022-11-12T00:00:00+00:00" summary="Update org.apache.maven.plugins:maven-shade-plugin 3.3.0 → 3.4.1."/>
<c:change date="2022-11-12T00:00:00+00:00" summary="Update biz.aQute.bnd:bnd-export-maven-plugin 6.2.0 → 6.3.1."/>
<c:change date="2022-11-12T00:00:00+00:00" summary="Update com.puppycrawl.tools:checkstyle 10.0 → 10.4."/>
<c:change date="2022-11-12T00:00:00+00:00" summary="Update org.apache.maven.plugins:maven-install-plugin 3.0.0-M1 → 3.0.1."/>
<c:change date="2022-11-12T00:00:00+00:00" summary="Update org.apache.maven.plugins:maven-site-plugin 3.11.0 → 4.0.0-M3."/>
<c:change date="2022-11-12T00:00:00+00:00" summary="Update io.github.zlika:reproducible-build-maven-plugin 0.15 → 0.16."/>
<c:change date="2022-11-12T00:00:00+00:00" summary="Update biz.aQute.bnd:bnd-baseline-maven-plugin 6.2.0 → 6.3.1."/>
<c:change date="2022-11-12T00:00:00+00:00" summary="Update com.github.spotbugs:spotbugs-maven-plugin 4.6.0.0 → 4.7.3.0."/>
<c:change date="2022-11-12T00:00:00+00:00" summary="Update org.sonatype.plugins:nexus-staging-maven-plugin 1.6.12 → 1.6.13."/>
<c:change date="2022-11-12T00:00:00+00:00" summary="Update biz.aQute.bnd:bnd-indexer-maven-plugin 6.2.0 → 6.3.1."/>
<c:change date="2022-11-12T00:00:00+00:00" summary="Update org.apache.maven.plugins:maven-jar-plugin 3.2.2 → 3.3.0."/>
<c:change date="2022-11-12T00:00:00+00:00" summary="Update org.codehaus.mojo:exec-maven-plugin 3.0.0 → 3.1.0."/>
</c:changes>
</c:release>
<c:release date="2022-11-26T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.primogenitor" version="7.5.0">
<c:changes>
<c:change date="2022-11-26T00:00:00+00:00" summary="Add Maven Failsafe plugin."/>
<c:change date="2022-11-26T00:00:00+00:00" summary="Update org.apache.maven.plugins:maven-install-plugin 3.0.1 → 3.1.0."/>
</c:changes>
</c:release>
<c:release date="2023-05-18T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.primogenitor" version="7.6.0">
<c:changes>
<c:change date="2023-05-18T00:00:00+00:00" summary="Update org.codehaus.mojo:buildnumber-maven-plugin 3.0.0 → 3.1.0."/>
<c:change date="2023-05-18T00:00:00+00:00" summary="Update org.apache.maven.plugins:maven-assembly-plugin 3.5.0 → 3.6.0."/>
<c:change date="2023-05-13T00:00:00+00:00" summary="Update org.apache.maven.plugins:maven-gpg-plugin 3.0.1 → 3.1.0."/>
<c:change date="2023-05-13T00:00:00+00:00" summary="Update org.apache.maven.plugins:maven-surefire-plugin 3.0.0 → 3.1.0."/>
<c:change date="2023-05-13T00:00:00+00:00" summary="Update org.codehaus.mojo:build-helper-maven-plugin 3.3.0 → 3.4.0."/>
<c:change date="2023-05-13T00:00:00+00:00" summary="Update com.puppycrawl.tools:checkstyle 10.10.0 → 10.11.0."/>
<c:change date="2023-05-13T00:00:00+00:00" summary="Update org.apache.maven.plugins:maven-failsafe-plugin 3.0.0 → 3.1.0."/>
<c:change date="2023-05-04T00:00:00+00:00" summary="Update org.jacoco:jacoco-maven-plugin 0.8.9 → 0.8.10."/>
<c:change date="2023-05-04T00:00:00+00:00" summary="Update com.puppycrawl.tools:checkstyle 10.9.3 → 10.10.0."/>
</c:changes>
</c:release>
<c:release date="2023-05-18T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.primogenitor" version="7.7.0">
<c:changes>
<c:change date="2023-05-18T00:00:00+00:00" summary="Allow JDK 21 as a build JDK."/>
<c:change date="2023-05-18T00:00:00+00:00" summary="Make spotbugs fork as a workaround for a Groovy issue."/>
</c:changes>
</c:release>
<c:release date="2023-10-20T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.primogenitor" version="8.0.0">
<c:changes>
<c:change date="2023-06-29T00:00:00+00:00" summary="Update com.puppycrawl.tools:checkstyle 10.12.0 → 10.12.1."/>
<c:change date="2023-06-29T00:00:00+00:00" summary="Update com.github.spotbugs:spotbugs-maven-plugin 4.7.3.4 → 4.7.3.5."/>
<c:change date="2023-06-29T00:00:00+00:00" summary="Update org.apache.maven.plugins:maven-clean-plugin 3.2.0 → 3.3.1."/>
<c:change compatible="false" date="2023-06-30T00:00:00+00:00" summary="Use src/main/java for tests.">
<c:tickets>
<c:ticket id="57"/>
</c:tickets>
</c:change>
<c:change date="2023-06-30T00:00:00+00:00" summary="Add CycloneDX.">
<c:tickets>
<c:ticket id="56"/>
</c:tickets>
</c:change>
<c:change date="2023-10-14T00:00:00+00:00" summary="Update biz.aQute.bnd:bnd-baseline-maven-plugin 6.4.0 → 7.0.0."/>
<c:change date="2023-10-14T00:00:00+00:00" summary="Update biz.aQute.bnd:bnd-export-maven-plugin 6.4.0 → 7.0.0."/>
<c:change date="2023-10-14T00:00:00+00:00" summary="Update biz.aQute.bnd:bnd-indexer-maven-plugin 6.4.0 → 7.0.0."/>
<c:change date="2023-10-14T00:00:00+00:00" summary="Update biz.aQute.bnd:bnd-maven-plugin 6.4.0 → 7.0.0."/>
<c:change date="2023-10-14T00:00:00+00:00" summary="Update biz.aQute.bnd:bnd-resolver-maven-plugin 6.4.0 → 7.0.0."/>
<c:change date="2023-10-14T00:00:00+00:00" summary="Update com.github.spotbugs:spotbugs-maven-plugin 4.7.3.5 → 4.7.3.6."/>
<c:change date="2023-10-14T00:00:00+00:00" summary="Update com.puppycrawl.tools:checkstyle 10.12.1 → 10.12.4."/>
<c:change date="2023-10-14T00:00:00+00:00" summary="Update org.apache.maven.plugins:maven-enforcer-plugin 3.3.0 → 3.4.1."/>
<c:change date="2023-10-14T00:00:00+00:00" summary="Update org.apache.maven.plugins:maven-javadoc-plugin 3.5.0 → 3.6.0."/>
<c:change date="2023-10-14T00:00:00+00:00" summary="Update org.apache.maven.plugins:maven-shade-plugin 3.5.0 → 3.5.1."/>
<c:change compatible="false" date="2023-10-14T00:00:00+00:00" summary="Start requiring JDK 21."/>
</c:changes>
</c:release>
<c:release date="2023-10-29T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.primogenitor" version="8.1.0">
<c:changes>
<c:change date="2023-10-27T00:00:00+00:00" summary="Update org.apache.maven.plugins:maven-checkstyle-plugin:3.3.0 → 3.3.1"/>
<c:change date="2023-10-27T00:00:00+00:00" summary="Update org.jacoco:jacoco-maven-plugin:0.8.10 → 0.8.11"/>
<c:change date="2023-10-27T00:00:00+00:00" summary="Update org.apache.maven.plugins:maven-surefire-plugin:3.1.2 → 3.2.1"/>
<c:change date="2023-10-27T00:00:00+00:00" summary="Update org.apache.maven.plugins:maven-clean-plugin:3.3.1 → 3.3.2"/>
<c:change date="2023-10-27T00:00:00+00:00" summary="Update org.apache.maven.plugins:maven-failsafe-plugin:3.1.2 → 3.2.1"/>
<c:change date="2023-10-27T00:00:00+00:00" summary="Update org.apache.maven.plugins:maven-dependency-plugin:3.6.0 → 3.6.1"/>
</c:changes>
</c:release>
<c:release date="2024-03-29T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.primogenitor" version="8.2.0">
<c:changes>
<c:change date="2024-03-29T00:00:00+00:00" summary="Allow JDK [21,23)."/>
</c:changes>
</c:release>
<c:release date="2024-10-17T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.primogenitor" version="8.3.0">
<c:changes>
<c:change date="2024-04-19T00:00:00+00:00" summary="Update org.cyclonedx:cyclonedx-maven-plugin:2.7.10 → 2.8.0."/>
<c:change date="2024-04-19T00:00:00+00:00" summary="Update junit.version:5.10.1 → 5.10.2."/>
<c:change date="2024-04-19T00:00:00+00:00" summary="Update org.apache.maven.plugins:maven-source-plugin:3.3.0 → 3.3.1."/>
<c:change date="2024-04-19T00:00:00+00:00" summary="Update org.jacoco:jacoco-maven-plugin:0.8.11 → 0.8.12."/>
<c:change date="2024-05-07T00:00:00+00:00" summary="Update org.apache.maven.plugins:maven-surefire-plugin:3.2.3 → 3.2.5."/>
<c:change date="2024-05-07T00:00:00+00:00" summary="Update org.codehaus.mojo:exec-maven-plugin:3.1.1 → 3.2.0."/>
<c:change date="2024-05-07T00:00:00+00:00" summary="Update org.apache.maven.plugins:maven-install-plugin:3.1.1 → 3.1.2."/>
<c:change date="2024-05-07T00:00:00+00:00" summary="Update org.ow2.asm:asm:9.6 → 9.7."/>
<c:change date="2024-05-07T00:00:00+00:00" summary="Update org.apache.maven.plugins:maven-deploy-plugin:3.1.1 → 3.1.2."/>
<c:change date="2024-05-09T00:00:00+00:00" summary="Update org.apache.maven.plugins:maven-jar-plugin:3.3.0 → 3.4.1."/>
<c:change date="2024-05-09T00:00:00+00:00" summary="Update com.puppycrawl.tools:checkstyle:10.12.7 → 10.16.0."/>
<c:change date="2024-05-09T00:00:00+00:00" summary="Update org.apache.maven.plugins:maven-gpg-plugin:3.1.0 → 3.2.4."/>
<c:change date="2024-05-10T00:00:00+00:00" summary="Update org.apache.maven.plugins:maven-failsafe-plugin:3.2.3 → 3.2.5."/>
<c:change date="2024-05-10T00:00:00+00:00" summary="Update org.apache.maven.plugins:maven-assembly-plugin:3.6.0 → 3.7.1."/>
<c:change date="2024-05-10T00:00:00+00:00" summary="Update org.codehaus.mojo:extra-enforcer-rules:1.7.0 → 1.8.0."/>
<c:change date="2024-05-10T00:00:00+00:00" summary="Update com.github.spotbugs:spotbugs-maven-plugin:4.8.2.0 → 4.8.5.0."/>
<c:change date="2024-05-10T00:00:00+00:00" summary="Update org.apache.maven.plugins:maven-shade-plugin:3.5.1 → 3.5.3."/>
<c:change date="2024-05-27T00:00:00+00:00" summary="Update com.puppycrawl.tools:checkstyle:10.16.0 → 10.17.0."/>
<c:change date="2024-07-09T00:00:00+00:00" summary="Update plugins."/>
<c:change date="2024-07-09T00:00:00+00:00" summary="Update org.apache.maven.plugins:maven-checkstyle-plugin 3.3.1 → 3.4.0."/>
<c:change date="2024-07-09T00:00:00+00:00" summary="Update org.apache.maven.plugins:maven-surefire-plugin 3.2.5 → 3.3.0."/>
<c:change date="2024-07-09T00:00:00+00:00" summary="Update org.apache.maven.plugins:maven-enforcer-plugin 3.4.1 → 3.5.0."/>
<c:change date="2024-07-09T00:00:00+00:00" summary="Update org.apache.maven.plugins:maven-javadoc-plugin 3.6.3 → 3.7.0."/>
<c:change date="2024-07-09T00:00:00+00:00" summary="Update org.apache.maven.plugins:maven-shade-plugin 3.5.3 → 3.6.0."/>
<c:change date="2024-07-09T00:00:00+00:00" summary="Update com.github.spotbugs:spotbugs-maven-plugin 4.8.5.0 → 4.8.6.2."/>
<c:change date="2024-07-09T00:00:00+00:00" summary="Update org.apache.maven.plugins:maven-jar-plugin 3.4.1 → 3.4.2."/>
<c:change date="2024-07-09T00:00:00+00:00" summary="Update org.apache.maven.plugins:maven-clean-plugin 3.3.2 → 3.4.0."/>
<c:change date="2024-07-09T00:00:00+00:00" summary="Update org.apache.maven.plugins:maven-failsafe-plugin 3.2.5 → 3.3.0."/>
<c:change date="2024-07-09T00:00:00+00:00" summary="Update org.scijava:scijava-maven-plugin 2.2.0 → 3.0.0."/>
<c:change date="2024-07-09T00:00:00+00:00" summary="Update org.apache.maven.plugins:maven-dependency-plugin 3.6.1 → 3.7.1."/>
<c:change date="2024-07-10T00:00:00+00:00" summary="Update org.apache.maven.plugins:maven-failsafe-plugin:3.3.0 → 3.3.1."/>
<c:change date="2024-07-10T00:00:00+00:00" summary="Update org.apache.maven.plugins:maven-surefire-plugin:3.3.0 → 3.3.1."/>
<c:change date="2024-07-22T00:00:00+00:00" summary="Update org.apache.maven.plugins:maven-javadoc-plugin:3.7.0 → 3.8.0."/>
<c:change date="2024-08-05T00:00:00+00:00" summary="Update org.cyclonedx:cyclonedx-maven-plugin:2.8.0 → 2.8.1."/>
<c:change date="2024-08-06T00:00:00+00:00" summary="Update org.codehaus.mojo:exec-maven-plugin:3.3.0 → 3.4.0."/>
<c:change date="2024-08-12T00:00:00+00:00" summary="Update org.codehaus.mojo:exec-maven-plugin:3.4.0 → 3.4.1."/>
<c:change date="2024-08-12T00:00:00+00:00" summary="Update org.apache.maven.plugins:maven-gpg-plugin:3.2.4 → 3.2.5."/>
<c:change date="2024-08-14T00:00:00+00:00" summary="Update junit.version:5.10.3 → 5.11.0."/>
<c:change date="2024-08-19T00:00:00+00:00" summary="Update org.apache.maven.plugins:maven-failsafe-plugin:3.3.1 → 3.4.0."/>
<c:change date="2024-08-19T00:00:00+00:00" summary="Update org.apache.maven.plugins:maven-surefire-plugin:3.3.1 → 3.4.0."/>
<c:change date="2024-08-19T00:00:00+00:00" summary="Update org.apache.maven.plugins:maven-install-plugin:3.1.2 → 3.1.3."/>
<c:change date="2024-08-27T00:00:00+00:00" summary="Update org.apache.maven.plugins:maven-deploy-plugin:3.1.2 → 3.1.3."/>
<c:change date="2024-08-27T00:00:00+00:00" summary="Update org.apache.maven.plugins:maven-failsafe-plugin:3.4.0 → 3.5.0."/>
<c:change date="2024-08-27T00:00:00+00:00" summary="Update org.apache.maven.plugins:maven-surefire-plugin:3.4.0 → 3.5.0."/>
<c:change date="2024-08-27T00:00:00+00:00" summary="Update com.puppycrawl.tools:checkstyle:10.17.0 → 10.18.0."/>
<c:change date="2024-08-27T00:00:00+00:00" summary="Update org.apache.maven.plugins:maven-javadoc-plugin:3.8.0 → 3.10.0."/>
<c:change date="2024-08-30T00:00:00+00:00" summary="Update com.puppycrawl.tools:checkstyle:10.18.0 → 10.18.1."/>
<c:change date="2024-09-03T00:00:00+00:00" summary="Update org.codehaus.mojo:buildnumber-maven-plugin:3.2.0 → 3.2.1."/>
<c:change date="2024-09-05T00:00:00+00:00" summary="Update com.github.spotbugs:spotbugs-maven-plugin:4.8.6.2 → 4.8.6.3."/>
<c:change date="2024-09-06T00:00:00+00:00" summary="Update io.github.zlika:reproducible-build-maven-plugin:0.16 → 0.17."/>
<c:change date="2024-09-16T00:00:00+00:00" summary="Update org.apache.maven.plugins:maven-gpg-plugin:3.2.5 → 3.2.6."/>
<c:change date="2024-09-20T00:00:00+00:00" summary="Update org.codehaus.mojo:extra-enforcer-rules:1.8.0 → 1.9.0."/>
<c:change date="2024-09-23T00:00:00+00:00" summary="Update com.github.spotbugs:spotbugs-maven-plugin:4.8.6.3 → 4.8.6.4."/>
<c:change date="2024-09-25T00:00:00+00:00" summary="Update junit.version:5.11.0 → 5.11.1."/>
<c:change date="2024-09-25T00:00:00+00:00" summary="Update org.cyclonedx:cyclonedx-maven-plugin:2.8.1 → 2.8.2."/>
<c:change date="2024-09-27T00:00:00+00:00" summary="Update org.apache.maven.plugins:maven-gpg-plugin:3.2.6 → 3.2.7."/>
<c:change date="2024-09-30T00:00:00+00:00" summary="Update com.puppycrawl.tools:checkstyle:10.18.1 → 10.18.2."/>
<c:change date="2024-10-04T00:00:00+00:00" summary="Update junit.version:5.11.1 → 5.11.2."/>
<c:change date="2024-10-07T00:00:00+00:00" summary="Update org.apache.maven.plugins:maven-failsafe-plugin:3.5.0 → 3.5.1."/>
<c:change date="2024-10-07T00:00:00+00:00" summary="Update org.apache.maven.plugins:maven-surefire-plugin:3.5.0 → 3.5.1."/>
<c:change date="2024-10-07T00:00:00+00:00" summary="Update org.ow2.asm:asm:9.7 → 9.7.1."/>
<c:change date="2024-10-08T00:00:00+00:00" summary="Update org.cyclonedx:cyclonedx-maven-plugin:2.8.2 → 2.9.0."/>
<c:change date="2024-10-17T00:00:00+00:00" summary="Update org.apache.maven.plugins:maven-checkstyle-plugin:3.3.1 → 3.4.0"/>
<c:change date="2024-10-17T00:00:00+00:00" summary="Update org.apache.maven.plugins:maven-surefire-plugin:3.2.5 → 3.3.0"/>
<c:change date="2024-10-17T00:00:00+00:00" summary="Update org.apache.maven.plugins:maven-enforcer-plugin:3.4.1 → 3.5.0"/>
<c:change date="2024-10-17T00:00:00+00:00" summary="Update org.apache.maven.plugins:maven-javadoc-plugin:3.6.3 → 3.7.0"/>
<c:change date="2024-10-17T00:00:00+00:00" summary="Update org.apache.maven.plugins:maven-shade-plugin:3.5.3 → 3.6.0"/>
<c:change date="2024-10-17T00:00:00+00:00" summary="Update com.github.spotbugs:spotbugs-maven-plugin:4.8.5.0 → 4.8.6.2"/>
<c:change date="2024-10-17T00:00:00+00:00" summary="Update org.apache.maven.plugins:maven-jar-plugin:3.4.1 → 3.4.2"/>
<c:change date="2024-10-17T00:00:00+00:00" summary="Update org.apache.maven.plugins:maven-clean-plugin:3.3.2 → 3.4.0"/>
<c:change date="2024-10-17T00:00:00+00:00" summary="Update org.apache.maven.plugins:maven-failsafe-plugin:3.2.5 → 3.3.0"/>
<c:change date="2024-10-17T00:00:00+00:00" summary="Update org.scijava:scijava-maven-plugin:2.2.0 → 3.0.0"/>
<c:change date="2024-10-17T00:00:00+00:00" summary="Update org.apache.maven.plugins:maven-dependency-plugin:3.6.1 → 3.7.1"/>
</c:changes>
</c:release>
<c:release date="2024-10-20T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.primogenitor" version="8.3.1">
<c:changes>
<c:change date="2024-10-20T00:00:00+00:00" summary="Fix coverage generation.">
<c:tickets>
<c:ticket id="128"/>
</c:tickets>
</c:change>
</c:changes>
</c:release>
<c:release date="2024-12-07T19:32:17+00:00" is-open="false" ticket-system="com.github.io7m.primogenitor" version="8.4.0">
<c:changes>
<c:change date="2024-12-07T00:00:00+00:00" summary="Upgrade com.io7m.minisite 5.0.0 → 5.1.0."/>
<c:change date="2024-12-07T00:00:00+00:00" summary="Upgrade biz.aQute.bnd:bnd-indexer-maven-plugin from 7.0.0 to 7.1.0"/>
<c:change date="2024-12-07T00:00:00+00:00" summary="Upgrade biz.aQute.bnd:bnd-indexer-maven-plugin from 7.0.0 to 7.1.0"/>
<c:change date="2024-12-07T00:00:00+00:00" summary="Upgrade biz.aQute.bnd:bnd-maven-plugin from 7.0.0 to 7.1.0"/>
<c:change date="2024-12-07T00:00:00+00:00" summary="Upgrade biz.aQute.bnd:bnd-baseline-maven-plugin from 7.0.0 to 7.1.0"/>
<c:change date="2024-12-07T00:00:00+00:00" summary="Upgrade biz.aQute.bnd:bnd-maven-plugin from 7.0.0 to 7.1.0"/>
<c:change date="2024-12-07T00:00:00+00:00" summary="Upgrade biz.aQute.bnd:bnd-baseline-maven-plugin from 7.0.0 to 7.1.0"/>
<c:change date="2024-12-07T00:00:00+00:00" summary="Upgrade biz.aQute.bnd:bnd-resolver-maven-plugin from 7.0.0 to 7.1.0"/>
<c:change date="2024-12-07T00:00:00+00:00" summary="Upgrade biz.aQute.bnd:bnd-export-maven-plugin from 7.0.0 to 7.1.0"/>
<c:change date="2024-12-07T00:00:00+00:00" summary="Upgrade biz.aQute.bnd:bnd-export-maven-plugin from 7.0.0 to 7.1.0"/>
<c:change date="2024-12-07T00:00:00+00:00" summary="Upgrade biz.aQute.bnd:bnd-resolver-maven-plugin from 7.0.0 to 7.1.0"/>
<c:change date="2024-12-07T00:00:00+00:00" summary="Upgrade com.github.spotbugs:spotbugs-maven-plugin from 4.8.6.5 to 4.8.6.6"/>
<c:change date="2024-12-07T00:00:00+00:00" summary="Upgrade com.github.spotbugs:spotbugs-maven-plugin from 4.8.6.5 to 4.8.6.6"/>
<c:change date="2024-12-07T00:00:00+00:00" summary="Upgrade com.puppycrawl.tools:checkstyle from 10.20.0 to 10.20.1"/>
<c:change date="2024-12-07T00:00:00+00:00" summary="Upgrade com.puppycrawl.tools:checkstyle from 10.20.0 to 10.20.1"/>
<c:change date="2024-12-07T00:00:00+00:00" summary="Upgrade org.apache.maven.plugins:maven-failsafe-plugin from 3.5.1 to 3.5.2"/>
<c:change date="2024-12-07T00:00:00+00:00" summary="Upgrade org.apache.maven.plugins:maven-surefire-plugin from 3.5.1 to 3.5.2"/>
<c:change date="2024-12-07T00:00:00+00:00" summary="Upgrade org.apache.maven.plugins:maven-javadoc-plugin from 3.10.1 to 3.11.1"/>
<c:change date="2024-12-07T00:00:00+00:00" summary="Upgrade org.apache.maven.plugins:maven-javadoc-plugin from 3.10.1 to 3.11.1"/>
<c:change date="2024-12-07T00:00:00+00:00" summary="Upgrade org.apache.maven.plugins:maven-surefire-plugin from 3.5.1 to 3.5.2"/>
<c:change date="2024-12-07T00:00:00+00:00" summary="Upgrade org.apache.maven.plugins:maven-failsafe-plugin from 3.5.1 to 3.5.2"/>
<c:change date="2024-12-07T00:00:00+00:00" summary="Upgrade com.puppycrawl.tools:checkstyle from 10.19.0 to 10.20.0"/>
<c:change date="2024-12-07T00:00:00+00:00" summary="Upgrade com.puppycrawl.tools:checkstyle from 10.19.0 to 10.20.0"/>
<c:change date="2024-12-07T00:00:00+00:00" summary="Upgrade com.puppycrawl.tools:checkstyle from 10.18.2 to 10.19.0"/>
<c:change date="2024-12-07T00:00:00+00:00" summary="Upgrade com.puppycrawl.tools:checkstyle from 10.18.2 to 10.19.0"/>
<c:change date="2024-12-07T00:00:00+00:00" summary="Upgrade org.apache.maven.plugins:maven-checkstyle-plugin from 3.5.0 to 3.6.0"/>
<c:change date="2024-12-07T00:00:00+00:00" summary="Upgrade org.apache.maven.plugins:maven-dependency-plugin from 3.8.0 to 3.8.1"/>
<c:change date="2024-12-07T00:00:00+00:00" summary="Upgrade org.apache.maven.plugins:maven-dependency-plugin"/>
<c:change date="2024-12-07T00:00:00+00:00" summary="Upgrade org.apache.maven.plugins:maven-checkstyle-plugin"/>
<c:change date="2024-12-07T00:00:00+00:00" summary="Upgrade com.github.spotbugs:spotbugs-maven-plugin from 4.8.6.4 to 4.8.6.5"/>
<c:change date="2024-12-07T00:00:00+00:00" summary="Upgrade junit.version from 5.11.2 to 5.11.3"/>
<c:change date="2024-12-07T00:00:00+00:00" summary="Upgrade org.codehaus.mojo:exec-maven-plugin from 3.4.1 to 3.5.0"/>
<c:change date="2024-12-07T00:00:00+00:00" summary="Upgrade org.codehaus.mojo:exec-maven-plugin from 3.4.1 to 3.5.0"/>
<c:change date="2024-12-07T00:00:00+00:00" summary="Upgrade junit.version from 5.11.2 to 5.11.3"/>
<c:change date="2024-12-07T00:00:00+00:00" summary="Upgrade com.github.spotbugs:spotbugs-maven-plugin from 4.8.6.4 to 4.8.6.5"/>
</c:changes>
</c:release>
</c:releases>
<c:ticket-systems>
<c:ticket-system default="false" id="com.github.io7m.primogenitor" url="https://www.github.com/io7m-com/primogenitor/issues/"/>
</c:ticket-systems>
</c:changelog>