#272 - Upgraded to Spring Framework 4.2.8.
Upgrade to snapshots for now. Updated build profiles and added new one for released Spring Framework 5 version.
This commit is contained in:
@@ -103,7 +103,7 @@
|
||||
<querydsl>4.1.2</querydsl>
|
||||
<rxjava>1.1.5</rxjava>
|
||||
<slf4j>1.7.21</slf4j>
|
||||
<spring>4.2.7.RELEASE</spring>
|
||||
<spring>4.2.8.BUILD-SNAPSHOT</spring>
|
||||
<spring-hateoas>0.20.0.RELEASE</spring-hateoas>
|
||||
<threetenbp>1.3.1</threetenbp>
|
||||
<webbeans>1.2.8</webbeans>
|
||||
@@ -496,7 +496,7 @@
|
||||
<id>spring42-next</id>
|
||||
|
||||
<properties>
|
||||
<spring>4.2.6.BUILD-SNAPSHOT</spring>
|
||||
<spring>4.2.8.BUILD-SNAPSHOT</spring>
|
||||
</properties>
|
||||
|
||||
<repositories>
|
||||
@@ -535,6 +535,23 @@
|
||||
|
||||
</profile>
|
||||
|
||||
<profile>
|
||||
|
||||
<id>spring5</id>
|
||||
|
||||
<properties>
|
||||
<spring>5.0.0.M1</spring>
|
||||
</properties>
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>spring-libs-milestone</id>
|
||||
<url>http://repo.spring.io/libs-milestone</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
</profile>
|
||||
|
||||
<profile>
|
||||
|
||||
<id>spring5-next</id>
|
||||
|
||||
Reference in New Issue
Block a user