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 d90f776dbc91392614ca1c3f94c66d30f3d8dfa8 Author: Thomas Wolf <tw...@apache.org> AuthorDate: Mon Apr 21 20:57:43 2025 +0200 [releng] 3.0.0-M0 pre-release --- 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 +- 18 files changed, 20 insertions(+), 20 deletions(-) diff --git a/assembly/pom.xml b/assembly/pom.xml index f160ef55b..6f9319dd3 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-M0</version> </parent> <artifactId>apache-sshd</artifactId> diff --git a/pom.xml b/pom.xml index c811e21c6..3faadc145 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-M0</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>sshd-2.13.2</tag> + <tag>sshd-3.0.0-M0</tag> </scm> <properties> @@ -81,7 +81,7 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <project.build.outputTimestamp>2025-02-12T10:47:11Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-04-21T18:34:43Z</project.build.outputTimestamp> <java.sdk.version>8</java.sdk.version> <javac.source>${java.sdk.version}</javac.source> diff --git a/sshd-benchmarks/pom.xml b/sshd-benchmarks/pom.xml index cecfcebb2..e1e72958e 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-M0</version> <relativePath>..</relativePath> </parent> diff --git a/sshd-cli/pom.xml b/sshd-cli/pom.xml index 7247b90fd..f1c42e2da 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-M0</version> </parent> <artifactId>sshd-cli</artifactId> diff --git a/sshd-common/pom.xml b/sshd-common/pom.xml index 7ea27094c..f7311e6af 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-M0</version> <relativePath>..</relativePath> </parent> diff --git a/sshd-contrib/pom.xml b/sshd-contrib/pom.xml index f4ee6f047..97509c945 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-M0</version> </parent> <!-- NOTE ::: NOTE ::: NOTE ::: NOTE ::: NOTE ::: NOTE ::: NOTE ::: NOTE ::: diff --git a/sshd-core/pom.xml b/sshd-core/pom.xml index 29220137c..0cf600dfa 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-M0</version> <relativePath>..</relativePath> </parent> diff --git a/sshd-git/pom.xml b/sshd-git/pom.xml index f9cbe0e49..9c7d30684 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-M0</version> </parent> <artifactId>sshd-git</artifactId> diff --git a/sshd-ldap/pom.xml b/sshd-ldap/pom.xml index e97a44f07..467c019dd 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-M0</version> </parent> <artifactId>sshd-ldap</artifactId> diff --git a/sshd-mina/pom.xml b/sshd-mina/pom.xml index a110e66dd..782451188 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-M0</version> <relativePath>..</relativePath> </parent> diff --git a/sshd-netty/pom.xml b/sshd-netty/pom.xml index 4b36d8070..88af49c41 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-M0</version> <relativePath>..</relativePath> </parent> diff --git a/sshd-openpgp/pom.xml b/sshd-openpgp/pom.xml index 518941485..92eb8bf44 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-M0</version> <relativePath>..</relativePath> </parent> diff --git a/sshd-osgi/pom.xml b/sshd-osgi/pom.xml index c21a286ca..0f195c5c7 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-M0</version> </parent> <artifactId>sshd-osgi</artifactId> diff --git a/sshd-putty/pom.xml b/sshd-putty/pom.xml index 1100bf48e..4fdf1a6ee 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-M0</version> <relativePath>..</relativePath> </parent> diff --git a/sshd-scp/pom.xml b/sshd-scp/pom.xml index f16c92927..a660055a7 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-M0</version> </parent> <artifactId>sshd-scp</artifactId> diff --git a/sshd-sftp/pom.xml b/sshd-sftp/pom.xml index 7924dfb41..83ce08557 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-M0</version> </parent> <artifactId>sshd-sftp</artifactId> diff --git a/sshd-site/pom.xml b/sshd-site/pom.xml index 8dcf918ef..39e472d0b 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-M0</version> <relativePath>..</relativePath> </parent> diff --git a/sshd-spring-sftp/pom.xml b/sshd-spring-sftp/pom.xml index 157ad1740..9967bc265 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-M0</version> </parent> <artifactId>sshd-spring-sftp</artifactId>