Skip to content

Commit 813bbce

Browse files
[maven-release-plugin] prepare for next development iteration
1 parent 3f0f61c commit 813bbce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818

1919
<artifactId>Office-365-Connector</artifactId>
2020
<name>Office 365 Connector / Power Automate workflows</name>
21-
<version>5.0.0</version>
21+
<version>${revision}${changelist}</version>
2222
<packaging>hpi</packaging>
2323
<description>This plugin sends Job notifications to JenkinsCI Office 365 Connector.</description>
2424
<url>https://github.com/jenkinsci/office-365-connector-plugin</url>
2525

2626
<properties>
27-
<revision>5.0.0</revision>
27+
<revision>5.0.1</revision>
2828
<changelist>-SNAPSHOT</changelist>
2929
<jenkins.version>2.414.3</jenkins.version>
3030

@@ -156,7 +156,7 @@
156156
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
157157
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
158158
<url>https://github.com/${gitHubRepo}</url>
159-
<tag>Office-365-Connector-5.0.0</tag>
159+
<tag>${scmTag}</tag>
160160
</scm>
161161
<ciManagement>
162162
<system>Jenkins</system>

0 commit comments

Comments
 (0)