Fixes path to visitors-creation-script.sql Path changed due to refactor in brooklyn-library
Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/b78362c5 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/b78362c5 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-server/diff/b78362c5 Branch: refs/heads/master Commit: b78362c520e27d398cfecfa5b45f82861175e066 Parents: 3e5578e Author: Mark McKenna <[email protected]> Authored: Fri May 12 10:53:49 2017 +0100 Committer: Andrew Donald Kennedy <[email protected]> Committed: Fri May 19 14:01:20 2017 +0100 ---------------------------------------------------------------------- tests/generic-application.tests.bom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/b78362c5/tests/generic-application.tests.bom ---------------------------------------------------------------------- diff --git a/tests/generic-application.tests.bom b/tests/generic-application.tests.bom index d884c7f..746b5bf 100644 --- a/tests/generic-application.tests.bom +++ b/tests/generic-application.tests.bom @@ -112,7 +112,7 @@ brooklyn.catalog: osFamily: centos osVersionRegex: 7 datastore.creation.script.url: - "https://github.com/apache/brooklyn-library/raw/master/examples/simple-web-cluster/src/main/resources/visitors-creation-script.sql" + "https://raw.githubusercontent.com/apache/brooklyn-library/0.11.x/examples/simple-web-cluster/src/main/resources/visitors-creation-script.sql" brooklyn.enrichers: - type: org.apache.brooklyn.core.network.OnSubnetNetworkEnricher brooklyn.config:
