#230 - Upgraded Spring Framework baseline to 4.2.

Adapted additional build profiles accordingly.
This commit is contained in:
Oliver Gierke
2016-03-02 11:13:04 +01:00
parent a8a92d4343
commit 27b117fe2e

View File

@@ -59,7 +59,7 @@
<name>Apache License, Version 2.0</name> <name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url> <url>http://www.apache.org/licenses/LICENSE-2.0</url>
<comments> <comments>
Copyright 2008-2013 the original author or authors. Copyright 2008-2016 the original author or authors.
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.
@@ -103,7 +103,7 @@
<querydsl>4.0.8</querydsl> <querydsl>4.0.8</querydsl>
<rxjava>1.1.0</rxjava> <rxjava>1.1.0</rxjava>
<slf4j>1.7.15</slf4j> <slf4j>1.7.15</slf4j>
<spring>4.1.9.RELEASE</spring> <spring>4.2.5.RELEASE</spring>
<spring-hateoas>0.19.0.RELEASE</spring-hateoas> <spring-hateoas>0.19.0.RELEASE</spring-hateoas>
<threetenbp>1.3.1</threetenbp> <threetenbp>1.3.1</threetenbp>
<webbeans>1.2.8</webbeans> <webbeans>1.2.8</webbeans>
@@ -508,22 +508,12 @@
</profile> </profile>
<profile>
<id>spring42</id>
<properties>
<spring>4.2.3.RELEASE</spring>
</properties>
</profile>
<profile> <profile>
<id>spring42-next</id> <id>spring42-next</id>
<properties> <properties>
<spring>4.2.4.BUILD-SNAPSHOT</spring> <spring>4.2.6.BUILD-SNAPSHOT</spring>
</properties> </properties>
<repositories> <repositories>