This is an automated email from the ASF dual-hosted git repository. tomaswolf pushed a commit to branch dev_3.0 in repository https://gitbox.apache.org/repos/asf/mina-sshd.git
commit 0ed74c9dcd99bc375a42c98769289da15a870027 Author: Thomas Wolf <[email protected]> AuthorDate: Mon May 25 21:07:51 2026 +0200 [maven-release-plugin] prepare for next development iteration --- 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 ca3c3f80d..e6626abaf 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-M4</version> + <version>3.0.0-SNAPSHOT</version> </parent> <artifactId>apache-sshd</artifactId> diff --git a/pom.xml b/pom.xml index 180515c08..f997baea9 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ <groupId>org.apache.sshd</groupId> <artifactId>sshd</artifactId> - <version>3.0.0-M4</version> + <version>3.0.0-SNAPSHOT</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-3.0.0-M4</tag> + <tag>dev_3.0</tag> </scm> <properties> @@ -81,7 +81,7 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <project.build.outputTimestamp>2026-05-25T19:04:29Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2026-05-25T19:07:50Z</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 4033c03a2..bda805dab 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-M4</version> + <version>3.0.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/sshd-cli/pom.xml b/sshd-cli/pom.xml index 119164c25..d11f70efc 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-M4</version> + <version>3.0.0-SNAPSHOT</version> </parent> <artifactId>sshd-cli</artifactId> diff --git a/sshd-common/pom.xml b/sshd-common/pom.xml index 418e9dba8..f4d7f7263 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-M4</version> + <version>3.0.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/sshd-contrib/pom.xml b/sshd-contrib/pom.xml index 204705844..40b094a44 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-M4</version> + <version>3.0.0-SNAPSHOT</version> </parent> <!-- NOTE ::: NOTE ::: NOTE ::: NOTE ::: NOTE ::: NOTE ::: NOTE ::: NOTE ::: diff --git a/sshd-core/pom.xml b/sshd-core/pom.xml index 9001059ae..2a5318361 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-M4</version> + <version>3.0.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/sshd-git/pom.xml b/sshd-git/pom.xml index 25d2b1b73..57c928887 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-M4</version> + <version>3.0.0-SNAPSHOT</version> </parent> <artifactId>sshd-git</artifactId> diff --git a/sshd-ldap/pom.xml b/sshd-ldap/pom.xml index c0de10777..6017cff9e 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-M4</version> + <version>3.0.0-SNAPSHOT</version> </parent> <artifactId>sshd-ldap</artifactId> diff --git a/sshd-mina/pom.xml b/sshd-mina/pom.xml index 4c1e0ab0c..074101fcd 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-M4</version> + <version>3.0.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/sshd-netty/pom.xml b/sshd-netty/pom.xml index f8f3ca020..154289111 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-M4</version> + <version>3.0.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/sshd-openpgp/pom.xml b/sshd-openpgp/pom.xml index d03fe3769..d13b8fa23 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-M4</version> + <version>3.0.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/sshd-osgi/pom.xml b/sshd-osgi/pom.xml index 5676f4d42..8a29fbfe3 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-M4</version> + <version>3.0.0-SNAPSHOT</version> </parent> <artifactId>sshd-osgi</artifactId> diff --git a/sshd-putty/pom.xml b/sshd-putty/pom.xml index 8acf69624..359bb8d05 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-M4</version> + <version>3.0.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/sshd-scp/pom.xml b/sshd-scp/pom.xml index 9bfeeee96..02944357a 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-M4</version> + <version>3.0.0-SNAPSHOT</version> </parent> <artifactId>sshd-scp</artifactId> diff --git a/sshd-sftp/pom.xml b/sshd-sftp/pom.xml index b6cf605d9..cccdc0005 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-M4</version> + <version>3.0.0-SNAPSHOT</version> </parent> <artifactId>sshd-sftp</artifactId> diff --git a/sshd-site/pom.xml b/sshd-site/pom.xml index 696fe7b32..ba3c89ebb 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-M4</version> + <version>3.0.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/sshd-spring-sftp/pom.xml b/sshd-spring-sftp/pom.xml index 3d16e8732..83d3e8c86 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-M4</version> + <version>3.0.0-SNAPSHOT</version> </parent> <artifactId>sshd-spring-sftp</artifactId> diff --git a/sshd-test/pom.xml b/sshd-test/pom.xml index cc300bca6..0fe0b7297 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-M4</version> + <version>3.0.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent>
