Rename dist to "apache-brooklyn-..." Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/0b842eb5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/0b842eb5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/0b842eb5
Branch: refs/heads/master Commit: 0b842eb57a6f134e26840e803ff393a19652a629 Parents: effb97e Author: Richard Downer <[email protected]> Authored: Tue Jun 23 13:13:00 2015 +0100 Committer: Richard Downer <[email protected]> Committed: Tue Jun 23 13:13:00 2015 +0100 ---------------------------------------------------------------------- usage/dist/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/0b842eb5/usage/dist/pom.xml ---------------------------------------------------------------------- diff --git a/usage/dist/pom.xml b/usage/dist/pom.xml index 5b42073..2fc5268 100644 --- a/usage/dist/pom.xml +++ b/usage/dist/pom.xml @@ -118,12 +118,12 @@ <configuration> <artifacts> <artifact> - <file>${project.build.directory}/brooklyn-${project.version}-dist.tar.gz</file> + <file>${project.build.directory}/apache-brooklyn-${project.version}-dist.tar.gz</file> <type>tar.gz</type> <classifier>dist</classifier> </artifact> <artifact> - <file>${project.build.directory}/brooklyn-${project.version}-dist.zip</file> + <file>${project.build.directory}/apache-brooklyn-${project.version}-dist.zip</file> <type>zip</type> <classifier>dist</classifier> </artifact>
