diff --git a/README.md b/README.md index 92be2cf..0f489e5 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.4 + 1.1.7 ... diff --git a/docs/usage.markdown b/docs/usage.markdown index 93d5aa7..06742b5 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.4 + 1.1.7 @@ -34,7 +34,7 @@ In particular, this configuration will set the value of the `${project.password} com.homeofthewizard vault-maven-plugin - 1.1.4 + 1.1.7 pull @@ -89,7 +89,7 @@ In particular, this configuration will set the value of the `${project.password} com.homeofthewizard vault-maven-plugin - 1.1.4 + 1.1.7 push @@ -138,7 +138,7 @@ Using a prefetched token works fine (provided in the `` tag), com.homeofthewizard vault-maven-plugin - 1.1.4 + 1.1.7 pull @@ -183,7 +183,7 @@ Use `` under the `` tag, as in the following exampl com.homeofthewizard vault-maven-plugin - 1.1.4 + 1.1.7 pull @@ -234,7 +234,7 @@ Use `` under the `` tag, as in the following example. com.homeofthewizard vault-maven-plugin - 1.1.4 + 1.1.7 pull @@ -291,7 +291,7 @@ By giving the corresponding value to the `` configuration: com.homeofthewizard vault-maven-plugin - 1.1.4 + 1.1.7 pull diff --git a/docs/use-cases/appTypes.markdown b/docs/use-cases/appTypes.markdown index b7ba615..16e8cd8 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.4 + 1.1.7 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.4 + 1.1.7 pull @@ -224,7 +224,7 @@ By adding the followings to your pom.xml like so: com.homeofthewizard vault-maven-plugin - 1.1.4 + 1.1.7 pull diff --git a/pom.xml b/pom.xml index 9fbc9d9..90f292a 100644 --- a/pom.xml +++ b/pom.xml @@ -70,14 +70,14 @@ 3.6.2 4.0.0-alpha-1 3.6.2 - 3.0.1 + 3.2.1 2.22.0 ${version.surefire.plugin} 0.38.0 latest 5.2.0 1.6.13 - 2.5.3 + 3.0.1 5.9.2 2.15.2 6.1.0 @@ -163,6 +163,18 @@ + + + + org.apache.maven.plugins + maven-javadoc-plugin + ${version.javadoc.plugin} + + true + + + + io.fabric8