[maven-release-plugin] prepare release sshd-2.10.0
diff --git a/assembly/pom.xml b/assembly/pom.xml
index 444f750..cc5f0a4 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.sshd</groupId>
<artifactId>sshd</artifactId>
- <version>2.10.0-SNAPSHOT</version>
+ <version>2.10.0</version>
</parent>
<artifactId>apache-sshd</artifactId>
diff --git a/pom.xml b/pom.xml
index 94555ed..1aed5e9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
<groupId>org.apache.sshd</groupId>
<artifactId>sshd</artifactId>
- <version>2.10.0-SNAPSHOT</version>
+ <version>2.10.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.9.2</tag>
+ <tag>sshd-2.10.0</tag>
</scm>
<properties>
<projectRoot>${project.basedir}</projectRoot>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <project.build.outputTimestamp>2022-11-09T14:17:46Z</project.build.outputTimestamp>
+ <project.build.outputTimestamp>2023-05-10T06:31:12Z</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 ca7b70e..2b5db72 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.10.0-SNAPSHOT</version>
+ <version>2.10.0</version>
</parent>
<artifactId>sshd-cli</artifactId>
diff --git a/sshd-common/pom.xml b/sshd-common/pom.xml
index b648607..9969a31 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.10.0-SNAPSHOT</version>
+ <version>2.10.0</version>
<relativePath>..</relativePath>
</parent>
diff --git a/sshd-contrib/pom.xml b/sshd-contrib/pom.xml
index ecd8551..16983ce 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.10.0-SNAPSHOT</version>
+ <version>2.10.0</version>
</parent>
<!-- NOTE ::: NOTE ::: NOTE ::: NOTE ::: NOTE ::: NOTE ::: NOTE ::: NOTE :::
diff --git a/sshd-core/pom.xml b/sshd-core/pom.xml
index 4612384..594d8ee 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.10.0-SNAPSHOT</version>
+ <version>2.10.0</version>
<relativePath>..</relativePath>
</parent>
diff --git a/sshd-git/pom.xml b/sshd-git/pom.xml
index 3bbb769..4dd7391 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.10.0-SNAPSHOT</version>
+ <version>2.10.0</version>
</parent>
<artifactId>sshd-git</artifactId>
diff --git a/sshd-ldap/pom.xml b/sshd-ldap/pom.xml
index b228d23..082b9bb 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.10.0-SNAPSHOT</version>
+ <version>2.10.0</version>
</parent>
<artifactId>sshd-ldap</artifactId>
diff --git a/sshd-mina/pom.xml b/sshd-mina/pom.xml
index a2163ad..03e8e5f 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.10.0-SNAPSHOT</version>
+ <version>2.10.0</version>
<relativePath>..</relativePath>
</parent>
diff --git a/sshd-netty/pom.xml b/sshd-netty/pom.xml
index 676220c..877fdd9 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.10.0-SNAPSHOT</version>
+ <version>2.10.0</version>
<relativePath>..</relativePath>
</parent>
diff --git a/sshd-openpgp/pom.xml b/sshd-openpgp/pom.xml
index c48ef99..6254f0d 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.10.0-SNAPSHOT</version>
+ <version>2.10.0</version>
<relativePath>..</relativePath>
</parent>
diff --git a/sshd-osgi/pom.xml b/sshd-osgi/pom.xml
index 0e31426..ed41ae2 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.10.0-SNAPSHOT</version>
+ <version>2.10.0</version>
</parent>
<artifactId>sshd-osgi</artifactId>
@@ -46,7 +46,7 @@
Arguably this is a shortcoming of the BouncyCastleSecurityRegistrar. For the EdDSASecurityProviderRegistrar, this problem does not exist
since the security provider is in a package that is also referenced elsewhere.
-->
- <bnd.extraImports>org.bouncycastle.jce.provider;version="$$<range;[==,+);${bouncycastle.version}>";resolution:=optional,</bnd.extraImports>
+ <bnd.extraImports>org.bouncycastle.jce.provider;version="$$<range;[==,+);${bouncycastle.version}>";resolution:=optional,</bnd.extraImports>
</properties>
<dependencies>
diff --git a/sshd-putty/pom.xml b/sshd-putty/pom.xml
index 136edbb..7336bbf 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.10.0-SNAPSHOT</version>
+ <version>2.10.0</version>
<relativePath>..</relativePath>
</parent>
diff --git a/sshd-scp/pom.xml b/sshd-scp/pom.xml
index c3d1c11..95fafd7 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.10.0-SNAPSHOT</version>
+ <version>2.10.0</version>
</parent>
<artifactId>sshd-scp</artifactId>
diff --git a/sshd-sftp/pom.xml b/sshd-sftp/pom.xml
index 2490c03..693da86 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.10.0-SNAPSHOT</version>
+ <version>2.10.0</version>
</parent>
<artifactId>sshd-sftp</artifactId>
diff --git a/sshd-spring-sftp/pom.xml b/sshd-spring-sftp/pom.xml
index c1a4e5c..975ec97 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.10.0-SNAPSHOT</version>
+ <version>2.10.0</version>
</parent>
<artifactId>sshd-spring-sftp</artifactId>