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 Oct 15, 2024
1 parent 3f0f61c commit 813bbce
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 / Power Automate workflows</name>
<version>5.0.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>5.0.0</revision>
<revision>5.0.1</revision>
<changelist>-SNAPSHOT</changelist>
<jenkins.version>2.414.3</jenkins.version>

Expand Down Expand Up @@ -156,7 +156,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-5.0.0</tag>
<tag>${scmTag}</tag>
</scm>
<ciManagement>
<system>Jenkins</system>
Expand Down

0 comments on commit 813bbce

Please sign in to comment.