This is an automated email from the ASF dual-hosted git repository. gnodet pushed a commit to annotated tag sshd-2.14.0 in repository https://gitbox.apache.org/repos/asf/mina-sshd.git
commit 566445f597979f96c568505ce307c49bd9e7ed9e Author: Guillaume Nodet <[email protected]> AuthorDate: Tue Sep 24 09:23:40 2024 +0200 Fix sshd-benchmark pom for release --- sshd-benchmarks/pom.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/sshd-benchmarks/pom.xml b/sshd-benchmarks/pom.xml index 7c2393931..f0ed72864 100644 --- a/sshd-benchmarks/pom.xml +++ b/sshd-benchmarks/pom.xml @@ -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> @@ -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>
