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 5f28bd198 [maven-release-plugin] prepare release sshd-2.9.0 5f28bd198 is described below commit 5f28bd198b97b1b094f1fcdc84bbf2d266775f1f Author: Guillaume Nodet <gno...@gmail.com> AuthorDate: Mon Jul 18 08:41:22 2022 +0200 [maven-release-plugin] prepare release sshd-2.9.0 --- assembly/pom.xml | 2 +- pom.xml | 6 +++--- 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, 18 insertions(+), 18 deletions(-) diff --git a/assembly/pom.xml b/assembly/pom.xml index 700f52756..3e583e433 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.sshd</groupId> <artifactId>sshd</artifactId> - <version>2.9.1-SNAPSHOT</version> + <version>2.9.0</version> </parent> <artifactId>apache-sshd</artifactId> diff --git a/pom.xml b/pom.xml index b85808607..f65287119 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ <groupId>org.apache.sshd</groupId> <artifactId>sshd</artifactId> - <version>2.9.1-SNAPSHOT</version> + <version>2.9.0</version> <name>Apache Mina SSHD</name> <packaging>pom</packaging> <inceptionYear>2008</inceptionYear> @@ -75,13 +75,13 @@ <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.8.0</tag> + <tag>sshd-2.9.0</tag> </scm> <properties> <projectRoot>${project.basedir}</projectRoot> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <project.build.outputTimestamp>2022-07-11T13:14:16Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2022-07-18T06:35:52Z</project.build.outputTimestamp> <!-- NOTE: actual 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 96f379a82..65753742b 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.9.1-SNAPSHOT</version> + <version>2.9.0</version> </parent> <artifactId>sshd-cli</artifactId> diff --git a/sshd-common/pom.xml b/sshd-common/pom.xml index 5ef3e2563..b54c93415 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.9.1-SNAPSHOT</version> + <version>2.9.0</version> <relativePath>..</relativePath> </parent> diff --git a/sshd-contrib/pom.xml b/sshd-contrib/pom.xml index 968a3a5fc..a1dec0a66 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.9.1-SNAPSHOT</version> + <version>2.9.0</version> </parent> <!-- NOTE ::: NOTE ::: NOTE ::: NOTE ::: NOTE ::: NOTE ::: NOTE ::: NOTE ::: diff --git a/sshd-core/pom.xml b/sshd-core/pom.xml index 31f4e9d07..ca978b306 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.9.1-SNAPSHOT</version> + <version>2.9.0</version> <relativePath>..</relativePath> </parent> diff --git a/sshd-git/pom.xml b/sshd-git/pom.xml index ff399624e..0da0b416c 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.9.1-SNAPSHOT</version> + <version>2.9.0</version> </parent> <artifactId>sshd-git</artifactId> diff --git a/sshd-ldap/pom.xml b/sshd-ldap/pom.xml index 3cb8047ea..0ead91ac5 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.9.1-SNAPSHOT</version> + <version>2.9.0</version> </parent> <artifactId>sshd-ldap</artifactId> diff --git a/sshd-mina/pom.xml b/sshd-mina/pom.xml index c79548d30..12a2cef61 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.9.1-SNAPSHOT</version> + <version>2.9.0</version> <relativePath>..</relativePath> </parent> diff --git a/sshd-netty/pom.xml b/sshd-netty/pom.xml index c1ec44fb5..2f84adeaf 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.9.1-SNAPSHOT</version> + <version>2.9.0</version> <relativePath>..</relativePath> </parent> diff --git a/sshd-openpgp/pom.xml b/sshd-openpgp/pom.xml index 693f76ed1..4a5b3e033 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.9.1-SNAPSHOT</version> + <version>2.9.0</version> <relativePath>..</relativePath> </parent> diff --git a/sshd-osgi/pom.xml b/sshd-osgi/pom.xml index bb9b09167..893e427e9 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.9.1-SNAPSHOT</version> + <version>2.9.0</version> </parent> <artifactId>sshd-osgi</artifactId> diff --git a/sshd-putty/pom.xml b/sshd-putty/pom.xml index 6fd1c9501..91315db11 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.9.1-SNAPSHOT</version> + <version>2.9.0</version> <relativePath>..</relativePath> </parent> diff --git a/sshd-scp/pom.xml b/sshd-scp/pom.xml index 13dae5c4c..5a036e037 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.9.1-SNAPSHOT</version> + <version>2.9.0</version> </parent> <artifactId>sshd-scp</artifactId> diff --git a/sshd-sftp/pom.xml b/sshd-sftp/pom.xml index 208ef49fa..e211e2917 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.9.1-SNAPSHOT</version> + <version>2.9.0</version> </parent> <artifactId>sshd-sftp</artifactId> diff --git a/sshd-spring-sftp/pom.xml b/sshd-spring-sftp/pom.xml index 49c7bee9a..1045135c9 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.9.1-SNAPSHOT</version> + <version>2.9.0</version> </parent> <artifactId>sshd-spring-sftp</artifactId>