also wipe the root pom.xml in favour of the project-specific pom
Project: http://git-wip-us.apache.org/repos/asf/brooklyn-client/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-client/commit/19d67fa2 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-client/tree/19d67fa2 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-client/diff/19d67fa2 Branch: refs/heads/master Commit: 19d67fa25a6a9979112984d811b8c9945965df84 Parents: 4985a09 Author: Alex Heneveld <[email protected]> Authored: Wed Jan 27 22:39:00 2016 +0000 Committer: Alex Heneveld <[email protected]> Committed: Wed Jan 27 22:39:00 2016 +0000 ---------------------------------------------------------------------- 4-make-new-repos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-client/blob/19d67fa2/4-make-new-repos.sh ---------------------------------------------------------------------- diff --git a/4-make-new-repos.sh b/4-make-new-repos.sh index d2b11c3..d37544b 100755 --- a/4-make-new-repos.sh +++ b/4-make-new-repos.sh @@ -66,7 +66,7 @@ function cleanup_repo() { } function commit_repo() { pushd new-repos/${REPO_PREFIX}$1 - git rm --ignore-unmatch .gitattributes .gitignore README.md NOTICE LICENSE + git rm --ignore-unmatch .gitattributes .gitignore README.md NOTICE LICENSE pom.xml git mv $1/{*,.??*} ./ git add -A git commit -m 'move subdir from incubator up a level as it is promoted to its own repo (first non-incubator commit!)'
