Version bump back from bad spring version
This commit is contained in:
parent
fd26f074e5
commit
9688caf8f2
2
pom.xml
2
pom.xml
|
@ -312,7 +312,7 @@
|
||||||
<maven_source_plugin_version>2.4</maven_source_plugin_version>
|
<maven_source_plugin_version>2.4</maven_source_plugin_version>
|
||||||
<phloc_schematron_version>2.7.1</phloc_schematron_version>
|
<phloc_schematron_version>2.7.1</phloc_schematron_version>
|
||||||
<phloc_commons_version>4.4.5</phloc_commons_version>
|
<phloc_commons_version>4.4.5</phloc_commons_version>
|
||||||
<spring_version>4.3.4.RELEASE</spring_version>
|
<spring_version>4.3.1.RELEASE</spring_version>
|
||||||
<thymeleaf-version>3.0.1.RELEASE</thymeleaf-version>
|
<thymeleaf-version>3.0.1.RELEASE</thymeleaf-version>
|
||||||
<xmlunit_version>1.6</xmlunit_version>
|
<xmlunit_version>1.6</xmlunit_version>
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
</properties>
|
</properties>
|
||||||
<body>
|
<body>
|
||||||
<release version="2.2" date="TBD">
|
<release version="2.2" date="TBD">
|
||||||
<action type="add">
|
<!--<action type="add">
|
||||||
Bump the version of a few dependencies to the
|
Bump the version of a few dependencies to the
|
||||||
latest versions (dependent HAPI modules listed in brackets):
|
latest versions (dependent HAPI modules listed in brackets):
|
||||||
<![CDATA[
|
<![CDATA[
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
<li>spring (JPA): 4.3.1 -> 4.3.4</li>
|
<li>spring (JPA): 4.3.1 -> 4.3.4</li>
|
||||||
</ul>
|
</ul>
|
||||||
]]>
|
]]>
|
||||||
</action>
|
</action>-->
|
||||||
<action type="fix">
|
<action type="fix">
|
||||||
Fix issue in AuthorizationIntetceptor where
|
Fix issue in AuthorizationIntetceptor where
|
||||||
transactions are blocked even when they
|
transactions are blocked even when they
|
||||||
|
|
Loading…
Reference in New Issue