Skip to content

Commit

Permalink
[maven-release-plugin] prepare release sshd-3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kuisathaverat committed Jul 20, 2021
1 parent 50f4033 commit 80bf9a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -9,7 +9,7 @@

<groupId>org.jenkins-ci.modules</groupId> <!-- we use the modules groupId for historical reasons -->
<artifactId>sshd</artifactId>
<version>${revision}${changelist}</version>
<version>3.1.0</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>${scmTag}</tag>
<tag>sshd-3.1.0</tag>
</scm>

<licenses>
Expand Down

0 comments on commit 80bf9a4

Please sign in to comment.