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/01/30 13:05:37 UTC

[3/4] incubator-brooklyn git commit: Apache Brooklyn has moved to http://github.com/apache/brooklyn

Apache Brooklyn has moved to http://github.com/apache/brooklyn

This commit updates historic notices for clarity.
Almost all visitors will now want either:

* **The Active Codebase**: at [http://github.com/apache/brooklyn/](http://github.com/apache/brooklyn/)
* **The Apache Brooklyn Homepage**: at [http://brooklyn.apache.org/](http://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/a8205850
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/a8205850
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/a8205850

Branch: refs/heads/master
Commit: a82058508bab89533a37704341b4f72056491767
Parents: 5b37751
Author: Alex Heneveld <al...@cloudsoftcorp.com>
Authored: Sat Jan 30 11:57:59 2016 +0000
Committer: Alex Heneveld <al...@cloudsoftcorp.com>
Committed: Sat Jan 30 12:04:30 2016 +0000

----------------------------------------------------------------------
 ATTENTION/README.md | 39 +++++++++++++++++++++++++++++++++++++++
 README.md           | 35 ++++++++++++++++++++++++++---------
 2 files changed, 65 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/a8205850/ATTENTION/README.md
----------------------------------------------------------------------
diff --git a/ATTENTION/README.md b/ATTENTION/README.md
new file mode 100644
index 0000000..13f1272
--- /dev/null
+++ b/ATTENTION/README.md
@@ -0,0 +1,39 @@
+
+### HISTORIC REPO: Apache Brooklyn has graduated!
+
+This is the historical **incubator** repo for Apache Brooklyn. 
+This version of the codebase is no longer active. 
+
+**You're probably in the wrong place.**
+
+Visit:
+
+* **The Active Codebase**: at [http://github.com/apache/brooklyn/](http://github.com/apache/brooklyn/)
+* **The Apache Brooklyn Homepage**: at [http://brooklyn.apache.org/](http://brooklyn.apache.org/)
+
+### About the Incubator Project
+
+Apache Brooklyn was in the Apache Incubator until the end of 2015, on version `0.9.0-SNAPSHOT`.
+At this time it graduated to become a top-level Apache Software Foundation project,
+and the code moved from `incubator-brooklyn` to `brooklyn` and several other projects `brooklyn-*`.
+
+Versions `0.8.0-incubating` and before can be found in and built from this repo,
+along with the last commit to `0.9.0-SNAPSHOT` from which development has continued
+in `apache/brooklyn` and sub-projects.
+
+The sub-directories in this project correspond to multiple separate repositories now in the `apache` org.
+The link above to **[the Active Codebase](http://github.com/apache/brooklyn/)** started life exactly 
+as a copy of [`brooklyn/`](brooklyn/) in this folder, 
+as an uber-project for the other `brooklyn-*` folders, including the `server` and the `ui`,
+which are now top-level repos in the `apache` org.
+
+
+### To Build
+
+This historic version of the code can be built with:
+
+    mvn clean install
+
+This creates a build of the last incubator SNAPSHOT version in `usage/dist/target/brooklyn-dist`. Run 
+with `bin/brooklyn launch`. Although really you probably want **[the Active Codebase](http://github.com/apache/brooklyn/)**.
+

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/a8205850/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 020e2ae..13f1272 100644
--- a/README.md
+++ b/README.md
@@ -1,22 +1,39 @@
 
-# [![**Brooklyn**](https://brooklyn.apache.org/style/img/apache-brooklyn-logo-244px-wide.png)](http://brooklyn.apache.org/)
+### HISTORIC REPO: Apache Brooklyn has graduated!
 
-### Apache Brooklyn **Incubator** Historic Repo
+This is the historical **incubator** repo for Apache Brooklyn. 
+This version of the codebase is no longer active. 
 
-This is the historical **incubator** repo for Apache Brooklyn.
+**You're probably in the wrong place.**
 
-## Brooklyn has graduated. Visit us [here](http://github.com/apache/brooklyn/).
+Visit:
 
-The sub-directories in this project correspond to multiple separate repositories in apache.
-(The link above to `brooklyn/` started life exactly as a copy of [`brooklyn/`](brooklyn/)
-in this folder, as an uber-project for the others, including the `server` and the `ui`.)
+* **The Active Codebase**: at [http://github.com/apache/brooklyn/](http://github.com/apache/brooklyn/)
+* **The Apache Brooklyn Homepage**: at [http://brooklyn.apache.org/](http://brooklyn.apache.org/)
+
+### About the Incubator Project
+
+Apache Brooklyn was in the Apache Incubator until the end of 2015, on version `0.9.0-SNAPSHOT`.
+At this time it graduated to become a top-level Apache Software Foundation project,
+and the code moved from `incubator-brooklyn` to `brooklyn` and several other projects `brooklyn-*`.
+
+Versions `0.8.0-incubating` and before can be found in and built from this repo,
+along with the last commit to `0.9.0-SNAPSHOT` from which development has continued
+in `apache/brooklyn` and sub-projects.
+
+The sub-directories in this project correspond to multiple separate repositories now in the `apache` org.
+The link above to **[the Active Codebase](http://github.com/apache/brooklyn/)** started life exactly 
+as a copy of [`brooklyn/`](brooklyn/) in this folder, 
+as an uber-project for the other `brooklyn-*` folders, including the `server` and the `ui`,
+which are now top-level repos in the `apache` org.
 
 
 ### To Build
 
-The code can be built with a:
+This historic version of the code can be built with:
 
     mvn clean install
 
-This creates a build in `usage/dist/target/brooklyn-dist`.  Run with `bin/brooklyn launch`.
+This creates a build of the last incubator SNAPSHOT version in `usage/dist/target/brooklyn-dist`. Run 
+with `bin/brooklyn launch`. Although really you probably want **[the Active Codebase](http://github.com/apache/brooklyn/)**.