DATAREST-297 - Prepare 2.1.0.RELEASE.

Upgraded to Spring HATEOAS 0.11.0, Spring Plugin 1.1.0 and Evo Inflector 1.1.
This commit is contained in:
Oliver Gierke
2014-05-01 20:52:29 +02:00
parent b2927eb5a0
commit 358ff1bda8

View File

@@ -16,9 +16,9 @@
</parent>
<properties>
<spring.hateoas>0.10.0.BUILD-SNAPSHOT</spring.hateoas>
<springplugin>1.0.0.RELEASE</springplugin>
<evoinflector>1.0.1</evoinflector>
<spring.hateoas>0.11.0.RELEASE</spring.hateoas>
<springplugin>1.1.0.RELEASE</springplugin>
<evoinflector>1.1</evoinflector>
</properties>
<dependencies>