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
fbelzunc committed Sep 22, 2021
1 parent 9d38866 commit e9d6672
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 @@ -10,7 +10,7 @@

<artifactId>active-directory</artifactId>
<packaging>hpi</packaging>
<version>2.25</version>
<version>${revision}${changelist}</version>
<name>Jenkins Active Directory plugin</name>
<description>Enables authentication through Active Directory</description>
<url>https://github.com/jenkinsci/active-directory-plugin</url>
Expand All @@ -19,7 +19,7 @@
<connection>scm:git:git://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
<url>https://github.com/${gitHubRepo}</url>
<tag>active-directory-2.25</tag>
<tag>${scmTag}</tag>
</scm>

<developers>
Expand All @@ -34,7 +34,7 @@
</developers>

<properties>
<revision>2.25</revision>
<revision>2.26</revision>
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
<jenkins.version>2.235.5</jenkins.version>
Expand Down

0 comments on commit e9d6672

Please sign in to comment.