diff --git a/README.md b/README.md index 8f11ab5..92be2cf 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ You need to setup an execution phase and configuration. com.homeofthewizard vault-maven-plugin - 1.1.2 + 1.1.4 ... diff --git a/docs/usage.markdown b/docs/usage.markdown index 892a416..93d5aa7 100644 --- a/docs/usage.markdown +++ b/docs/usage.markdown @@ -13,7 +13,7 @@ To include the vault-maven-plugin in your project and use it, add the following com.homeofthewizard vault-maven-plugin - 1.1.2 + 1.1.4 @@ -34,7 +34,7 @@ In particular, this configuration will set the value of the `${project.password} com.homeofthewizard vault-maven-plugin - 1.1.2 + 1.1.4 pull @@ -89,7 +89,7 @@ In particular, this configuration will set the value of the `${project.password} com.homeofthewizard vault-maven-plugin - 1.1.2 + 1.1.4 push @@ -138,7 +138,7 @@ Using a prefetched token works fine (provided in the `` tag), com.homeofthewizard vault-maven-plugin - 1.1.2 + 1.1.4 pull @@ -183,7 +183,7 @@ Use `` under the `` tag, as in the following exampl com.homeofthewizard vault-maven-plugin - 1.1.2 + 1.1.4 pull @@ -234,7 +234,7 @@ Use `` under the `` tag, as in the following example. com.homeofthewizard vault-maven-plugin - 1.1.2 + 1.1.4 pull @@ -291,7 +291,7 @@ By giving the corresponding value to the `` configuration: com.homeofthewizard vault-maven-plugin - 1.1.2 + 1.1.4 pull @@ -312,6 +312,7 @@ By giving the corresponding value to the `` configuration: ``` + {: .important } If you have multiple environments using different output methods, and you do not want to define them both in the pom.xml for keeping your config simple, You can also omit this section and provide your config on the cli. diff --git a/docs/use-cases/appTypes.markdown b/docs/use-cases/appTypes.markdown index 3fab620..b7ba615 100644 --- a/docs/use-cases/appTypes.markdown +++ b/docs/use-cases/appTypes.markdown @@ -59,7 +59,7 @@ You just add the following to fetch the secrets and inject them as properties in com.homeofthewizard vault-maven-plugin - 1.1.2-SNAPSHOT + 1.1.4 pull @@ -127,7 +127,7 @@ You can define the following in your pom.xml to fetch the credential for `APPLIC com.homeofthewizard vault-maven-plugin - 1.1.2-SNAPSHOT + 1.1.4 pull @@ -224,7 +224,7 @@ By adding the followings to your pom.xml like so: com.homeofthewizard vault-maven-plugin - 1.1.2-SNAPSHOT + 1.1.4 pull diff --git a/pom.xml b/pom.xml index 11d7124..7e35a54 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.homeofthewizard vault-maven-plugin - 1.1.4-SNAPSHOT + 1.1.5-SNAPSHOT maven-plugin Vault Maven Plugin