Skip to content

Commit eb52963

Browse files
committedFeb 26, 2023
[maven-release-plugin] prepare release gitlab-plugin-1.7.7
1 parent 02a627a commit eb52963

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<groupId>org.jenkins-ci.plugins</groupId>
66
<artifactId>plugin</artifactId>
77
<version>4.55</version>
8-
<relativePath/>
8+
<relativePath />
99
</parent>
1010
<artifactId>gitlab-plugin</artifactId>
11-
<version>${revision}${changelist}</version>
11+
<version>1.7.7</version>
1212
<name>GitLab Plugin</name>
1313
<url>https://github.com/jenkinsci/${project.artifactId}</url>
1414
<packaging>hpi</packaging>
@@ -56,7 +56,7 @@
5656
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
5757
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
5858
<url>https://github.com/${gitHubRepo}</url>
59-
<tag>${scmTag}</tag>
59+
<tag>gitlab-plugin-1.7.7</tag>
6060
</scm>
6161
<!-- get every artifact through repo.jenkins-ci.org, which proxies all the artifacts that we need -->
6262
<repositories>

0 commit comments

Comments
 (0)
Please sign in to comment.