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
bitwiseman committed Apr 26, 2019
1 parent 90b7840 commit aeef5d4
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 @@ -8,7 +8,7 @@
<relativePath />
</parent>
<artifactId>github-branch-source</artifactId>
<version>2.5.0</version>
<version>${revision}${changelist}</version>
<packaging>hpi</packaging>
<name>GitHub Branch Source Plugin</name>
<url>https://wiki.jenkins-ci.org/display/JENKINS/GitHub+Branch+Source+Plugin</url>
Expand All @@ -21,7 +21,7 @@
</licenses>

<properties>
<revision>2.4.6-beta-3</revision>
<revision>2.5.1</revision>
<changelist>-SNAPSHOT</changelist>
<java.level>8</java.level>
<jenkins.version>2.121.3</jenkins.version>
Expand All @@ -32,7 +32,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>github-branch-source-2.5.0</tag>
<tag>${scmTag}</tag>
</scm>
<dependencies>
<dependency>
Expand Down

0 comments on commit aeef5d4

Please sign in to comment.