Change version to 0.10.0-SNAPSHOT
Project: http://git-wip-us.apache.org/repos/asf/brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn/commit/17ff7ac4 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn/tree/17ff7ac4 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn/diff/17ff7ac4 Branch: refs/heads/master Commit: 17ff7ac40cbd8054a93d21179a99e3271ab67d73 Parents: a2a80e5 Author: Alex Heneveld <[email protected]> Authored: Wed Mar 30 10:59:48 2016 +0100 Committer: Alex Heneveld <[email protected]> Committed: Wed Mar 30 10:59:48 2016 +0100 ---------------------------------------------------------------------- README.md | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn/blob/17ff7ac4/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index a0ad219..46ec7f9 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ To run, you might: ### 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.9.0-SNAPSHOT)](https://brooklyn.apache.org/v/0.9.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.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). Useful topics include: @@ -46,7 +46,7 @@ Useful topics include: * **[setting up Git](https://brooklyn.apache.org/developers/code/git-more.html)** with forks, submodules (or alternatively [avoiding submodules](https://brooklyn.apache.org/developers/code/git-more.html#not-using-submodules)) and other productivity hints <!--- BROOKLYN_VERSION_BELOW --> -* **[project structure](https://brooklyn.apache.org/v/0.9.0-SNAPSHOT/dev/code/structure.html)** of the codebase and submodules +* **[project structure](https://brooklyn.apache.org/v/0.10.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/17ff7ac4/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index d9713e7..241530f 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ <groupId>org.apache.brooklyn</groupId> <artifactId>brooklyn</artifactId> - <version>0.9.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> + <version>0.10.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> <packaging>pom</packaging> <name>Brooklyn Root</name>
