This is an automated email from the ASF dual-hosted git repository. lgoldstein pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mina-sshd.git
commit 315a3b8e68fdc8185723b7ab8f24d92019f77f85 Author: Lyor Goldstein <lgoldst...@apache.org> AuthorDate: Tue Aug 18 09:38:35 2020 +0300 Upgraded SCM plugin version to 1.11.21 --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index 57a8981..5e5e64e 100644 --- a/pom.xml +++ b/pom.xml @@ -710,6 +710,11 @@ </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-scm-plugin</artifactId> + <version>1.11.2</version> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> <version>2.5.3</version> <configuration>