diff --git a/Jenkinsfile b/Jenkinsfile index 83dca1d..db4ea80 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -43,7 +43,7 @@ pipeline { } } - stage("Test: spring-ws-3.2") { + stage("Test: spring-ws-3.1.4") { agent { docker { image 'adoptopenjdk/openjdk8:latest' @@ -54,7 +54,7 @@ pipeline { ARTIFACTORY = credentials('02bd1690-b54f-4c9f-819d-a77cb7a9822c') } steps { - sh "PROFILES=spring-ws-3.2 ci/test.sh" + sh "PROFILES=spring-ws-3.1.4 ci/test.sh" } } } diff --git a/pom.xml b/pom.xml index df61097..ba5dfa5 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-starter-parent - 2.7.4 + 2.7.5 @@ -59,15 +59,15 @@ - spring-ws-3.1-snapshots + spring-ws-3.1.4 - 3.1.4-SNAPSHOT + 3.1.4 - spring-ws-3.2 + spring-ws-3.1-snapshots - 3.2.0-SNAPSHOT + 3.1.4-SNAPSHOT