Update SNAPSHOT to 2.1.3.RELEASE

This commit is contained in:
buildmaster
2019-09-10 18:57:50 +00:00
parent a6d3429356
commit 5b2bc3df99
12 changed files with 25 additions and 19 deletions

View File

@@ -1,4 +1,8 @@
// Do not edit this file (e.g. go instead to src/main/asciidoc)
////
DO NOT EDIT THIS FILE. IT WAS GENERATED.
Manual changes to this file will be lost when it is generated again.
Edit the files in the src/main/asciidoc/ directory instead.
////
:docs: https://cloud.spring.io/spring-cloud-vault/spring-cloud-vault.html
@@ -327,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,
@@ -516,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/
----

View File

@@ -7,12 +7,12 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-vault-parent</artifactId>
<version>2.1.3.BUILD-SNAPSHOT</version>
<version>2.1.3.RELEASE</version>
<relativePath>..</relativePath>
</parent>
<artifactId>spring-cloud-vault-config-docs</artifactId>
<version>2.1.3.BUILD-SNAPSHOT</version>
<version>2.1.3.RELEASE</version>
<packaging>pom</packaging>
<name>Spring Cloud Vault Config Docs</name>

View File

@@ -7,13 +7,13 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId>
<version>2.1.7.BUILD-SNAPSHOT</version>
<version>2.1.7.RELEASE</version>
<relativePath/>
<!-- lookup parent from repository -->
</parent>
<artifactId>spring-cloud-vault-parent</artifactId>
<version>2.1.3.BUILD-SNAPSHOT</version>
<version>2.1.3.RELEASE</version>
<packaging>pom</packaging>
<name>Spring Cloud Vault</name>
@@ -42,7 +42,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<spring-cloud-commons.version>2.1.3.BUILD-SNAPSHOT</spring-cloud-commons.version>
<spring-cloud-commons.version>2.1.3.RELEASE</spring-cloud-commons.version>
<httpclient.version>4.5.5</httpclient.version>
<httpcore.version>4.4.9</httpcore.version>
<netty.version>4.1.30.Final</netty.version>

View File

@@ -7,7 +7,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-vault-parent</artifactId>
<version>2.1.3.BUILD-SNAPSHOT</version>
<version>2.1.3.RELEASE</version>
<relativePath>..</relativePath>
</parent>

View File

@@ -7,7 +7,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-vault-parent</artifactId>
<version>2.1.3.BUILD-SNAPSHOT</version>
<version>2.1.3.RELEASE</version>
<relativePath>..</relativePath>
</parent>

View File

@@ -7,7 +7,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-vault-parent</artifactId>
<version>2.1.3.BUILD-SNAPSHOT</version>
<version>2.1.3.RELEASE</version>
<relativePath>..</relativePath>
</parent>
@@ -16,7 +16,7 @@
<description>Spring Cloud Vault Config Consul support</description>
<properties>
<spring-cloud-consul.version>2.1.0.BUILD-SNAPSHOT</spring-cloud-consul.version>
<spring-cloud-consul.version>2.1.3.RELEASE</spring-cloud-consul.version>
</properties>
<dependencies>

View File

@@ -7,7 +7,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-vault-parent</artifactId>
<version>2.1.3.BUILD-SNAPSHOT</version>
<version>2.1.3.RELEASE</version>
<relativePath>..</relativePath>
</parent>

View File

@@ -7,7 +7,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-vault-parent</artifactId>
<version>2.1.3.BUILD-SNAPSHOT</version>
<version>2.1.3.RELEASE</version>
<relativePath>..</relativePath>
</parent>

View File

@@ -7,7 +7,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-vault-parent</artifactId>
<version>2.1.3.BUILD-SNAPSHOT</version>
<version>2.1.3.RELEASE</version>
<relativePath>..</relativePath>
</parent>

View File

@@ -18,7 +18,8 @@ package org.springframework.cloud.vault.config;
/**
* Strategy interface to create {@link SecretBackendMetadata} from
* {@link VaultSecretBackendDescriptor} properties. Mainly for internal use within the framework.
* {@link VaultSecretBackendDescriptor} properties. Mainly for internal use within the
* framework.
*
* <p>
* Classes implementing this interface must implement

View File

@@ -17,8 +17,8 @@
package org.springframework.cloud.vault.config;
/**
* Interface to be implemented by objects that describe a Vault secret backend.
* Mainly for internal use within the framework.
* Interface to be implemented by objects that describe a Vault secret backend. Mainly for
* internal use within the framework.
*
* <p>
* Typically used by {@link SecretBackendMetadataFactory} to provide path and

View File

@@ -7,13 +7,13 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-dependencies-parent</artifactId>
<version>2.1.7.BUILD-SNAPSHOT</version>
<version>2.1.7.RELEASE</version>
<relativePath/>
<!-- lookup parent from repository -->
</parent>
<artifactId>spring-cloud-vault-dependencies</artifactId>
<version>2.1.3.BUILD-SNAPSHOT</version>
<version>2.1.3.RELEASE</version>
<packaging>pom</packaging>
<name>Spring Cloud Vault Dependencies</name>