forked from DecipherNow/vault-maven-plugin
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[skip ci] [maven-release-plugin]prepare release vault-maven-plugin-1.1.3
- Loading branch information
Ubuntu
committed
Nov 26, 2023
1 parent
85176e6
commit 1533e38
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
|
||
<groupId>com.homeofthewizard</groupId> | ||
<artifactId>vault-maven-plugin</artifactId> | ||
<version>1.1.3-SNAPSHOT</version> | ||
<version>1.1.3</version> | ||
<packaging>maven-plugin</packaging> | ||
|
||
<name>Vault Maven Plugin</name> | ||
|
@@ -24,7 +24,7 @@ | |
<connection>scm:git:[email protected]:homeofthewizard/vault-maven-plugin</connection> | ||
<developerConnection>scm:git:[email protected]:homeofthewizard/vault-maven-plugin.git</developerConnection> | ||
<url>https://github.com/homeofthewizard/vault-maven-plugin</url> | ||
<tag>HEAD</tag> | ||
<tag>vault-maven-plugin-1.1.3</tag> | ||
</scm> | ||
|
||
<distributionManagement> | ||
|