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
kuisathaverat committed Jul 7, 2021
1 parent dfdeece commit 7fc8037
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,7 +9,7 @@

<groupId>org.jenkins-ci.modules</groupId> <!-- we use the modules groupId for historical reasons -->
<artifactId>sshd</artifactId>
<version>3.0.4</version>
<version>${revision}${changelist}</version>
<packaging>hpi</packaging>
<name>SSH server</name>
<description>Adds SSH server functionality to Jenkins, exposing CLI commands through it</description>
Expand All @@ -18,7 +18,7 @@
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
<developerConnection>scm:git:ssh://git@github.com/jenkinsci/${project.artifactId}-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
<tag>sshd-3.0.4</tag>
<tag>${scmTag}</tag>
</scm>

<licenses>
Expand All @@ -29,7 +29,7 @@
</licenses>

<properties>
<revision>3.0.4</revision>
<revision>3.0.5</revision>
<changelist>-SNAPSHOT</changelist>
<jenkins.version>2.282</jenkins.version> <!-- Current weekly -->
<java.level>8</java.level>
Expand Down

0 comments on commit 7fc8037

Please sign in to comment.