-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME-CHANGES.xml
41 lines (41 loc) · 2.59 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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<c:changelog project="com.io7m.jobj" xmlns:c="urn:com.io7m.changelog:4.0">
<c:releases>
<c:release date="2015-12-18T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.jobj" version="0.1.0">
<c:changes>
<c:change date="2015-12-18T00:00:00+00:00" summary="Initial release."/>
</c:changes>
</c:release>
<c:release date="2016-08-16T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.jobj" version="0.1.1">
<c:changes>
<c:change date="2016-08-16T00:00:00+00:00" summary="Update Maven dependencies and plugins."/>
<c:change date="2016-08-16T00:00:00+00:00" summary="The produced package is now an OSGi bundle."/>
</c:changes>
</c:release>
<c:release date="2016-11-22T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.jobj" version="0.2.0">
<c:changes>
<c:change compatible="false" date="2016-11-22T00:00:00+00:00" summary="Updated to jlexing 0.2.0. This is an API breaking change."/>
</c:changes>
</c:release>
<c:release date="2017-11-16T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.jobj" version="0.3.0">
<c:changes>
<c:change date="2017-04-09T00:00:00+00:00" summary="Rename project. Use the new primogenitor POM and 2017 project conventions."/>
<c:change compatible="false" date="2017-11-16T00:00:00+00:00" summary="All modules are now Java 9 modules. JDK 9 is now required."/>
<c:change compatible="false" date="2017-11-16T00:00:00+00:00" summary="Removed dependency on com.io7m.jnull."/>
</c:changes>
</c:release>
<c:release date="2024-05-11T17:22:01+00:00" is-open="false" ticket-system="com.github.io7m.jobj" version="1.0.0">
<c:changes>
<c:change date="2020-10-13T00:00:00+00:00" summary="Update junit:4.12 → 4.13.1."/>
<c:change date="2024-04-19T00:00:00+00:00" summary="Update org.slf4j:slf4j-api:2.0.10 → 2.0.13."/>
<c:change date="2024-04-19T00:00:00+00:00" summary="Update ch.qos.logback:logback-classic:1.4.14 → 1.5.6."/>
<c:change date="2024-04-19T00:00:00+00:00" summary="Update args4j:args4j:2.33 → 2.37."/>
<c:change date="2024-05-08T00:00:00+00:00" summary="Update com.io7m.jlexing:com.io7m.jlexing.core:3.1.0 → 3.2.0."/>
<c:change date="2024-05-11T00:00:00+00:00" summary="Initial public release."/>
</c:changes>
</c:release>
</c:releases>
<c:ticket-systems>
<c:ticket-system default="false" id="com.github.io7m.jobj" url="https://www.github.com/io7m-com/jobj/issues/"/>
</c:ticket-systems>
</c:changelog>