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 Sep 20, 2024
1 parent c018bae commit ef2b6de
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>12.7.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>12.7.0</revision>
<revision>12.8.0</revision>
<changelist>-SNAPSHOT</changelist>

<analysis-model.version>12.5.0</analysis-model.version>
Expand Down Expand Up @@ -220,7 +220,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>v12.7.0</tag>
<tag>${scmTag}</tag>
</scm>

<repositories>
Expand Down

0 comments on commit ef2b6de

Please sign in to comment.