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
XiongKezhi committed Oct 29, 2020
1 parent 24c1eb4 commit b67e908
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 @@ -11,15 +11,15 @@

<groupId>io.jenkins.plugins</groupId>
<artifactId>checks-api</artifactId>
<version>1.1.0</version>
<version>${revision}${changelist}</version>
<packaging>hpi</packaging>

<name>Checks API plugin</name>
<description>Defines an API for Jenkins to publish checks to SCM platforms.</description>

<properties>
<java.level>8</java.level>
<revision>1.1.0</revision>
<revision>1.1.1</revision>
<changelist>-SNAPSHOT</changelist>

<!-- Jenkins Plug-in Dependencies Versions -->
Expand All @@ -39,7 +39,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>v1.1.0</tag>
<tag>${scmTag}</tag>
</scm>

<dependencies>
Expand Down

0 comments on commit b67e908

Please sign in to comment.