This is an automated email from the ASF dual-hosted git repository. heneveld pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/brooklyn-docs.git
commit 65d9030fcad3000765d2d8f9da50ca4cf1f04846 Author: Alex Heneveld <[email protected]> AuthorDate: Fri Aug 30 16:53:32 2019 +0100 update versions --- guide/blueprints/java/java_app/ExampleWebApp.java | 2 +- guide/ops/cli/cli-usage-guide.md | 2 +- guide/ops/externalized-configuration.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/guide/blueprints/java/java_app/ExampleWebApp.java b/guide/blueprints/java/java_app/ExampleWebApp.java index 525a2bd..8a2106e 100644 --- a/guide/blueprints/java/java_app/ExampleWebApp.java +++ b/guide/blueprints/java/java_app/ExampleWebApp.java @@ -33,7 +33,7 @@ public class ExampleWebApp extends AbstractApplication { .displayName("Cluster") .configure(DynamicCluster.MEMBER_SPEC, EntitySpec.create(TomcatServer.class) .configure(TomcatServer.ROOT_WAR, - "http://search.maven.org/remotecontent?filepath=org/apache/brooklyn/example/brooklyn-example-hello-world-sql-webapp/0.8.0-incubating/brooklyn-example-hello-world-sql-webapp-0.8.0-incubating.war") + "https://search.maven.org/remotecontent?filepath=org/apache/brooklyn/example/brooklyn-example-hello-world-sql-webapp/0.12.0/brooklyn-example-hello-world-sql-webapp-0.12.0.war" /* BROOKLYN_VERSION */ ) .configure(TomcatServer.JAVA_SYSPROPS.subKey("brooklyn.example.db.url"), DependentConfiguration.formatString("jdbc:%s%s?user=%s&password=%s", DependentConfiguration.attributeWhenReady(db, MySqlNode.DATASTORE_URL), diff --git a/guide/ops/cli/cli-usage-guide.md b/guide/ops/cli/cli-usage-guide.md index 4ed7757..d7dfddd 100644 --- a/guide/ops/cli/cli-usage-guide.md +++ b/guide/ops/cli/cli-usage-guide.md @@ -449,7 +449,7 @@ services: - type: org.apache.brooklyn.entity.webapp.ControlledDynamicWebAppCluster name: WebApp brooklyn.config: - wars.root: http://search.maven.org/remotecontent?filepath=org/apache/brooklyn/example/brooklyn-example-hello-world-sql-webapp/0.8.0-incubating/brooklyn-example-hello-world-sql-webapp-0.8.0-incubating.war + wars.root: https://search.maven.org/remotecontent?filepath=org/apache/brooklyn/example/brooklyn-example-hello-world-sql-webapp/0.12.0/brooklyn-example-hello-world-sql-webapp-0.12.0.war # BROOKLYN_VERSION java.sysprops: brooklyn.example.db.url: > $brooklyn:formatString("jdbc:%s%s?user=%s&password=%s", diff --git a/guide/ops/externalized-configuration.md b/guide/ops/externalized-configuration.md index 044b5ad..b19b6a3 100644 --- a/guide/ops/externalized-configuration.md +++ b/guide/ops/externalized-configuration.md @@ -26,7 +26,7 @@ services: - type: brooklyn.entity.webapp.jboss.JBoss7Server name: AppServer HelloWorld brooklyn.config: - wars.root: http://search.maven.org/remotecontent?filepath=org/apache/brooklyn/example/brooklyn-example-hello-world-sql-webapp/0.8.0-incubating/brooklyn-example-hello-world-sql-webapp-0.8.0-incubating.war + wars.root: https://search.maven.org/remotecontent?filepath=org/apache/brooklyn/example/brooklyn-example-hello-world-sql-webapp/0.12.0/brooklyn-example-hello-world-sql-webapp-0.12.0.war # BROOKLYN_VERSION http.port: 8080+ java.sysprops: brooklyn.example.db.url: @@ -266,4 +266,4 @@ String get(String key); ``` Classes implementing this interface can be placed in the `lib/dropins` folder of Brooklyn, and then the supplier -defined in `brooklyn.cfg` as normal. \ No newline at end of file +defined in `brooklyn.cfg` as normal.
