Repository: incubator-vxquery Updated Branches: refs/heads/master 4a93c7bae -> 9e2360836
VXQUERY-113 - fix data in NOTICE - improve release checklist Project: http://git-wip-us.apache.org/repos/asf/incubator-vxquery/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-vxquery/commit/9e236083 Tree: http://git-wip-us.apache.org/repos/asf/incubator-vxquery/tree/9e236083 Diff: http://git-wip-us.apache.org/repos/asf/incubator-vxquery/diff/9e236083 Branch: refs/heads/master Commit: 9e23608364b12c2698c0163c37b39f432cd0f2ff Parents: 4a93c7b Author: Till Westmann <[email protected]> Authored: Mon Apr 28 11:40:04 2014 -0700 Committer: Till Westmann <[email protected]> Committed: Mon Apr 28 11:40:04 2014 -0700 ---------------------------------------------------------------------- NOTICE | 2 +- src/site/apt/release.apt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-vxquery/blob/9e236083/NOTICE ---------------------------------------------------------------------- diff --git a/NOTICE b/NOTICE index 669de33..a520fd2 100644 --- a/NOTICE +++ b/NOTICE @@ -1,5 +1,5 @@ Apache VXQuery -Copyright 2009-2013 The Apache Software Foundation +Copyright 2009-2014 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). http://git-wip-us.apache.org/repos/asf/incubator-vxquery/blob/9e236083/src/site/apt/release.apt ---------------------------------------------------------------------- diff --git a/src/site/apt/release.apt b/src/site/apt/release.apt index 931f12b..355c4f6 100644 --- a/src/site/apt/release.apt +++ b/src/site/apt/release.apt @@ -122,7 +122,7 @@ $ mvn release:prepare -DdryRun=true $ java -jar ~/Downloads/apache-rat-0.10/apache-rat-0.10.jar -d . -E .rat-excludes --- - * check (and fix) the content of the <<<NOTICE>>> file (especially the date) + * check (and fix) the content of the <<<LICENSE>>> and <<<NOTICE>>> files (especially the date) and the copyright dates in changed files * release to the staging repository
