Upgrade to SF-5.0 GA

Staying with BUILD-SNAPSHOT isn't reliable any more:
```
 > Could not resolve org.springframework:spring-context:5.0.0.BUILD-SNAPSHOT.
         > Unable to load Maven meta-data from https://repo.spring.io/libs-snapshot/org/springframework/spring-context/5.0.0.BUILD-SNAPSHOT/maven-metadata.xml.
            > Could not get resource 'https://repo.spring.io/libs-snapshot/org/springframework/spring-context/5.0.0.BUILD-SNAPSHOT/maven-metadata.xml'.
               > Could not GET 'https://repo.spring.io/libs-snapshot/org/springframework/spring-context/5.0.0.BUILD-SNAPSHOT/maven-metadata.xml'. Received status code 502 from server: Bad Gateway
```
This commit is contained in:
Artem Bilan
2017-09-28 16:55:29 -04:00
parent 59a68b9453
commit e52bf8e8a4

View File

@@ -137,7 +137,7 @@ subprojects { subproject ->
springSecurityVersion = '5.0.0.M4'
springSocialTwitterVersion = '2.0.0.M4'
springRetryVersion = '1.2.1.RELEASE'
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.0.0.BUILD-SNAPSHOT'
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.0.0.RELEASE'
springWsVersion = '2.4.0.RELEASE'
tomcatVersion = "8.5.20"
xmlUnitVersion = '1.6'