-
Notifications
You must be signed in to change notification settings - Fork 68
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 matrix-auth-2.6.6
- Loading branch information
1 parent
bbe3585
commit b2a2aa7
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
<version>4.7</version> | ||
</parent> | ||
<artifactId>matrix-auth</artifactId> | ||
<version>${revision}${changelist}</version> | ||
<version>2.6.6</version> | ||
<packaging>hpi</packaging> | ||
<name>Matrix Authorization Strategy Plugin</name> | ||
<url>https://github.com/jenkinsci/matrix-auth-plugin</url> | ||
|
@@ -31,7 +31,7 @@ | |
<connection>scm:git:git://github.com/${gitHubRepo}.git</connection> | ||
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection> | ||
<url>https://github.com/${gitHubRepo}</url> | ||
<tag>${scmTag}</tag> | ||
<tag>matrix-auth-2.6.6</tag> | ||
</scm> | ||
<dependencies> | ||
<!-- optional plugin dependencies --> | ||
|