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 Dec 8, 2022
1 parent 8e019f6 commit 2056df6
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,12 +12,12 @@
<groupId>io.jenkins.plugins</groupId>
<packaging>hpi</packaging>
<name>Analysis Model API Plugin</name>
<version>10.21.0</version>
<version>${revision}${changelist}</version>
<description>Static Analysis Model and Parsers API used by the Warnings plugin.</description>
<url>https://github.com/jenkinsci/analysis-model</url>

<properties>
<revision>10.21.0</revision>
<revision>10.22.0</revision>
<changelist>-SNAPSHOT</changelist>
<analysis-model.version>10.21.0</analysis-model.version>
</properties>
Expand Down Expand Up @@ -115,7 +115,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>v10.21.0</tag>
<tag>${scmTag}</tag>
</scm>

<repositories>
Expand Down

0 comments on commit 2056df6

Please sign in to comment.