You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by lg...@apache.org on 2020/01/19 18:30:00 UTC

[mina-sshd] branch master updated (1b64c10 -> f8ca409)

This is an automated email from the ASF dual-hosted git repository.

lgoldstein pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git.


    from 1b64c10  [maven-release-plugin] prepare for next development iteration
     new 594ee80  Added release preparation files to .gitignore
     new f8ca409  Configure GPG signing plugin used during release phase

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore | 4 ++++
 pom.xml    | 5 +++++
 2 files changed, 9 insertions(+)


[mina-sshd] 02/02: Configure GPG signing plugin used during release phase

Posted by lg...@apache.org.
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 f8ca40979a4fca0eb061d05d3b16ba9d9992750e
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Sun Jan 19 20:28:59 2020 +0200

    Configure GPG signing plugin used during release phase
---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index 9f8fc60..8c05193 100644
--- a/pom.xml
+++ b/pom.xml
@@ -702,6 +702,11 @@
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-gpg-plugin</artifactId>
+                    <version>1.6</version>
+                </plugin>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-source-plugin</artifactId>
                     <version>3.2.1</version>
                     <dependencies>


[mina-sshd] 01/02: Added release preparation files to .gitignore

Posted by lg...@apache.org.
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 594ee804e4a37f5e0d1d089a94a581a7fc4afcd7
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Fri Jan 17 09:59:25 2020 +0200

    Added release preparation files to .gitignore
---
 .gitignore | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.gitignore b/.gitignore
index 605578e..bf9aa59 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,6 +19,10 @@ RemoteSystemsTempFiles/
 .springBeans
 .externalToolBuilders
 
+# Pre-release temporary files
+*.releaseBackup
+release.properties
+
 # VS Code
 .vscode/
 *.code-workspace