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
michael-doubez committed Jun 8, 2023
1 parent 2458c91 commit 742fe57
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,7 +8,7 @@
</parent>

<properties>
<revision>2.6</revision>
<revision>2.7</revision>
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/oic-auth-plugin</gitHubRepo>
<jenkins.version>2.346.1</jenkins.version>
Expand All @@ -18,14 +18,14 @@
</properties>

<artifactId>oic-auth</artifactId>
<version>2.6</version>
<version>${revision}${changelist}</version>
<packaging>hpi</packaging>

<scm>
<connection>scm:git:ssh://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:ssh://git@github.com/${gitHubRepo}.git</developerConnection>
<url>https://github.com/${gitHubRepo}</url>
<tag>oic-auth-2.6</tag>
<tag>${scmTag}</tag>
</scm>

<name>OpenId Connect Authentication Plugin</name>
Expand Down

0 comments on commit 742fe57

Please sign in to comment.