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
uhafner committed Oct 9, 2023
1 parent e6785f8 commit fdce9e3
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 @@ -12,13 +12,13 @@
<groupId>io.jenkins.plugins</groupId>
<packaging>hpi</packaging>
<name>Plugin Utilities API Plugin</name>
<version>3.5.0</version>
<version>${revision}${changelist}</version>

<description>Provides several utility classes that can be used to accelerate plugin development.</description>
<url>https://github.com/jenkinsci/plugin-util-api-plugin</url>

<properties>
<revision>3.5.0</revision>
<revision>3.6.0</revision>
<changelist>-SNAPSHOT</changelist>

<module.name>${project.groupId}.plugin.util.api</module.name>
Expand Down Expand Up @@ -325,7 +325,7 @@
<connection>scm:git:https://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
<developerConnection>scm:git:git@github.com:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
<tag>v3.5.0</tag>
<tag>${scmTag}</tag>
</scm>

<repositories>
Expand Down

0 comments on commit fdce9e3

Please sign in to comment.