This is an automated email from the ASF dual-hosted git repository. gnodet pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mina-sshd.git
The following commit(s) were added to refs/heads/master by this push: new 56beb994e [maven-release-plugin] prepare for next development iteration 56beb994e is described below commit 56beb994e7eb1e444725eeb6acdaaa22eb8ee563 Author: Guillaume Nodet <gno...@gmail.com> AuthorDate: Wed Feb 12 11:47:11 2025 +0100 [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-spring-sftp/pom.xml | 2 +- 17 files changed, 19 insertions(+), 19 deletions(-) diff --git a/assembly/pom.xml b/assembly/pom.xml index c4f37b618..60bc1b045 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.sshd</groupId> <artifactId>sshd</artifactId> - <version>2.15.0</version> + <version>2.15.1-SNAPSHOT</version> </parent> <artifactId>apache-sshd</artifactId> diff --git a/pom.xml b/pom.xml index c81de2fbf..f070d4975 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ <groupId>org.apache.sshd</groupId> <artifactId>sshd</artifactId> - <version>2.15.0</version> + <version>2.15.1-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-2.15.0</tag> + <tag>sshd-2.13.2</tag> </scm> <properties> @@ -80,7 +80,7 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <project.build.outputTimestamp>2025-02-12T10:29:55Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-02-12T10:47:11Z</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 ad3bee570..44bbe3ce6 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>2.15.0</version> + <version>2.15.1-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/sshd-cli/pom.xml b/sshd-cli/pom.xml index 05cde3b1d..24d65c5d0 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>2.15.0</version> + <version>2.15.1-SNAPSHOT</version> </parent> <artifactId>sshd-cli</artifactId> diff --git a/sshd-common/pom.xml b/sshd-common/pom.xml index 131278867..51c08c056 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>2.15.0</version> + <version>2.15.1-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/sshd-contrib/pom.xml b/sshd-contrib/pom.xml index 1d6a90d57..f4ada2a8d 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>2.15.0</version> + <version>2.15.1-SNAPSHOT</version> </parent> <!-- NOTE ::: NOTE ::: NOTE ::: NOTE ::: NOTE ::: NOTE ::: NOTE ::: NOTE ::: diff --git a/sshd-core/pom.xml b/sshd-core/pom.xml index 68f38e779..c0d1c3212 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>2.15.0</version> + <version>2.15.1-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/sshd-git/pom.xml b/sshd-git/pom.xml index df2423cf9..3217c3ac3 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>2.15.0</version> + <version>2.15.1-SNAPSHOT</version> </parent> <artifactId>sshd-git</artifactId> diff --git a/sshd-ldap/pom.xml b/sshd-ldap/pom.xml index 9365dcd39..ea2dbad97 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>2.15.0</version> + <version>2.15.1-SNAPSHOT</version> </parent> <artifactId>sshd-ldap</artifactId> diff --git a/sshd-mina/pom.xml b/sshd-mina/pom.xml index 39126071c..e74dad83a 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>2.15.0</version> + <version>2.15.1-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/sshd-netty/pom.xml b/sshd-netty/pom.xml index e67105ef6..2e0b4c4ac 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>2.15.0</version> + <version>2.15.1-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/sshd-openpgp/pom.xml b/sshd-openpgp/pom.xml index f50006d7f..d529acc4a 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>2.15.0</version> + <version>2.15.1-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/sshd-osgi/pom.xml b/sshd-osgi/pom.xml index 1248214ee..c78d1e405 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>2.15.0</version> + <version>2.15.1-SNAPSHOT</version> </parent> <artifactId>sshd-osgi</artifactId> diff --git a/sshd-putty/pom.xml b/sshd-putty/pom.xml index 88ac4c13e..34b417322 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>2.15.0</version> + <version>2.15.1-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/sshd-scp/pom.xml b/sshd-scp/pom.xml index 0fba4d561..56a9dee71 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>2.15.0</version> + <version>2.15.1-SNAPSHOT</version> </parent> <artifactId>sshd-scp</artifactId> diff --git a/sshd-sftp/pom.xml b/sshd-sftp/pom.xml index f8f58d0d2..0053a6e89 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>2.15.0</version> + <version>2.15.1-SNAPSHOT</version> </parent> <artifactId>sshd-sftp</artifactId> diff --git a/sshd-spring-sftp/pom.xml b/sshd-spring-sftp/pom.xml index c5e68b552..f88ea7253 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>2.15.0</version> + <version>2.15.1-SNAPSHOT</version> </parent> <artifactId>sshd-spring-sftp</artifactId>