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
scaytrase committed Mar 24, 2022
1 parent 6942dab commit df0bc4e
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 @@ -8,15 +8,15 @@
</parent>
<packaging>hpi</packaging>
<properties>
<revision>1.26</revision>
<revision>1.27</revision>
<changelist>-SNAPSHOT</changelist>
<!-- Baseline Jenkins version you use to build the plugin. Users must have this version or newer to run. -->
<jenkins.version>2.303.1</jenkins.version>
<java.level>8</java.level>
<hpi.compatibleSinceVersion>1.9</hpi.compatibleSinceVersion>
</properties>
<artifactId>stashNotifier</artifactId>
<version>1.26</version>
<version>${revision}${changelist}</version>
<name>Bitbucket Server Notifier</name>
<description>
Jenkins plugin to notify Atlassian Bitbucket Server (formerly known as Stash)
Expand All @@ -28,7 +28,7 @@
<connection>scm:git:https://github.com/jenkinsci/stashnotifier-plugin.git</connection>
<developerConnection>scm:git:https://github.com/jenkinsci/stashnotifier-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/stashnotifier-plugin</url>
<tag>1.26</tag>
<tag>${scmTag}</tag>
</scm>

<developers>
Expand Down

0 comments on commit df0bc4e

Please sign in to comment.