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
jglick committed Jul 10, 2019
1 parent bc6d3c9 commit 494b89c
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 @@ -34,7 +34,7 @@ THE SOFTWARE.

<groupId>org.jenkins-ci.main</groupId>
<artifactId>jenkins-test-harness</artifactId>
<version>2.53</version>
<version>${revision}${changelist}</version>

<name>Test harness for Jenkins and plugins</name>
<description>Harness used to run functional tests of Jenkins core and plugins.</description>
Expand All @@ -43,11 +43,11 @@ THE SOFTWARE.
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}.git</connection>
<developerConnection>scm:git:ssh://[email protected]/jenkinsci/${project.artifactId}.git</developerConnection>
<url>https://github.com/jenkinsci/${project.artifactId}</url>
<tag>jenkins-test-harness-2.53</tag>
<tag>${scmTag}</tag>
</scm>

<properties>
<revision>2.53</revision>
<revision>2.54</revision>
<changelist>-SNAPSHOT</changelist>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jetty.version>9.4.5.v20170502</jetty.version>
Expand Down

0 comments on commit 494b89c

Please sign in to comment.