This is an automated email from the ASF dual-hosted git repository.

richard pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn.git

commit c1e9f406468e49ab8df19e7844e59606921220b8
Author: Richard Downer <rich...@apache.org>
AuthorDate: Mon Mar 2 17:16:05 2020 +0000

    Set version to 1.1.0-SNAPSHOT
---
 README.md | 4 ++--
 pom.xml   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 696b082..dfd840a 100644
--- a/README.md
+++ b/README.md
@@ -72,7 +72,7 @@ of the containing project, and the `scmBranch` is set to the 
git branch.
 ### 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 
(1.0.0-SNAPSHOT)](https://brooklyn.apache.org/v/1.0.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 
(1.1.0-SNAPSHOT)](https://brooklyn.apache.org/v/1.1.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:
 
@@ -83,7 +83,7 @@ Useful topics include:
 * the **[maven 
build](https://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/1.0.0-SNAPSHOT/dev/code/structure.html)**
 of the codebase and submodules
+* **[project 
structure](https://brooklyn.apache.org/v/1.1.0-SNAPSHOT/dev/code/structure.html)**
 of the codebase and submodules
 
 * the **[people](https://brooklyn.apache.org/community/)** behind Apache 
Brooklyn
 
diff --git a/pom.xml b/pom.xml
index 3c05478..c597389 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.brooklyn</groupId>
     <artifactId>brooklyn</artifactId>
-    <version>1.0.0-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
+    <version>1.1.0-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
     <packaging>pom</packaging>
 
     <name>Brooklyn Root</name>

Reply via email to