From 778a6833cd46f7cda8392fa360eed1b8f47f9d35 Mon Sep 17 00:00:00 2001 From: "Greg L. Turnquist" Date: Thu, 17 Nov 2022 16:11:02 -0600 Subject: [PATCH] Upgrade to Spring Boot 2.7.5. Drop testing against Spring WS 3.2. Ensure tests are run against Spring Boot's default version as well as Spring WS 3.1.4. --- Jenkinsfile | 4 ++-- pom.xml | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) 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