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
jetersen committed Aug 29, 2019
1 parent b162f98 commit 224bdba
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 @@ -9,10 +9,10 @@
</parent>
<groupId>io.jenkins.plugins</groupId>
<artifactId>gitlab-branch-source</artifactId>
<version>1.1.0</version>
<version>${revision}${changelist}</version>
<packaging>hpi</packaging>
<properties>
<revision>1.0.1</revision>
<revision>1.1.1</revision>
<changelist>-SNAPSHOT</changelist>
<!-- Baseline Jenkins version you use to build the plugin. Users must have this version or newer to run. -->
<jenkins.version>2.176.2</jenkins.version>
Expand Down Expand Up @@ -251,7 +251,7 @@
<developerConnection>scm:git:[email protected]:jenkinsci/${project.artifactId}-plugin.git
</developerConnection>
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
<tag>gitlab-branch-source-1.1.0</tag>
<tag>${scmTag}</tag>
</scm>

<build>
Expand Down

0 comments on commit 224bdba

Please sign in to comment.