Skip to content

Commit

Permalink
Introduce a property for Mina SSHD API plugin version (#9102)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil authored Mar 29, 2024
1 parent 6b04e08 commit feea086
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ THE SOFTWARE.
<host>localhost</host>
<!-- HTTP listener port -->
<port>8080</port>
<mina-sshd-api.version>2.12.1-101.v85b_e08b_780dd</mina-sshd-api.version>
<node.version>20.11.1</node.version>
<!-- frontend-maven-plugin will install this Yarn version as bootstrap, then hand over control to Yarn Berry. -->
<yarn.version>1.22.19</yarn.version>
Expand Down Expand Up @@ -544,14 +545,14 @@ THE SOFTWARE.
<!-- dependency of mina-sshd-api-core and sshd -->
<groupId>io.jenkins.plugins.mina-sshd-api</groupId>
<artifactId>mina-sshd-api-common</artifactId>
<version>2.12.1-101.v85b_e08b_780dd</version>
<version>${mina-sshd-api.version}</version>
<type>hpi</type>
</artifactItem>
<artifactItem>
<!-- dependency of sshd -->
<groupId>io.jenkins.plugins.mina-sshd-api</groupId>
<artifactId>mina-sshd-api-core</artifactId>
<version>2.12.1-101.v85b_e08b_780dd</version>
<version>${mina-sshd-api.version}</version>
<type>hpi</type>
</artifactItem>
</artifactItems>
Expand Down

0 comments on commit feea086

Please sign in to comment.