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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user