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 Jan 1, 2024
1 parent ad34631 commit 776a31c
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,10 +8,10 @@
<relativePath />
</parent>
<artifactId>gitlab-oauth</artifactId>
<version>1.19</version>
<version>${revision}${changelist}</version>
<packaging>hpi</packaging>
<properties>
<revision>1.19</revision>
<revision>1.20</revision>
<changelist>-SNAPSHOT</changelist>
<jenkins.version>2.387.3</jenkins.version>
<spotbugs.effort>Max</spotbugs.effort>
Expand Down Expand Up @@ -47,7 +47,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-oauth-1.19</tag>
<tag>${scmTag}</tag>
</scm>


Expand Down

0 comments on commit 776a31c

Please sign in to comment.