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
damianszczepanik committed Jan 27, 2024
1 parent fc15b0e commit 9a05a3b
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 @@ -18,13 +18,13 @@

<artifactId>Office-365-Connector</artifactId>
<name>Office 365 Connector</name>
<version>4.21.0</version>
<version>${revision}${changelist}</version>
<packaging>hpi</packaging>
<description>This plugin sends Job notifications to JenkinsCI Office 365 Connector.</description>
<url>https://github.com/jenkinsci/office-365-connector-plugin</url>

<properties>
<revision>4.20.3</revision>
<revision>4.21.1</revision>
<changelist>-SNAPSHOT</changelist>
<jenkins.version>2.401.3</jenkins.version>

Expand Down Expand Up @@ -146,7 +146,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>Office-365-Connector-4.21.0</tag>
<tag>${scmTag}</tag>
</scm>
<ciManagement>
<system>Jenkins</system>
Expand Down

0 comments on commit 9a05a3b

Please sign in to comment.