Credit for #974
This commit is contained in:
parent
987679483a
commit
6d09f5025f
4
pom.xml
4
pom.xml
|
@ -458,6 +458,10 @@
|
|||
<id>kliu99</id>
|
||||
<name>Kai Liu</name>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>Romanow88</id>
|
||||
<name>Roman Doboni</name>
|
||||
</developer>
|
||||
</developers>
|
||||
|
||||
<licenses>
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
<li>Jetty (CLI): 9.4.8.v20171121 -> 9.4.10.v20180503</li>
|
||||
<li>Commons-Codec (All): 1.10 -> 1.11</li>
|
||||
<li>Commons-IO (All): 2.5 -> 2.6</li>
|
||||
<li>Spring-Data (JPA): 1.11.6.RELEASE -> 2.0.7.RELEASE</li>
|
||||
</ul>
|
||||
]]>
|
||||
</action>
|
||||
|
@ -37,6 +38,10 @@
|
|||
<![CDATA[<code>CapabilityStatement.implementation.url</code>]]>
|
||||
field.
|
||||
</action>
|
||||
<action type="add" issue="974">
|
||||
Spring-data (used by the JPA server) has been upgraded to version 2.0.7
|
||||
(from version 1.11.6). Thanks to Roman Doboni for the pull request!
|
||||
</action>
|
||||
</release>
|
||||
<release version="3.4.0" date="2018-05-28">
|
||||
<action type="add">
|
||||
|
|
Loading…
Reference in New Issue