Fix surefire config for release Backport of fix on master by Hadrian Zbarcea <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/brooklyn-library/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-library/commit/33a1fc6f Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-library/tree/33a1fc6f Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-library/diff/33a1fc6f Branch: refs/heads/0.7.0-incubating Commit: 33a1fc6f3ba427f43fc4fdda7dd218670cf205fd Parents: 604f77d Author: Hadrian Zbarcea <[email protected]> Authored: Sat Jul 11 20:42:09 2015 -0400 Committer: Richard Downer <[email protected]> Committed: Wed Jul 15 08:22:09 2015 +0000 ---------------------------------------------------------------------- examples/webapps/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-library/blob/33a1fc6f/examples/webapps/pom.xml ---------------------------------------------------------------------- diff --git a/examples/webapps/pom.xml b/examples/webapps/pom.xml index f2e5d5f..3f4177d 100644 --- a/examples/webapps/pom.xml +++ b/examples/webapps/pom.xml @@ -21,7 +21,7 @@ <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> <artifactId>brooklyn-examples-webapps-parent</artifactId> - <name>Brooklyn Examples Support Aggregator Project - Webapps</name> + <name>Brooklyn Examples Aggregator Project - Webapps</name> <description> Brooklyn examples module, building the Brooklyn examples. </description>
