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 ea45ddc07 [maven-release-plugin] prepare release sshd-2.12.0 ea45ddc07 is described below commit ea45ddc079a1dab67d590e800132088f14756135 Author: Guillaume Nodet <gno...@gmail.com> AuthorDate: Fri Jan 12 11:25:15 2024 +0100 [maven-release-plugin] prepare release sshd-2.12.0 --- assembly/pom.xml | 2 +- pom.xml | 8 ++++---- 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, 19 insertions(+), 19 deletions(-) diff --git a/assembly/pom.xml b/assembly/pom.xml index ffc6cfab1..0824f5cc2 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.sshd</groupId> <artifactId>sshd</artifactId> - <version>2.12.0-SNAPSHOT</version> + <version>2.12.0</version> </parent> <artifactId>apache-sshd</artifactId> diff --git a/pom.xml b/pom.xml index 7804d02dc..a8489e65d 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ <groupId>org.apache.sshd</groupId> <artifactId>sshd</artifactId> - <version>2.12.0-SNAPSHOT</version> + <version>2.12.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.10.0</tag> + <tag>sshd-2.12.0</tag> </scm> <properties> <projectRoot>${project.basedir}</projectRoot> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <project.build.outputTimestamp>2023-10-12T12:19:38Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2024-01-12T10:02:10Z</project.build.outputTimestamp> <!-- NOTE: actual workspace root dir value updated by gmavenplus-plugin on initialization phase --> <!-- workspace.root.dir>${project.basedir}</workspace.root.dir --> @@ -132,7 +132,7 @@ <sshd.tests.rerun.count>2</sshd.tests.rerun.count> <dependency.download.silent>true</dependency.download.silent> - <bnd.extraImports></bnd.extraImports> + <bnd.extraImports /> </properties> <profiles> diff --git a/sshd-cli/pom.xml b/sshd-cli/pom.xml index 02579552a..8ce22b6eb 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.12.0-SNAPSHOT</version> + <version>2.12.0</version> </parent> <artifactId>sshd-cli</artifactId> diff --git a/sshd-common/pom.xml b/sshd-common/pom.xml index 6bc50394d..9540dae7a 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.12.0-SNAPSHOT</version> + <version>2.12.0</version> <relativePath>..</relativePath> </parent> diff --git a/sshd-contrib/pom.xml b/sshd-contrib/pom.xml index a608464d9..6dad711d5 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.12.0-SNAPSHOT</version> + <version>2.12.0</version> </parent> <!-- NOTE ::: NOTE ::: NOTE ::: NOTE ::: NOTE ::: NOTE ::: NOTE ::: NOTE ::: diff --git a/sshd-core/pom.xml b/sshd-core/pom.xml index 91ec11048..604507b47 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.12.0-SNAPSHOT</version> + <version>2.12.0</version> <relativePath>..</relativePath> </parent> diff --git a/sshd-git/pom.xml b/sshd-git/pom.xml index 7a6ccf904..699958945 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.12.0-SNAPSHOT</version> + <version>2.12.0</version> </parent> <artifactId>sshd-git</artifactId> diff --git a/sshd-ldap/pom.xml b/sshd-ldap/pom.xml index 17fe52fbe..230241060 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.12.0-SNAPSHOT</version> + <version>2.12.0</version> </parent> <artifactId>sshd-ldap</artifactId> diff --git a/sshd-mina/pom.xml b/sshd-mina/pom.xml index f0d440ca2..718042855 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.12.0-SNAPSHOT</version> + <version>2.12.0</version> <relativePath>..</relativePath> </parent> diff --git a/sshd-netty/pom.xml b/sshd-netty/pom.xml index c530222a1..da2aad80f 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.12.0-SNAPSHOT</version> + <version>2.12.0</version> <relativePath>..</relativePath> </parent> diff --git a/sshd-openpgp/pom.xml b/sshd-openpgp/pom.xml index f170d365a..ec2c95204 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.12.0-SNAPSHOT</version> + <version>2.12.0</version> <relativePath>..</relativePath> </parent> diff --git a/sshd-osgi/pom.xml b/sshd-osgi/pom.xml index d05003497..b18bd8f4a 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.12.0-SNAPSHOT</version> + <version>2.12.0</version> </parent> <artifactId>sshd-osgi</artifactId> diff --git a/sshd-putty/pom.xml b/sshd-putty/pom.xml index c1c67dc2b..f9252226e 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.12.0-SNAPSHOT</version> + <version>2.12.0</version> <relativePath>..</relativePath> </parent> diff --git a/sshd-scp/pom.xml b/sshd-scp/pom.xml index f0952a613..e3333bd09 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.12.0-SNAPSHOT</version> + <version>2.12.0</version> </parent> <artifactId>sshd-scp</artifactId> diff --git a/sshd-sftp/pom.xml b/sshd-sftp/pom.xml index 0e5e18d81..aed43c9ca 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.12.0-SNAPSHOT</version> + <version>2.12.0</version> </parent> <artifactId>sshd-sftp</artifactId> diff --git a/sshd-spring-sftp/pom.xml b/sshd-spring-sftp/pom.xml index c42821cc5..06a98a36a 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.12.0-SNAPSHOT</version> + <version>2.12.0</version> </parent> <artifactId>sshd-spring-sftp</artifactId>