Upgrade to 2.1

Start development of Spring Session MongoDB 2.1. Migrate to:

Reactor Californium
Spring Framework 5.1
Spring Security 5.1
Spring Session 2.1
Spring Data Lovelace
This commit is contained in:
Greg Turnquist
2018-08-03 11:45:54 -05:00
parent a2bfa4d39d
commit cecb803ea7
2 changed files with 13 additions and 51 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash -x
if [ "${CIRCLE_BRANCH}" == "master" ]; then
if [ "${CIRCLE_BRANCH}" == "master" ] || [ "${CIRCLE_BRANCH}" == "2.0.x" ]; then
mvn -Pdistribute,snapshot,docs clean deploy
else
echo "We only deploy 'master' branch"