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 Jan 25, 2023
1 parent 0225bba commit 1f99c08
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.30</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:https://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
<url>https://github.com/${gitHubRepo}</url>
<tag>active-directory-2.30</tag>
<tag>HEAD</tag>
</scm>

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

<properties>
<revision>2.30</revision>
<revision>2.31</revision>
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
<jenkins.version>2.332.4</jenkins.version>
Expand Down

0 comments on commit 1f99c08

Please sign in to comment.