Updated to Spring-WS 2.2.0.RELEASE

This commit is contained in:
Arjen Poutsma
2014-05-22 12:13:15 +02:00
parent c236889766
commit fd64f3213d

View File

@@ -1,5 +1,5 @@
ext.springWsVersion = '2.2.0.BUILD-SNAPSHOT'
ext.springVersion = '4.0.3.RELEASE'
ext.springWsVersion = '2.2.0.RELEASE'
ext.springVersion = '4.0.5.RELEASE'
subprojects {
@@ -9,7 +9,6 @@ subprojects {
repositories {
maven { url 'http://repo.spring.io/libs-release' }
maven { url 'http://repo.spring.io/libs-snapshot' }
}
dependencies {