Skip to content

Commit c647d9f

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 518257a commit c647d9f

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Violation Comments to GitLab changelog
22
Changelog of Violation Comments to GitLab plugin for Jenkins.
3+
## 2.53
4+
### No issue
5+
6+
**feat: stepping lib versions**
7+
8+
9+
[6186bbf3d45d5c9](https://github.com/jenkinsci/violation-comments-to-gitlab-plugin/commit/6186bbf3d45d5c92e30b12c528dbd79f54e56988) Tomas Bjerre *2022-03-27 07:11:07*
10+
11+
312
## 2.52
413
### No issue
514

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
</properties>
2323

2424
<artifactId>violation-comments-to-gitlab</artifactId>
25-
<version>2.53</version>
25+
<version>2.54-SNAPSHOT</version>
2626
<packaging>hpi</packaging>
2727
<name>Violation Comments to GitLab Plugin</name>
2828
<description>Finds violations reported by code analyzers and comments GitLab merge requests with them.</description>
@@ -52,7 +52,7 @@
5252
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
5353
<developerConnection>scm:git:git@github.com:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
5454
<url>git@github.com:jenkinsci/${project.artifactId}-plugin</url>
55-
<tag>violation-comments-to-gitlab-2.53</tag>
55+
<tag>HEAD</tag>
5656
</scm>
5757

5858
<repositories>

0 commit comments

Comments
 (0)