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 Aug 10, 2020
1 parent 02e369f commit 36a4377
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.31</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.31</revision>
<revision>1.32</revision>
<changelist>-SNAPSHOT</changelist>
<jenkins.version>2.204.4</jenkins.version>
<java.level>8</java.level>
Expand All @@ -29,7 +29,7 @@
<connection>scm:git:git://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>junit-1.31</tag>
<tag>${scmTag}</tag>
</scm>
<repositories>
<repository>
Expand Down

0 comments on commit 36a4377

Please sign in to comment.