-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[maven-release-plugin] prepare release folder-auth-1.0.2
- Loading branch information
1 parent
50214da
commit 2a8d67f
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 |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
<groupId>io.jenkins.plugins</groupId> | ||
<artifactId>folder-auth</artifactId> | ||
<packaging>hpi</packaging> | ||
<version>${revision}${changelist}</version> | ||
<version>1.0.2</version> | ||
<name>Folder-based Authorization Strategy</name> | ||
<description>Manage access to Folders</description> | ||
<url>https://github.com/jenkinsci/folder-auth-plugin</url> | ||
|
@@ -59,7 +59,7 @@ | |
scm:git:ssh://[email protected]/jenkinsci/${project.artifactId}-plugin.git | ||
</developerConnection> | ||
<url>https://github.com/jenkinsci/folder-auth-plugin</url> | ||
<tag>${scmTag}</tag> | ||
<tag>folder-auth-1.0.2</tag> | ||
</scm> | ||
|
||
<dependencies> | ||
|