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 Jul 2, 2023
1 parent 8cfb154 commit 992cf04
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.20.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.19.1</revision>
<revision>4.20.1</revision>
<changelist>-SNAPSHOT</changelist>
<jenkins.version>2.361.4</jenkins.version>

Expand Down Expand Up @@ -150,7 +150,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.20.0</tag>
<tag>${scmTag}</tag>
</scm>

<!-- get every artifact through repo.jenkins-ci.org, which proxies all the artifacts that we need -->
Expand Down

0 comments on commit 992cf04

Please sign in to comment.