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 935558f96 [maven-release-plugin] prepare for next development iteration
935558f96 is described below
commit 935558f964d4b00f5e6456a63a7c2f518961403a
Author: Guillaume Nodet <[email protected]>
AuthorDate: Fri Jan 12 08:59:00 2024 +0100
[maven-release-plugin] prepare for next development iteration
---
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 ffc6cfab1..b12cf640f 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.1-SNAPSHOT</version>
</parent>
<artifactId>apache-sshd</artifactId>
diff --git a/pom.xml b/pom.xml
index 7804d02dc..22ee54e93 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.1-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>2023-10-12T12:19:38Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2024-01-12T07:59:00Z</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..cc5680d2e 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.1-SNAPSHOT</version>
</parent>
<artifactId>sshd-cli</artifactId>
diff --git a/sshd-common/pom.xml b/sshd-common/pom.xml
index 6bc50394d..6d66868c5 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.1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
diff --git a/sshd-contrib/pom.xml b/sshd-contrib/pom.xml
index a608464d9..3d85740c1 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.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 91ec11048..c654007ee 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.1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
diff --git a/sshd-git/pom.xml b/sshd-git/pom.xml
index 7a6ccf904..62f403b07 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.1-SNAPSHOT</version>
</parent>
<artifactId>sshd-git</artifactId>
diff --git a/sshd-ldap/pom.xml b/sshd-ldap/pom.xml
index 17fe52fbe..68f25b498 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.1-SNAPSHOT</version>
</parent>
<artifactId>sshd-ldap</artifactId>
diff --git a/sshd-mina/pom.xml b/sshd-mina/pom.xml
index f0d440ca2..a83a0aa96 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.1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
diff --git a/sshd-netty/pom.xml b/sshd-netty/pom.xml
index c530222a1..8cced0eb9 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.1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
diff --git a/sshd-openpgp/pom.xml b/sshd-openpgp/pom.xml
index f170d365a..30f4bf43b 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.1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
diff --git a/sshd-osgi/pom.xml b/sshd-osgi/pom.xml
index d05003497..3ebbcf275 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.1-SNAPSHOT</version>
</parent>
<artifactId>sshd-osgi</artifactId>
diff --git a/sshd-putty/pom.xml b/sshd-putty/pom.xml
index c1c67dc2b..c4daac402 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.1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
diff --git a/sshd-scp/pom.xml b/sshd-scp/pom.xml
index f0952a613..6d9b6c644 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.1-SNAPSHOT</version>
</parent>
<artifactId>sshd-scp</artifactId>
diff --git a/sshd-sftp/pom.xml b/sshd-sftp/pom.xml
index 0e5e18d81..7cbee9a37 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.1-SNAPSHOT</version>
</parent>
<artifactId>sshd-sftp</artifactId>
diff --git a/sshd-spring-sftp/pom.xml b/sshd-spring-sftp/pom.xml
index c42821cc5..75df351bf 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.1-SNAPSHOT</version>
</parent>
<artifactId>sshd-spring-sftp</artifactId>