DATAREST-487 - Dependency upgrades in preparation of the release.

Upgraded to Spring HATEOAS 0.17.0.RELEASE, Spring Plugin 1.2.0.RELEASE as well as Evo Inflector 1.2.1.
This commit is contained in:
Oliver Gierke
2015-03-05 11:22:29 +01:00
parent def74e6618
commit b1ef67211f

View File

@@ -16,9 +16,9 @@
</parent>
<properties>
<spring.hateoas>0.17.0.BUILD-SNAPSHOT</spring.hateoas>
<springplugin>1.1.0.RELEASE</springplugin>
<evoinflector>1.2</evoinflector>
<spring.hateoas>0.17.0.RELEASE</spring.hateoas>
<springplugin>1.2.0.RELEASE</springplugin>
<evoinflector>1.2.1</evoinflector>
</properties>
<dependencies>