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
MarkEWaite committed Oct 31, 2024
1 parent ddbfaf5 commit e141ad8
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 @@ -11,7 +11,7 @@

<groupId>org.jenkins-ci.tools</groupId>
<artifactId>git-parameter</artifactId>
<version>0.10.0</version>
<version>${revision}${changelist}</version>
<packaging>hpi</packaging>
<name>Git Parameter Plug-In</name>
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
Expand Down Expand Up @@ -43,12 +43,12 @@
<scm>
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
<tag>git-parameter-0.10.0</tag>
<tag>${scmTag}</tag>
<url>https://github.com/${gitHubRepo}</url>
</scm>

<properties>
<revision>0.10.0</revision>
<revision>0.10.1</revision>
<changelist>-SNAPSHOT</changelist>
<!-- Baseline Jenkins version you use to build and test the plugin. Users must have this version or newer to run. -->
<jenkins.baseline>2.452</jenkins.baseline>
Expand Down

0 comments on commit e141ad8

Please sign in to comment.