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.git
The following commit(s) were added to refs/heads/master by this push:
new 8ed9a8e add message that subprojects contain changes
8ed9a8e is described below
commit 8ed9a8e345a89c81fa11cdf6f19b2c186ad3ea59
Author: Alex Heneveld <[email protected]>
AuthorDate: Mon Feb 5 13:22:33 2024 +0000
add message that subprojects contain changes
we've had a few people wonder where the action is happening
---
README.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/README.md b/README.md
index 52f0dd3..a5cf6b0 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,8 @@
### Apache Brooklyn helps to model, deploy, and manage systems.
+_This root project is a wrapper around subprojects. **See individual projects
for recent changes.**_
+
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.