-
Notifications
You must be signed in to change notification settings - Fork 5
/
changes.xml
32 lines (27 loc) · 1 KB
/
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
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2020. dev-eth0.de All rights reserved.
-->
<document xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/changes/1.0.0"
xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/plugins/maven-changes-plugin/xsd/changes-1.0.0.xsd">
<body>
<release version="1.1.0" date="2020-05-12">
<action type="add" dev="amuthmann">
Support for custom trust and keystore
</action>
</release>
<release version="1.0.4" date="2020-05-07">
<action type="update" dev="amuthmann">
Update to Spring Boot 2.2.7 and latest dependencies
</action>
<action type="update" dev="amuthmann">
Replace jgitflow-maven-plugin plugin with gitflow-maven-plugin
</action>
</release>
<release version="1.0.3" date="2020-05-06">
<action type="add" dev="amuthmann">
Initial Release
</action>
</release>
</body>
</document>