From 081a5b68cac8c2afbb5134bee5ecfce7f8eee87e Mon Sep 17 00:00:00 2001 From: buildmaster Date: Tue, 23 Jul 2019 10:50:14 +0000 Subject: [PATCH] Bumping versions --- README.adoc | 7 ++++--- pom.xml | 2 +- spring-cloud-vault-config-consul/pom.xml | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.adoc b/README.adoc index a9ec1fb1..bba08d7c 100644 --- a/README.adoc +++ b/README.adoc @@ -32,7 +32,7 @@ Specifically for Spring applications: {docs}#vault.config.authentication.awsec2[AWS-EC2] authentication, {docs}#vault.config.authentication.awsiam[AWS-IAM] authentication, and {docs}#vault.config.authentication.kubernetes[Kubernetes] authentication. -* Transmit data to Vault for encryption and decryption. + * Bootstrap application context: a parent context for the main application that can be trained to do anything. @@ -331,7 +331,7 @@ credentials and you already have those. The projects that require middleware generally include a `docker-compose.yml`, so consider using -https://compose.docker.io/[Docker Compose] to run the middeware servers +https://docs.docker.com/compose/[Docker Compose] to run the middeware servers in Docker containers. See the README in the https://github.com/spring-cloud-samples/scripts[scripts demo repository] for specific instructions about the common cases of mongo, @@ -520,6 +520,7 @@ $ touch .springformat ==== Intellij IDEA In order to setup Intellij you should import our coding conventions, inspection profiles and set up the checkstyle plugin. +The following files can be found in the https://github.com/spring-cloud/spring-cloud-build/tree/master/spring-cloud-build-tools[Spring Cloud Build] project. .spring-cloud-build-tools/ ---- @@ -564,4 +565,4 @@ Go to `File` -> `Settings` -> `Other settings` -> `Checkstyle`. There click on t - `checkstyle.suppressions.file` - default suppressions. Please point it to the Spring Cloud Build's, `spring-cloud-build-tools/src/checkstyle/checkstyle-suppressions.xml` file either in your cloned repo or via the `https://raw.githubusercontent.com/spring-cloud/spring-cloud-build/master/spring-cloud-build-tools/src/checkstyle/checkstyle-suppressions.xml` URL. - `checkstyle.additional.suppressions.file` - this variable corresponds to suppressions in your local project. E.g. you're working on `spring-cloud-contract`. Then point to the `project-root/src/checkstyle/checkstyle-suppressions.xml` folder. Example for `spring-cloud-contract` would be: `/home/username/spring-cloud-contract/src/checkstyle/checkstyle-suppressions.xml`. -IMPORTANT: Remember to set the `Scan Scope` to `All sources` since we apply checkstyle rules for production and test sources. +IMPORTANT: Remember to set the `Scan Scope` to `All sources` since we apply checkstyle rules for production and test sources. \ No newline at end of file diff --git a/pom.xml b/pom.xml index dde56b29..f808ed61 100644 --- a/pom.xml +++ b/pom.xml @@ -42,7 +42,7 @@ UTF-8 - 2.1.0.BUILD-SNAPSHOT + 2.2.0.BUILD-SNAPSHOT 4.5.5 4.4.9 4.1.30.Final diff --git a/spring-cloud-vault-config-consul/pom.xml b/spring-cloud-vault-config-consul/pom.xml index 7af5cd5b..18059db1 100644 --- a/spring-cloud-vault-config-consul/pom.xml +++ b/spring-cloud-vault-config-consul/pom.xml @@ -16,7 +16,7 @@ Spring Cloud Vault Config Consul support - 2.1.0.BUILD-SNAPSHOT + 2.2.0.BUILD-SNAPSHOT