#74 - Upgrade to Spring 3.2.9.RELEASE.

Removed default activation of Spring 4 on Java 8. Upgraded spring32-next profile to 3.2.10.BUILD-SNAPSHOT.
This commit is contained in:
Oliver Gierke
2014-05-20 14:34:50 +02:00
parent a156a1362a
commit 45e1bfa342

View File

@@ -114,7 +114,7 @@
<mockito>1.9.5</mockito>
<querydsl>3.3.3</querydsl>
<slf4j>1.7.7</slf4j>
<spring>3.2.8.RELEASE</spring>
<spring>3.2.9.RELEASE</spring>
<webbeans>1.2.4</webbeans>
</properties>
@@ -529,7 +529,7 @@
<id>spring32-next</id>
<properties>
<spring>3.2.9.BUILD-SNAPSHOT</spring>
<spring>3.2.10.BUILD-SNAPSHOT</spring>
</properties>
<repositories>
@@ -545,10 +545,6 @@
<id>spring4</id>
<activation>
<jdk>1.8</jdk>
</activation>
<properties>
<spring>4.0.4.RELEASE</spring>
</properties>