This is an automated email from the ASF dual-hosted git repository. twolf pushed a commit to branch dev_3.0 in repository https://gitbox.apache.org/repos/asf/mina-sshd.git
commit 436d520847020946766611c7bd6f5f9162bd9bbb Author: Thomas Wolf <[email protected]> AuthorDate: Wed Oct 22 18:19:01 2025 +0200 [maven-release-plugin] prepare release sshd-3.0.0-M2 --- assembly/pom.xml | 2 +- pom.xml | 6 +++--- sshd-benchmarks/pom.xml | 2 +- sshd-cli/pom.xml | 2 +- sshd-common/pom.xml | 2 +- sshd-contrib/pom.xml | 2 +- sshd-core/pom.xml | 2 +- sshd-git/pom.xml | 2 +- sshd-ldap/pom.xml | 2 +- sshd-mina/pom.xml | 2 +- sshd-netty/pom.xml | 2 +- sshd-openpgp/pom.xml | 2 +- sshd-osgi/pom.xml | 2 +- sshd-putty/pom.xml | 2 +- sshd-scp/pom.xml | 2 +- sshd-sftp/pom.xml | 2 +- sshd-site/pom.xml | 2 +- sshd-spring-sftp/pom.xml | 2 +- sshd-test/pom.xml | 2 +- 19 files changed, 21 insertions(+), 21 deletions(-) diff --git a/assembly/pom.xml b/assembly/pom.xml index f160ef55b..e1c869a8d 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.sshd</groupId> <artifactId>sshd</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0-M2</version> </parent> <artifactId>apache-sshd</artifactId> diff --git a/pom.xml b/pom.xml index 74b981258..38d16ce20 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ <groupId>org.apache.sshd</groupId> <artifactId>sshd</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0-M2</version> <name>Apache Mina SSHD</name> <packaging>pom</packaging> <inceptionYear>2008</inceptionYear> @@ -67,7 +67,7 @@ <connection>scm:git:https://gitbox.apache.org/repos/asf/mina-sshd.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/mina-sshd.git</developerConnection> <url>https://github.com/apache/mina-sshd/tree/${project.scm.tag}</url> - <tag>dev_3.0</tag> + <tag>sshd-3.0.0-M2</tag> </scm> <properties> @@ -81,7 +81,7 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <project.build.outputTimestamp>2025-08-29T21:59:28Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-10-22T16:15:13Z</project.build.outputTimestamp> <java.sdk.version>8</java.sdk.version> <javac.release>${java.sdk.version}</javac.release> diff --git a/sshd-benchmarks/pom.xml b/sshd-benchmarks/pom.xml index 4ad037fc0..3bf228d2e 100644 --- a/sshd-benchmarks/pom.xml +++ b/sshd-benchmarks/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.sshd</groupId> <artifactId>sshd</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0-M2</version> <relativePath>..</relativePath> </parent> diff --git a/sshd-cli/pom.xml b/sshd-cli/pom.xml index 7247b90fd..fa60537da 100644 --- a/sshd-cli/pom.xml +++ b/sshd-cli/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.sshd</groupId> <artifactId>sshd</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0-M2</version> </parent> <artifactId>sshd-cli</artifactId> diff --git a/sshd-common/pom.xml b/sshd-common/pom.xml index f66fa54be..2cbe0d4b6 100644 --- a/sshd-common/pom.xml +++ b/sshd-common/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.sshd</groupId> <artifactId>sshd</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0-M2</version> <relativePath>..</relativePath> </parent> diff --git a/sshd-contrib/pom.xml b/sshd-contrib/pom.xml index a2e9ed879..ef824be5a 100644 --- a/sshd-contrib/pom.xml +++ b/sshd-contrib/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.sshd</groupId> <artifactId>sshd</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0-M2</version> </parent> <!-- NOTE ::: NOTE ::: NOTE ::: NOTE ::: NOTE ::: NOTE ::: NOTE ::: NOTE ::: diff --git a/sshd-core/pom.xml b/sshd-core/pom.xml index 3f3dfa97f..aa28519fe 100644 --- a/sshd-core/pom.xml +++ b/sshd-core/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.sshd</groupId> <artifactId>sshd</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0-M2</version> <relativePath>..</relativePath> </parent> diff --git a/sshd-git/pom.xml b/sshd-git/pom.xml index f9cbe0e49..8430e3079 100644 --- a/sshd-git/pom.xml +++ b/sshd-git/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.sshd</groupId> <artifactId>sshd</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0-M2</version> </parent> <artifactId>sshd-git</artifactId> diff --git a/sshd-ldap/pom.xml b/sshd-ldap/pom.xml index e97a44f07..392c456c0 100644 --- a/sshd-ldap/pom.xml +++ b/sshd-ldap/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.sshd</groupId> <artifactId>sshd</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0-M2</version> </parent> <artifactId>sshd-ldap</artifactId> diff --git a/sshd-mina/pom.xml b/sshd-mina/pom.xml index 839e76fa0..88e49b75b 100644 --- a/sshd-mina/pom.xml +++ b/sshd-mina/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.sshd</groupId> <artifactId>sshd</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0-M2</version> <relativePath>..</relativePath> </parent> diff --git a/sshd-netty/pom.xml b/sshd-netty/pom.xml index 75afd8963..3b2a58acf 100644 --- a/sshd-netty/pom.xml +++ b/sshd-netty/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.sshd</groupId> <artifactId>sshd</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0-M2</version> <relativePath>..</relativePath> </parent> diff --git a/sshd-openpgp/pom.xml b/sshd-openpgp/pom.xml index 4d3ceb57a..b5fb6b024 100644 --- a/sshd-openpgp/pom.xml +++ b/sshd-openpgp/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.sshd</groupId> <artifactId>sshd</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0-M2</version> <relativePath>..</relativePath> </parent> diff --git a/sshd-osgi/pom.xml b/sshd-osgi/pom.xml index 19ad6e46f..870025699 100644 --- a/sshd-osgi/pom.xml +++ b/sshd-osgi/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.sshd</groupId> <artifactId>sshd</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0-M2</version> </parent> <artifactId>sshd-osgi</artifactId> diff --git a/sshd-putty/pom.xml b/sshd-putty/pom.xml index 9c323069e..46c06972d 100644 --- a/sshd-putty/pom.xml +++ b/sshd-putty/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.sshd</groupId> <artifactId>sshd</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0-M2</version> <relativePath>..</relativePath> </parent> diff --git a/sshd-scp/pom.xml b/sshd-scp/pom.xml index aa43e3ef8..807540476 100644 --- a/sshd-scp/pom.xml +++ b/sshd-scp/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.sshd</groupId> <artifactId>sshd</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0-M2</version> </parent> <artifactId>sshd-scp</artifactId> diff --git a/sshd-sftp/pom.xml b/sshd-sftp/pom.xml index 7924dfb41..d48c13cd7 100644 --- a/sshd-sftp/pom.xml +++ b/sshd-sftp/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.sshd</groupId> <artifactId>sshd</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0-M2</version> </parent> <artifactId>sshd-sftp</artifactId> diff --git a/sshd-site/pom.xml b/sshd-site/pom.xml index ba3c89ebb..58216d1d0 100644 --- a/sshd-site/pom.xml +++ b/sshd-site/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.sshd</groupId> <artifactId>sshd</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0-M2</version> <relativePath>..</relativePath> </parent> diff --git a/sshd-spring-sftp/pom.xml b/sshd-spring-sftp/pom.xml index e04242575..83a6d491e 100644 --- a/sshd-spring-sftp/pom.xml +++ b/sshd-spring-sftp/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.sshd</groupId> <artifactId>sshd</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0-M2</version> </parent> <artifactId>sshd-spring-sftp</artifactId> diff --git a/sshd-test/pom.xml b/sshd-test/pom.xml index e05cf9812..01467246b 100644 --- a/sshd-test/pom.xml +++ b/sshd-test/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.sshd</groupId> <artifactId>sshd</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0-M2</version> <relativePath>..</relativePath> </parent>
