Bumps Spring Config Server version to v2.1.4.RELEASE

This commit is contained in:
Chris Cheetham 2019-11-01 22:51:56 -04:00
Родитель fe390abc28
Коммит 3c4da3c2d8
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -33,7 +33,7 @@ Feature: Simple Configuration
And you have Java 8 installed
And you have Apache Maven 3 installed
When you run: git clone https://github.com/spring-cloud/spring-cloud-config
And you run: git -C spring-cloud-config checkout v1.3.3.RELEASE
And you run: git -C spring-cloud-config checkout v2.1.4.RELEASE
And you run in the background: mvn -f spring-cloud-config/spring-cloud-config-server/pom.xml spring-boot:run
And you wait until process listening on port 8888
And you run: dotnet restore
@ -55,7 +55,7 @@ Feature: Simple Configuration
And you have Java 8 installed
And you have Apache Maven 3 installed
When you run: git clone https://github.com/spring-cloud/spring-cloud-config
And you run: git -C spring-cloud-config checkout v1.3.3.RELEASE
And you run: git -C spring-cloud-config checkout v2.1.4.RELEASE
And you run in the background: mvn -f spring-cloud-config/spring-cloud-config-server/pom.xml spring-boot:run
And you wait until process listening on port 8888
And you run: dotnet restore