-
-
Notifications
You must be signed in to change notification settings - Fork 4
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 violation-comments-to-gitlab-1.1
- Loading branch information
1 parent
5767ae9
commit 70407c4
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 |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
</properties> | ||
|
||
<artifactId>violation-comments-to-gitlab</artifactId> | ||
<version>1.1-SNAPSHOT</version> | ||
<version>1.1</version> | ||
<packaging>hpi</packaging> | ||
<name>Violation Comments to GitLab Plugin</name> | ||
<description>Finds violations reported by code analyzers and comments GitLab merge requests with them.</description> | ||
|
@@ -46,7 +46,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>[email protected]:jenkinsci/${project.artifactId}-plugin</url> | ||
<tag>HEAD</tag> | ||
<tag>violation-comments-to-gitlab-1.1</tag> | ||
</scm> | ||
|
||
<repositories> | ||
|