You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by sv...@apache.org on 2016/12/04 16:39:44 UTC

[2/2] brooklyn git commit: Change version to 0.11.0-SNAPSHOT

Change version to 0.11.0-SNAPSHOT


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

Branch: refs/heads/master
Commit: 64d4ba92d4ecef3273852a32da0582772d65249a
Parents: c08a6df
Author: Svetoslav Neykov <sv...@cloudsoftcorp.com>
Authored: Sun Dec 4 16:38:47 2016 +0000
Committer: Svetoslav Neykov <sv...@cloudsoftcorp.com>
Committed: Sun Dec 4 16:38:47 2016 +0000

----------------------------------------------------------------------
 README.md | 4 ++--
 pom.xml   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn/blob/64d4ba92/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 2fd0a2d..8ae17bc 100644
--- a/README.md
+++ b/README.md
@@ -37,7 +37,7 @@ Or to run straight after the build, do:
 ### Resources
 
 <!--- BROOKLYN_VERSION_BELOW -->
-The **[Developers](https://brooklyn.apache.org/developers/)** section of the main website contains more detail on working with the codebase. There is also a more **Developer Guide** specific to each version, including [this branch (0.10.0-SNAPSHOT)](https://brooklyn.apache.org/v/0.10.0-SNAPSHOT/dev/), [latest stable](https://brooklyn.apache.org/v/latest/dev/), and [older releases](https://brooklyn.apache.org/meta/versions.html).
+The **[Developers](https://brooklyn.apache.org/developers/)** section of the main website contains more detail on working with the codebase. There is also a more **Developer Guide** specific to each version, including [this branch (0.11.0-SNAPSHOT)](https://brooklyn.apache.org/v/0.11.0-SNAPSHOT/dev/), [latest stable](https://brooklyn.apache.org/v/latest/dev/), and [older releases](https://brooklyn.apache.org/meta/versions.html).
 
 Useful topics include:
 
@@ -48,7 +48,7 @@ Useful topics include:
 * the **[maven build](http://brooklyn.apache.org/v/latest/dev/env/maven-build.html)** and what to do on build errors
 
 <!--- BROOKLYN_VERSION_BELOW -->
-* **[project structure](https://brooklyn.apache.org/v/0.10.0-SNAPSHOT/dev/code/structure.html)** of the codebase and submodules
+* **[project structure](https://brooklyn.apache.org/v/0.11.0-SNAPSHOT/dev/code/structure.html)** of the codebase and submodules
 
 * the **[people](https://brooklyn.apache.org/community/)** behind Apache Brooklyn
 

http://git-wip-us.apache.org/repos/asf/brooklyn/blob/64d4ba92/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 241530f..3dec679 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.brooklyn</groupId>
     <artifactId>brooklyn</artifactId>
-    <version>0.10.0-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
+    <version>0.11.0-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
     <packaging>pom</packaging>
 
     <name>Brooklyn Root</name>