Skip to content

Commit

Permalink
update docs for latest release version (#27)
Browse files Browse the repository at this point in the history
* fix reproducability on deploy profile

* update docs and README.md for latest version

---------

Co-authored-by: Ozgun OZ <[email protected]>
  • Loading branch information
ozozgun and Ozgun OZ authored May 3, 2024
1 parent b89505a commit 9d9c0ca
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ You need to setup an execution phase and configuration.
<plugin>
<groupId>com.homeofthewizard</groupId>
<artifactId>vault-maven-plugin</artifactId>
<version>1.1.4</version>
<version>1.1.7</version>
<executions>
...
<configuration>
Expand Down
14 changes: 7 additions & 7 deletions docs/usage.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ To include the vault-maven-plugin in your project and use it, add the following
<plugin>
<groupId>com.homeofthewizard</groupId>
<artifactId>vault-maven-plugin</artifactId>
<version>1.1.4</version>
<version>1.1.7</version>
</plugin>
</plugins>
</build>
Expand All @@ -34,7 +34,7 @@ In particular, this configuration will set the value of the `${project.password}
<plugin>
<groupId>com.homeofthewizard</groupId>
<artifactId>vault-maven-plugin</artifactId>
<version>1.1.4</version>
<version>1.1.7</version>
<executions>
<execution>
<id>pull</id>
Expand Down Expand Up @@ -89,7 +89,7 @@ In particular, this configuration will set the value of the `${project.password}
<plugin>
<groupId>com.homeofthewizard</groupId>
<artifactId>vault-maven-plugin</artifactId>
<version>1.1.4</version>
<version>1.1.7</version>
<executions>
<execution>
<id>push</id>
Expand Down Expand Up @@ -138,7 +138,7 @@ Using a prefetched token works fine (provided in the `<token>` tag),
<plugin>
<groupId>com.homeofthewizard</groupId>
<artifactId>vault-maven-plugin</artifactId>
<version>1.1.4</version>
<version>1.1.7</version>
<executions>
<execution>
<id>pull</id>
Expand Down Expand Up @@ -183,7 +183,7 @@ Use `<githubToken>` under the `<authentication>` tag, as in the following exampl
<plugin>
<groupId>com.homeofthewizard</groupId>
<artifactId>vault-maven-plugin</artifactId>
<version>1.1.4</version>
<version>1.1.7</version>
<executions>
<execution>
<id>pull</id>
Expand Down Expand Up @@ -234,7 +234,7 @@ Use `<appRole>` under the `<authentication>` tag, as in the following example.
<plugin>
<groupId>com.homeofthewizard</groupId>
<artifactId>vault-maven-plugin</artifactId>
<version>1.1.4</version>
<version>1.1.7</version>
<executions>
<execution>
<id>pull</id>
Expand Down Expand Up @@ -291,7 +291,7 @@ By giving the corresponding value to the `<outputMethod>` configuration:
<plugin>
<groupId>com.homeofthewizard</groupId>
<artifactId>vault-maven-plugin</artifactId>
<version>1.1.4</version>
<version>1.1.7</version>
<executions>
<execution>
<id>pull</id>
Expand Down
6 changes: 3 additions & 3 deletions docs/use-cases/appTypes.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ You just add the following to fetch the secrets and inject them as properties in
<plugin>
<groupId>com.homeofthewizard</groupId>
<artifactId>vault-maven-plugin</artifactId>
<version>1.1.4</version>
<version>1.1.7</version>
<executions>
<execution>
<id>pull</id>
Expand Down Expand Up @@ -127,7 +127,7 @@ You can define the following in your pom.xml to fetch the credential for `APPLIC
<plugin>
<groupId>com.homeofthewizard</groupId>
<artifactId>vault-maven-plugin</artifactId>
<version>1.1.4</version>
<version>1.1.7</version>
<executions>
<execution>
<id>pull</id>
Expand Down Expand Up @@ -224,7 +224,7 @@ By adding the followings to your pom.xml like so:
<plugin>
<groupId>com.homeofthewizard</groupId>
<artifactId>vault-maven-plugin</artifactId>
<version>1.1.4</version>
<version>1.1.7</version>
<executions>
<execution>
<id>pull</id>
Expand Down

0 comments on commit 9d9c0ca

Please sign in to comment.