Skip to content

Commit

Permalink
Merge pull request #21 from HomeOfTheWizard/release
Browse files Browse the repository at this point in the history
Released 1.1.4
  • Loading branch information
HomeOfTheWizard authored Mar 24, 2024
2 parents 5754db1 + 4ba23d9 commit 1ee3a4f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 12 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.2</version>
<version>1.1.4</version>
<executions>
...
<configuration>
Expand Down
15 changes: 8 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.2</version>
<version>1.1.4</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.2</version>
<version>1.1.4</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.2</version>
<version>1.1.4</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.2</version>
<version>1.1.4</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.2</version>
<version>1.1.4</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.2</version>
<version>1.1.4</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.2</version>
<version>1.1.4</version>
<executions>
<execution>
<id>pull</id>
Expand All @@ -312,6 +312,7 @@ By giving the corresponding value to the `<outputMethod>` configuration:
</build>
```


{: .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.
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.2-SNAPSHOT</version>
<version>1.1.4</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.2-SNAPSHOT</version>
<version>1.1.4</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.2-SNAPSHOT</version>
<version>1.1.4</version>
<executions>
<execution>
<id>pull</id>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.homeofthewizard</groupId>
<artifactId>vault-maven-plugin</artifactId>
<version>1.1.4-SNAPSHOT</version>
<version>1.1.5-SNAPSHOT</version>
<packaging>maven-plugin</packaging>

<name>Vault Maven Plugin</name>
Expand Down

0 comments on commit 1ee3a4f

Please sign in to comment.