Updated to Spring-WS 2.2.0.RELEASE

This commit is contained in:
Arjen Poutsma
2014-05-22 12:12:52 +02:00
parent cb87be35f6
commit c236889766

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 {
apply plugin: 'java'
@@ -8,7 +8,6 @@ subprojects {
repositories {
maven { url 'http://repo.spring.io/libs-release' }
maven { url 'http://repo.spring.io/libs-snapshot' }
}
dependencies {
@@ -16,4 +15,4 @@ subprojects {
testCompile("org.easymock:easymock:3.1")
}
}
}