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

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

commit acefd7adadc84fe4ca0a9151dacbd2f202830f31
Author: Aled Sage <aled.s...@gmail.com>
AuthorDate: Fri Jan 17 15:46:30 2020 +0000

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

diff --git a/README.md b/README.md
index e345bf6..2913650 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.0.0)](https://brooklyn.apache.org/v/1.0.0/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.0.0/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..d60c494 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.0.0</version>  <!-- BROOKLYN_VERSION -->
     <packaging>pom</packaging>
 
     <name>Brooklyn Root</name>

Reply via email to