Skip to content

Commit

Permalink
Fix sshd-benchmark pom for release
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Sep 24, 2024
1 parent 633f0a3 commit 566445f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions sshd-benchmarks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jmh.version>1.37</jmh.version>
<uberjar.name>benchmarks</uberjar.name>
<sshd-version>${project.version}</sshd-version>
</properties>

<dependencies>
Expand All @@ -59,17 +58,17 @@
<dependency>
<groupId>org.apache.sshd</groupId>
<artifactId>sshd-common</artifactId>
<version>${sshd-version}</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.sshd</groupId>
<artifactId>sshd-core</artifactId>
<version>${sshd-version}</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.sshd</groupId>
<artifactId>sshd-sftp</artifactId>
<version>${sshd-version}</version>
<version>${project.version}</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 566445f

Please sign in to comment.