-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 git-5.5.2
- Loading branch information
1 parent
d7d4f71
commit 5b4c8aa
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 @@ | |
</parent> | ||
|
||
<artifactId>git</artifactId> | ||
<version>${revision}${changelist}</version> | ||
<version>5.5.2</version> | ||
<packaging>hpi</packaging> | ||
<name>Git plugin</name> | ||
<url>https://github.com/${gitHubRepo}</url> | ||
|
@@ -56,7 +56,7 @@ | |
<scm> | ||
<connection>scm:git:https://github.com/${gitHubRepo}</connection> | ||
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection> | ||
<tag>${scmTag}</tag> | ||
<tag>git-5.5.2</tag> | ||
<url>https://github.com/${gitHubRepo}</url> | ||
</scm> | ||
|
||
|