Skip to content

Commit 445ef7e

Browse files
committed
[maven-release-plugin] prepare release sshd-2.16.0
1 parent ebbfaf9 commit 445ef7e

File tree

17 files changed

+19
-19
lines changed

17 files changed

+19
-19
lines changed

assembly/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.sshd</groupId>
2424
<artifactId>sshd</artifactId>
25-
<version>2.16.0-SNAPSHOT</version>
25+
<version>2.16.0</version>
2626
</parent>
2727

2828
<artifactId>apache-sshd</artifactId>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
<groupId>org.apache.sshd</groupId>
2929
<artifactId>sshd</artifactId>
30-
<version>2.16.0-SNAPSHOT</version>
30+
<version>2.16.0</version>
3131
<name>Apache Mina SSHD</name>
3232
<packaging>pom</packaging>
3333
<inceptionYear>2008</inceptionYear>
@@ -67,7 +67,7 @@
6767
<connection>scm:git:https://gitbox.apache.org/repos/asf/mina-sshd.git</connection>
6868
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/mina-sshd.git</developerConnection>
6969
<url>https://github.com/apache/mina-sshd/tree/${project.scm.tag}</url>
70-
<tag>master</tag>
70+
<tag>sshd-2.16.0</tag>
7171
</scm>
7272

7373
<properties>
@@ -80,7 +80,7 @@
8080

8181

8282
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
83-
<project.build.outputTimestamp>2025-02-12T10:47:11Z</project.build.outputTimestamp>
83+
<project.build.outputTimestamp>2025-08-17T20:56:51Z</project.build.outputTimestamp>
8484

8585
<java.sdk.version>8</java.sdk.version>
8686
<javac.source>${java.sdk.version}</javac.source>

sshd-benchmarks/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.sshd</groupId>
2222
<artifactId>sshd</artifactId>
23-
<version>2.16.0-SNAPSHOT</version>
23+
<version>2.16.0</version>
2424
<relativePath>..</relativePath>
2525
</parent>
2626

sshd-cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.sshd</groupId>
2424
<artifactId>sshd</artifactId>
25-
<version>2.16.0-SNAPSHOT</version>
25+
<version>2.16.0</version>
2626
</parent>
2727

2828
<artifactId>sshd-cli</artifactId>

sshd-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.sshd</groupId>
2424
<artifactId>sshd</artifactId>
25-
<version>2.16.0-SNAPSHOT</version>
25+
<version>2.16.0</version>
2626
<relativePath>..</relativePath>
2727
</parent>
2828

sshd-contrib/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.sshd</groupId>
2424
<artifactId>sshd</artifactId>
25-
<version>2.16.0-SNAPSHOT</version>
25+
<version>2.16.0</version>
2626
</parent>
2727

2828
<!-- NOTE ::: NOTE ::: NOTE ::: NOTE ::: NOTE ::: NOTE ::: NOTE ::: NOTE :::

sshd-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.sshd</groupId>
2424
<artifactId>sshd</artifactId>
25-
<version>2.16.0-SNAPSHOT</version>
25+
<version>2.16.0</version>
2626
<relativePath>..</relativePath>
2727
</parent>
2828

sshd-git/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.sshd</groupId>
2424
<artifactId>sshd</artifactId>
25-
<version>2.16.0-SNAPSHOT</version>
25+
<version>2.16.0</version>
2626
</parent>
2727

2828
<artifactId>sshd-git</artifactId>

sshd-ldap/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.sshd</groupId>
2424
<artifactId>sshd</artifactId>
25-
<version>2.16.0-SNAPSHOT</version>
25+
<version>2.16.0</version>
2626
</parent>
2727

2828
<artifactId>sshd-ldap</artifactId>

sshd-mina/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.sshd</groupId>
2424
<artifactId>sshd</artifactId>
25-
<version>2.16.0-SNAPSHOT</version>
25+
<version>2.16.0</version>
2626
<relativePath>..</relativePath>
2727
</parent>
2828

0 commit comments

Comments
 (0)