Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
krisstern committed Feb 4, 2023
1 parent bb28378 commit d8e6e55
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
<relativePath />
</parent>
<artifactId>gitlab-plugin</artifactId>
<version>1.7.2</version>
<version>${revision}${changelist}</version>
<name>GitLab Plugin</name>
<url>https://github.com/jenkinsci/${project.artifactId}</url>
<packaging>hpi</packaging>

<properties>
<revision>1.7.2</revision>
<revision>1.7.3</revision>
<changelist>-SNAPSHOT</changelist>
<jenkins.version>2.361.4</jenkins.version>
<spotbugs.effort>Max</spotbugs.effort>
Expand Down Expand Up @@ -56,7 +56,7 @@
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
<url>https://github.com/${gitHubRepo}</url>
<tag>gitlab-plugin-1.7.2</tag>
<tag>${scmTag}</tag>
</scm>
<!-- get every artifact through repo.jenkins-ci.org, which proxies all the artifacts that we need -->
<repositories>
Expand Down

0 comments on commit d8e6e55

Please sign in to comment.