Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/commons-math
This commit is contained in:
commit
649e19b0f2
|
@ -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_login__@people.apache.org:~/
|
||||
$ ssh __Your_apache_login__@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:
|
||||
|
|
Loading…
Reference in New Issue