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 04ae57b7c [maven-release-plugin] prepare for next development iteration 04ae57b7c is described below commit 04ae57b7c55961c271d9fa38990ae1d5982661cc Author: Guillaume Nodet <gno...@gmail.com> AuthorDate: Thu Jun 20 22:44:27 2024 +0200 [maven-release-plugin] prepare for next development iteration --- assembly/pom.xml | 2 +- pom.xml | 4 ++-- 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 +- 16 files changed, 17 insertions(+), 17 deletions(-) diff --git a/assembly/pom.xml b/assembly/pom.xml index 74a67c582..544cc208d 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.sshd</groupId> <artifactId>sshd</artifactId> - <version>2.13.1</version> + <version>2.13.2-SNAPSHOT</version> </parent> <artifactId>apache-sshd</artifactId> diff --git a/pom.xml b/pom.xml index 3081b13f0..fcbc28d7a 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ <groupId>org.apache.sshd</groupId> <artifactId>sshd</artifactId> - <version>2.13.1</version> + <version>2.13.2-SNAPSHOT</version> <name>Apache Mina SSHD</name> <packaging>pom</packaging> <inceptionYear>2008</inceptionYear> @@ -81,7 +81,7 @@ <properties> <projectRoot>${project.basedir}</projectRoot> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <project.build.outputTimestamp>2024-06-20T20:40:27Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2024-06-20T20:44:27Z</project.build.outputTimestamp> <!-- NOTE: actual workspace root dir value updated by gmavenplus-plugin on initialization phase --> <!-- workspace.root.dir>${project.basedir}</workspace.root.dir --> diff --git a/sshd-cli/pom.xml b/sshd-cli/pom.xml index 29bc5fefe..29a8a995d 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.13.1</version> + <version>2.13.2-SNAPSHOT</version> </parent> <artifactId>sshd-cli</artifactId> diff --git a/sshd-common/pom.xml b/sshd-common/pom.xml index be22ac03e..7143cf1ec 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.13.1</version> + <version>2.13.2-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/sshd-contrib/pom.xml b/sshd-contrib/pom.xml index 8f952a77b..4532d13ff 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.13.1</version> + <version>2.13.2-SNAPSHOT</version> </parent> <!-- NOTE ::: NOTE ::: NOTE ::: NOTE ::: NOTE ::: NOTE ::: NOTE ::: NOTE ::: diff --git a/sshd-core/pom.xml b/sshd-core/pom.xml index 714bfe482..8f0a25c8a 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.13.1</version> + <version>2.13.2-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/sshd-git/pom.xml b/sshd-git/pom.xml index 5d82628eb..f1f878eaf 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.13.1</version> + <version>2.13.2-SNAPSHOT</version> </parent> <artifactId>sshd-git</artifactId> diff --git a/sshd-ldap/pom.xml b/sshd-ldap/pom.xml index ccbacdedb..38609217f 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.13.1</version> + <version>2.13.2-SNAPSHOT</version> </parent> <artifactId>sshd-ldap</artifactId> diff --git a/sshd-mina/pom.xml b/sshd-mina/pom.xml index 33cf48d97..9398d5f0b 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.13.1</version> + <version>2.13.2-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/sshd-netty/pom.xml b/sshd-netty/pom.xml index 3989b7c38..a1dd1b797 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.13.1</version> + <version>2.13.2-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/sshd-openpgp/pom.xml b/sshd-openpgp/pom.xml index 357179313..f000e1e6d 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.13.1</version> + <version>2.13.2-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/sshd-osgi/pom.xml b/sshd-osgi/pom.xml index 1c94a8b1d..38ad55326 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.13.1</version> + <version>2.13.2-SNAPSHOT</version> </parent> <artifactId>sshd-osgi</artifactId> diff --git a/sshd-putty/pom.xml b/sshd-putty/pom.xml index f3579a94f..3bdf17bc6 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.13.1</version> + <version>2.13.2-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/sshd-scp/pom.xml b/sshd-scp/pom.xml index 6b3dbe305..27c7c3053 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.13.1</version> + <version>2.13.2-SNAPSHOT</version> </parent> <artifactId>sshd-scp</artifactId> diff --git a/sshd-sftp/pom.xml b/sshd-sftp/pom.xml index c024a0014..dee2817f8 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.13.1</version> + <version>2.13.2-SNAPSHOT</version> </parent> <artifactId>sshd-sftp</artifactId> diff --git a/sshd-spring-sftp/pom.xml b/sshd-spring-sftp/pom.xml index e20612d98..e9a51f45f 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.13.1</version> + <version>2.13.2-SNAPSHOT</version> </parent> <artifactId>sshd-spring-sftp</artifactId>