devnotes security fix
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/2d4a3fb7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/2d4a3fb7 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/2d4a3fb7 Branch: refs/heads/master Commit: 2d4a3fb790e64df897247820013d80cb4fefbbae Parents: e9f2e6d Author: avinogradov <avinogra...@gridgain.com> Authored: Fri May 8 12:49:06 2015 +0300 Committer: avinogradov <avinogra...@gridgain.com> Committed: Fri May 8 12:49:06 2015 +0300 ---------------------------------------------------------------------- DEVNOTES.txt | 6 ------ 1 file changed, 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/2d4a3fb7/DEVNOTES.txt ---------------------------------------------------------------------- diff --git a/DEVNOTES.txt b/DEVNOTES.txt index 7618e6c..dfba3a9 100644 --- a/DEVNOTES.txt +++ b/DEVNOTES.txt @@ -58,12 +58,6 @@ Deploy Ignite release to maven repository and site: mvn deploy -P apache-release,gpg,release,scala,lgpl,deploy-ignite-site -Dignite.edition=fabric -DskipTests -Dignite.site=scp://people.apache.org:/home/<username>/public_html -B -You might need to allow connection to people.apache.org. Just do following at console: - -ssh people.apache.org - -and type "yes" + enter. - In case you want to release both fabric and hadoop editions you have to build hadoop first, save /target/bin/*.zip, make "mvn clean" and restore them before deploy step.