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
timja committed Jul 20, 2022
1 parent cb49499 commit 16fcc7e
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 @@ -7,13 +7,13 @@
<relativePath />
</parent>
<artifactId>junit</artifactId>
<version>1.54.1</version>
<version>${revision}${changelist}</version>
<packaging>hpi</packaging>
<name>JUnit Plugin</name>
<description>Allows JUnit-format test results to be published.</description>
<url>https://github.com/jenkinsci/junit-plugin</url>
<properties>
<revision>1.55</revision>
<revision>1.54.2</revision>
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
<jenkins.version>2.303.3</jenkins.version>
Expand All @@ -30,7 +30,7 @@
<connection>scm:git:git://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
<url>https://github.com/${gitHubRepo}</url>
<tag>junit-1.54.1</tag>
<tag>${scmTag}</tag>
</scm>
<repositories>
<repository>
Expand Down

0 comments on commit 16fcc7e

Please sign in to comment.