You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2016/02/09 23:22:59 UTC

[3/4] brooklyn-server git commit: Use 0.8.0-incubator.war URL (instead of 0.6.0)

Use 0.8.0-incubator.war URL (instead of 0.6.0)

Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/94ef5b8c
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/94ef5b8c
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-server/diff/94ef5b8c

Branch: refs/heads/master
Commit: 94ef5b8cd3963816360de643fc20d001347acf07
Parents: 7e42ff2
Author: Aled Sage <al...@gmail.com>
Authored: Tue Feb 9 13:18:59 2016 +0000
Committer: Aled Sage <al...@gmail.com>
Committed: Tue Feb 9 13:18:59 2016 +0000

----------------------------------------------------------------------
 .../resources/test-java-web-app-spec-and-db-with-function.yaml     | 2 +-
 camp/camp-brooklyn/src/test/resources/test-tomcat-https.yaml       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/94ef5b8c/camp/camp-brooklyn/src/test/resources/test-java-web-app-spec-and-db-with-function.yaml
----------------------------------------------------------------------
diff --git a/camp/camp-brooklyn/src/test/resources/test-java-web-app-spec-and-db-with-function.yaml b/camp/camp-brooklyn/src/test/resources/test-java-web-app-spec-and-db-with-function.yaml
index f51f4d7..8c7b616 100644
--- a/camp/camp-brooklyn/src/test/resources/test-java-web-app-spec-and-db-with-function.yaml
+++ b/camp/camp-brooklyn/src/test/resources/test-java-web-app-spec-and-db-with-function.yaml
@@ -28,7 +28,7 @@ services:
     $brooklyn:entitySpec:
       type: org.apache.brooklyn.entity.webapp.jboss.JBoss7Server
       brooklyn.config:
-        wars.root: http://search.maven.org/remotecontent?filepath=io/brooklyn/example/brooklyn-example-hello-world-sql-webapp/0.6.0/brooklyn-example-hello-world-sql-webapp-0.6.0.war
+        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
         java.sysprops: 
           brooklyn.example.db.url: $brooklyn:formatString("jdbc:%s%s?user=%s\\&password=%s",
              component("db").attributeWhenReady("datastore.url"), "visitors", "brooklyn", "br00k11n")

http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/94ef5b8c/camp/camp-brooklyn/src/test/resources/test-tomcat-https.yaml
----------------------------------------------------------------------
diff --git a/camp/camp-brooklyn/src/test/resources/test-tomcat-https.yaml b/camp/camp-brooklyn/src/test/resources/test-tomcat-https.yaml
index 83a0fc6..d78c49b 100644
--- a/camp/camp-brooklyn/src/test/resources/test-tomcat-https.yaml
+++ b/camp/camp-brooklyn/src/test/resources/test-tomcat-https.yaml
@@ -20,7 +20,7 @@ name: Test Tomcat HTTPS
 location: localhost
 services:
 - type: org.apache.brooklyn.entity.webapp.tomcat.TomcatServer
-  war: http://search.maven.org/remotecontent?filepath=io/brooklyn/example/brooklyn-example-hello-world-sql-webapp/0.6.0/brooklyn-example-hello-world-sql-webapp-0.6.0.war
+  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
   enabledProtocols: [https]
   httpsSsl:
     url: classpath://org/apache/brooklyn/entity/webapp/sample-java-keystore.jks