Repository: commons-math Updated Branches: refs/heads/master ea15a6e0e -> f5157f78e
Fixed typos and clarified email formatting. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/f5157f78 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/f5157f78 Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/f5157f78 Branch: refs/heads/master Commit: f5157f78e23a1c67b31f7fd70f088c55ef891587 Parents: ea15a6e Author: Luc Maisonobe <l...@apache.org> Authored: Fri Dec 19 16:56:10 2014 +0100 Committer: Luc Maisonobe <l...@apache.org> Committed: Fri Dec 19 16:56:10 2014 +0100 ---------------------------------------------------------------------- doc/release/release.howto.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-math/blob/f5157f78/doc/release/release.howto.txt ---------------------------------------------------------------------- diff --git a/doc/release/release.howto.txt b/doc/release/release.howto.txt index cabea89..4bbc3b6 100644 --- a/doc/release/release.howto.txt +++ b/doc/release/release.howto.txt @@ -299,8 +299,8 @@ following commands: $ cd /tmp $ svn checkout https://dist.apache.org/repos/dist/dev/commons/math $ cd math - $ cp ~/.m2/repository/org/apache/commons/commons-math3/3.4*-bin.* binaries - $ cp ~/.m2/repository/org/apache/commons/commons-math3/3.4*-src.* source + $ cp ~/.m2/repository/org/apache/commons/commons-math3/3.4/*-bin.* binaries + $ cp ~/.m2/repository/org/apache/commons/commons-math3/3.4/*-src.* source $ cp <path-to-the-RC-workspace>/RELEASE-NOTES.txt . $ svn add RELEASE-NOTES.txt binaries/* source/* $ svn commit -m "Creating distribution files for 3.4 RC1" @@ -314,7 +314,7 @@ your apache personal area for review: $ mvn site $ cd target - $ tar cvf site.tar.gz site + $ tar czf site.tar.gz site $ scp site.tar.gz __your_apache_logi...@people.apache.org:~/ $ ssh __your_apache_logi...@people.apache.org you@minotaur:~$ tar xzf site.tar.gz @@ -333,22 +333,22 @@ Tag name: MATH_3_4_RC1 (signature can be checked from git using 'git tag -v') Tag URL: - https://git-wip-us.apache.org/repos/asf?p=commons-math.git;a=snapshot;h=cf4a9d70c9ac24dd7196995390171150e4e56451;sf=tgz + <https://git-wip-us.apache.org/repos/asf?p=commons-math.git;a=snapshot;h=cf4a9d70c9ac24dd7196995390171150e4e56451;sf=tgz> Commit ID the tag points at: cf4a9d70c9ac24dd7196995390171150e4e56451 Site: - http://people.apache.org/~__Your_apache_login__/commons-math-3.4-RC1-site + <http://people.apache.org/~__Your_apache_login__/commons-math-3.4-RC1-site> Distribution files: https://dist.apache.org/repos/dist/dev/commons/math/ Distribution files hashes (SHA1): - e02c981d49c1f12b1fc237e69cb551a5620e57b4 binaries/commons-math3-3.4-bin.tar.gz - 11965eb97033d4d6ef0aeb902f1450641f40d3c5 binaries/commons-math3-3.4-bin.zip - ce3efda70ac8f850f15154b38438bc337adc027a source/commons-math3-3.4-src.tar.gz - d343c885a9d6eea611403f7f92ff580911363681 source/commons-math3-3.4-src.zip + e02c981d49c1f12b1fc237e69cb551a5620e57b4 commons-math3-3.4-bin.tar.gz + 11965eb97033d4d6ef0aeb902f1450641f40d3c5 commons-math3-3.4-bin.zip + ce3efda70ac8f850f15154b38438bc337adc027a commons-math3-3.4-src.tar.gz + d343c885a9d6eea611403f7f92ff580911363681 commons-math3-3.4-src.zip Maven artifacts: