You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by ri...@apache.org on 2015/11/23 23:59:39 UTC

[1/5] incubator-brooklyn git commit: Remove DISCLAIMER

Repository: incubator-brooklyn
Updated Branches:
  refs/heads/master ab88260c7 -> 4a03c467c


Remove DISCLAIMER


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

Branch: refs/heads/master
Commit: ada9aad363caac6c8ccfcef82689784386874763
Parents: 4ebe737
Author: Richard Downer <ri...@apache.org>
Authored: Mon Nov 23 21:52:49 2015 +0000
Committer: Richard Downer <ri...@apache.org>
Committed: Mon Nov 23 21:52:49 2015 +0000

----------------------------------------------------------------------
 DISCLAIMER | 8 --------
 1 file changed, 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/ada9aad3/DISCLAIMER
----------------------------------------------------------------------
diff --git a/DISCLAIMER b/DISCLAIMER
deleted file mode 100644
index 9e6119b..0000000
--- a/DISCLAIMER
+++ /dev/null
@@ -1,8 +0,0 @@
-
-Apache Brooklyn is an effort undergoing incubation at The Apache Software Foundation (ASF), 
-sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until 
-a further review indicates that the infrastructure, communications, and decision making process 
-have stabilized in a manner consistent with other successful ASF projects. While incubation 
-status is not necessarily a reflection of the completeness or stability of the code, it does 
-indicate that the project has yet to be fully endorsed by the ASF.
-


[2/5] incubator-brooklyn git commit: brooklyn.apache.org updates: README.md

Posted by ri...@apache.org.
brooklyn.apache.org updates: README.md


Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/091314e1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/091314e1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/091314e1

Branch: refs/heads/master
Commit: 091314e1b6d4e01149a60ea3b4f500a0e52ecaf9
Parents: ada9aad
Author: Richard Downer <ri...@apache.org>
Authored: Mon Nov 23 21:54:27 2015 +0000
Committer: Richard Downer <ri...@apache.org>
Committed: Mon Nov 23 21:54:27 2015 +0000

----------------------------------------------------------------------
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/091314e1/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index f14e1bf..6b66cf2 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,12 @@
 
-# [![**Brooklyn**](https://brooklyn.incubator.apache.org/style/img/apache-brooklyn-logo-244px-wide.png)](http://brooklyn.incubator.apache.org/)
+# [![**Brooklyn**](https://brooklyn.apache.org/style/img/apache-brooklyn-logo-244px-wide.png)](http://brooklyn.apache.org/)
 
 ### Apache Brooklyn helps to model, deploy, and manage systems.
 
 It supports blueprints in YAML or Java, and deploys them to many clouds and other target environments.
 It monitors those deployments, maintains a live model, and runs autonomic policies to maintain their health.
 
-For more information see **[brooklyn.incubator.apache.org](https://brooklyn.incubator.apache.org/)**.
+For more information see **[brooklyn.apache.org](https://brooklyn.apache.org/)**.
 
 
 ### To Build
@@ -17,5 +17,5 @@ The code can be built with a:
 
 This creates a build in `usage/dist/target/brooklyn-dist`.  Run with `bin/brooklyn launch`.
 
-The **[developer guide](https://brooklyn.incubator.apache.org/v/latest/dev/)**
+The **[developer guide](https://brooklyn.apache.org/v/latest/dev/)**
 has more information about the source code.


[4/5] incubator-brooklyn git commit: Change brooklyn.incubator.apache.org URLs

Posted by ri...@apache.org.
Change brooklyn.incubator.apache.org URLs

...to new site brooklyn.apache.org


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

Branch: refs/heads/master
Commit: c08b59cfa28c547d6f716548e027f506edea4250
Parents: 985b390
Author: Richard Downer <ri...@apache.org>
Authored: Mon Nov 23 22:43:40 2015 +0000
Committer: Richard Downer <ri...@apache.org>
Committed: Mon Nov 23 22:48:15 2015 +0000

----------------------------------------------------------------------
 docs/README.md                                               | 6 +++---
 docs/_build/config-production.yml                            | 4 ++--
 docs/guide/dev/index.md                                      | 2 +-
 docs/website/community/how-to-contribute-docs.md             | 4 ++--
 .../developers/committers/release-process/announce.md        | 8 ++++----
 docs/website/learnmore/catalog/index.html                    | 2 +-
 6 files changed, 13 insertions(+), 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/c08b59cf/docs/README.md
----------------------------------------------------------------------
diff --git a/docs/README.md b/docs/README.md
index 22c8697..0ca223f 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -11,8 +11,8 @@ familiarise yourself with the standard workflow for Apache Brooklyn:
 * [Guide for contributors][CONTRIB]
 * [Guide for committers][COMMIT]
 
-[CONTRIB]: https://brooklyn.incubator.apache.org/community/how-to-contribute-docs.html
-[COMMIT]: https://brooklyn.incubator.apache.org/developers/committers/index.html
+[CONTRIB]: https://brooklyn.apache.org/community/how-to-contribute-docs.html
+[COMMIT]: https://brooklyn.apache.org/developers/committers/index.html
 
 
 Workstation Setup
@@ -131,7 +131,7 @@ The two micro-sites above are installed on the live website as follows:
 * `/v/<version>`: contains specific versions of the guide,
   with the special folder `/v/latest` containing the recent preferred stable/milestone version 
 
-The site itself is hosted at `brooklyn.incubator.apache.org` with a `CNAME`
+The site itself is hosted at `brooklyn.apache.org` with a `CNAME`
 record from `brooklyn.io`.
 
 Content is published to the site by updating an 

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/c08b59cf/docs/_build/config-production.yml
----------------------------------------------------------------------
diff --git a/docs/_build/config-production.yml b/docs/_build/config-production.yml
index 277641a..445b7a1 100644
--- a/docs/_build/config-production.yml
+++ b/docs/_build/config-production.yml
@@ -1,6 +1,6 @@
 # in production we always set the URL and dependencies should come from the remote source
 
-url: https://brooklyn.incubator.apache.org
-url_root: https://brooklyn.incubator.apache.org
+url: https://brooklyn.apache.org
+url_root: https://brooklyn.apache.org
 
 dependency_mode: remote

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/c08b59cf/docs/guide/dev/index.md
----------------------------------------------------------------------
diff --git a/docs/guide/dev/index.md b/docs/guide/dev/index.md
index 450055a..e2d3ed7 100644
--- a/docs/guide/dev/index.md
+++ b/docs/guide/dev/index.md
@@ -15,7 +15,7 @@ children:
 - tips/logging.md
 - tips/debugging-remote-brooklyn.md
 - rest/rest-api-doc.md
-- { link: "http://brooklyn.incubator.apache.org/v/latest/misc/javadoc", title: "Javadoc" }
+- { link: "https://brooklyn.apache.org/v/latest/misc/javadoc", title: "Javadoc" }
 ---
 
 {% comment %}

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/c08b59cf/docs/website/community/how-to-contribute-docs.md
----------------------------------------------------------------------
diff --git a/docs/website/community/how-to-contribute-docs.md b/docs/website/community/how-to-contribute-docs.md
index 51da1f3..2873c3a 100644
--- a/docs/website/community/how-to-contribute-docs.md
+++ b/docs/website/community/how-to-contribute-docs.md
@@ -49,8 +49,8 @@ In particular, note that the Brooklyn documentation is split into two parts:
   
 - **Version-specific user guide**. These pages have a URL with a path that
   begins /v/*version-number*: for example,
-  https://brooklyn.incubator.apache.org/v/0.8.0-incubating and {% comment %}BROOKLYN_VERSION{% endcomment %}
-  the special *latest* set at https://brooklyn.incubator.apache.org/v/latest. Content for this is in the `guide` directory.
+  https://brooklyn.apache.org/v/0.8.0-incubating and {% comment %}BROOKLYN_VERSION{% endcomment %}
+  the special *latest* set at https://brooklyn.apache.org/v/latest. Content for this is in the `guide` directory.
 
 The main user guide shown on this site is for the most recent stable version,
 currently {{ site.brooklyn-stable-version }}.

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/c08b59cf/docs/website/developers/committers/release-process/announce.md
----------------------------------------------------------------------
diff --git a/docs/website/developers/committers/release-process/announce.md b/docs/website/developers/committers/release-process/announce.md
index 81ee49b..f982631 100644
--- a/docs/website/developers/committers/release-process/announce.md
+++ b/docs/website/developers/committers/release-process/announce.md
@@ -15,7 +15,7 @@ Brooklyn 0.7.0-incubating.
 
 Apache Brooklyn is a framework for modelling, monitoring, and managing
 applications through autonomic blueprints. More details on Apache Brooklyn
-can be found at http://brooklyn.incubator.apache.org/
+can be found at https://brooklyn.apache.org/
 
 Version 0.7.0 is a major step for Apache Brooklyn. It is the first full
 release of the project as part of the Apache incubator.
@@ -27,13 +27,13 @@ As well as a source code release, we offer a full binary distribution
 download, and a full set of Maven artifacts for developers.
 
 Release notes:
-https://brooklyn.incubator.apache.org/v/0.7.0-incubating/misc/release-notes.html
+https://brooklyn.apache.org/v/0.7.0-incubating/misc/release-notes.html
 
 Download:
-https://brooklyn.incubator.apache.org/download/
+https://brooklyn.apache.org/download/
 
 User guide:
-https://brooklyn.incubator.apache.org/v/0.7.0-incubating/
+https://brooklyn.apache.org/v/0.7.0-incubating/
 
 Maven artifacts have also been made available on repository.apache.org and
 Maven Central.

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/c08b59cf/docs/website/learnmore/catalog/index.html
----------------------------------------------------------------------
diff --git a/docs/website/learnmore/catalog/index.html b/docs/website/learnmore/catalog/index.html
index 0ef8d95..10257c0 100644
--- a/docs/website/learnmore/catalog/index.html
+++ b/docs/website/learnmore/catalog/index.html
@@ -37,7 +37,7 @@ under the License.
 <div id="container">
   <div id="header">
     <div id="identity">
-      <a href="https://brooklyn.incubator.apache.org/" rel="home">Brooklyn</a>
+      <a href="https://brooklyn.apache.org/" rel="home">Brooklyn</a>
     </div>
   </div>
 


[3/5] incubator-brooklyn git commit: Remove "incubating" boilerplate

Posted by ri...@apache.org.
Remove "incubating" boilerplate


Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/985b3903
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/985b3903
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/985b3903

Branch: refs/heads/master
Commit: 985b39036f76931953ddd3dad40405b73e2cf4bd
Parents: 091314e
Author: Richard Downer <ri...@apache.org>
Authored: Mon Nov 23 22:37:28 2015 +0000
Committer: Richard Downer <ri...@apache.org>
Committed: Mon Nov 23 22:37:28 2015 +0000

----------------------------------------------------------------------
 docs/_includes/footer.html         | 6 +-----
 docs/_layouts/website-landing.html | 7 -------
 2 files changed, 1 insertion(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/985b3903/docs/_includes/footer.html
----------------------------------------------------------------------
diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html
index a821b5e..316fe5a 100644
--- a/docs/_includes/footer.html
+++ b/docs/_includes/footer.html
@@ -2,11 +2,7 @@
     <div class="container">
         <div class="row">
             <div class="col-md-10 text-muted">
-                Apache Brooklyn is distributed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
-                License v2.0</a>.
-                <br />
-                Apache Brooklyn is currently undergoing Incubation at The Apache Software
-                Foundation.
+                Apache Brooklyn is distributed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License v2.0</a>.
             </div>
             <div class="col-md-2">
                 <a class="btn btn-sm btn-default" href="https://github.com/apache/incubator-brooklyn/edit/master/docs/{{ page.path }}">Edit This Page</a>

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/985b3903/docs/_layouts/website-landing.html
----------------------------------------------------------------------
diff --git a/docs/_layouts/website-landing.html b/docs/_layouts/website-landing.html
index 7c1bb8b..7d2a6e4 100644
--- a/docs/_layouts/website-landing.html
+++ b/docs/_layouts/website-landing.html
@@ -27,16 +27,9 @@ layout: website-base
     <div class="container">
         <div class="row">
             <div class="col-md-9 text-muted">
-                Apache Brooklyn is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the 
-                Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the
-                infrastructure, communications, and decision making process have stabilized in a manner consistent with other
-                successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of
-                the code, it does indicate that the project has yet to be fully endorsed by the ASF.
-                <p>
                 Apache Brooklyn is distributed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License v2.0</a>.
             </div>
             <div class="col-md-3">
-                <p><img src="https://incubator.apache.org/images/egg-logo.png" alt="Apache Incubator" /></p>
                 <p>
                 <a class="btn btn-sm btn-default" href="https://github.com/apache/incubator-brooklyn/edit/master/docs/{{ page.path }}">Edit This Page</a>
                 <a href="{{ site.url_root }}{{ site.path.website }}/community/how-to-contribute-docs.html"


[5/5] incubator-brooklyn git commit: Merge and close #1057

Posted by ri...@apache.org.
Merge and close #1057


Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/4a03c467
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/4a03c467
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/4a03c467

Branch: refs/heads/master
Commit: 4a03c467c5ee1e7ba610c44002f4c3671ed7fbea
Parents: ab88260 c08b59c
Author: Richard Downer <ri...@apache.org>
Authored: Mon Nov 23 22:58:15 2015 +0000
Committer: Richard Downer <ri...@apache.org>
Committed: Mon Nov 23 22:58:15 2015 +0000

----------------------------------------------------------------------

----------------------------------------------------------------------