From a76ad221748b3a28c38ce73ed4f36d0a7959cf07 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Wed, 9 Nov 2016 11:55:01 +0100 Subject: [PATCH] Setup tests for Spring 4 and 5 snapshots. --- .travis.yml | 4 +++- pom.xml | 53 ++++++++++++++++++++++++++++++++++++++++++----------- 2 files changed, 45 insertions(+), 12 deletions(-) diff --git a/.travis.yml b/.travis.yml index 226cd37d..f37b4fb9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,8 @@ env: - VAULT_VER=0.6.0 - VAULT_VER=0.6.1 - VAULT_VER=0.6.2 + - PROFILE=springNext + - PROFILE=spring5 before_install: - sed -i.bak -e 's|https://nexus.codehaus.org/snapshots/|https://oss.sonatype.org/content/repositories/codehaus-snapshots/|g' ~/.m2/settings.xml @@ -16,7 +18,7 @@ before_install: install: - src/test/bash/start.sh -script: mvn clean verify +script: mvn clean verify -P${PROFILE:-ci} after_script: - pkill vault diff --git a/pom.xml b/pom.xml index 20ded4ce..6ccbcfea 100644 --- a/pom.xml +++ b/pom.xml @@ -1,4 +1,5 @@ - + 4.0.0 org.springframework.vault @@ -293,9 +294,35 @@ springNext + + 4.3.5.BUILD-SNAPSHOT + + + + + spring-libs-snapshot + https://repo.spring.io/libs-snapshot + + true + + + + + + spring5 5.0.0.BUILD-SNAPSHOT + + + + spring-libs-snapshot + https://repo.spring.io/libs-snapshot + + true + + + @@ -469,17 +496,17 @@ - + - + - - - + + + - + @@ -495,9 +522,9 @@ - + - + @@ -511,8 +538,12 @@ process-resources - - + +