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 Jun 1, 2023
1 parent fc05e8f commit 0deca41
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.17</version>
<version>${revision}${changelist}</version>
<packaging>hpi</packaging>
<properties>
<revision>1.17</revision>
<revision>1.18</revision>
<changelist>-SNAPSHOT</changelist>
<jenkins.version>2.361.4</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.17</tag>
<tag>${scmTag}</tag>
</scm>


Expand Down

0 comments on commit 0deca41

Please sign in to comment.