-
-
Notifications
You must be signed in to change notification settings - Fork 18
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 for next development iteration
- Loading branch information
1 parent
ebde973
commit a166d12
Showing
2 changed files
with
11 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
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 |
---|---|---|
|
@@ -21,7 +21,7 @@ | |
</properties> | ||
|
||
<artifactId>violation-comments-to-github</artifactId> | ||
<version>1.88</version> | ||
<version>1.89-SNAPSHOT</version> | ||
<packaging>hpi</packaging> | ||
<name>Jenkins Violation Comments to GitHub Plugin</name> | ||
<description>Finds violations reported by code analyzers and comments GitHub pull requests with them.</description> | ||
|
@@ -51,7 +51,7 @@ | |
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection> | ||
<developerConnection>scm:git:[email protected]:jenkinsci/${project.artifactId}-plugin.git</developerConnection> | ||
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url> | ||
<tag>violation-comments-to-github-1.88</tag> | ||
<tag>HEAD</tag> | ||
</scm> | ||
|
||
<repositories> | ||
|