Repository: brooklyn-dist
Updated Branches:
  refs/heads/0.9.0 [created] 7a096bf19


Change version to 0.9.0


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

Branch: refs/heads/0.9.0
Commit: 7a096bf199c1fd56a3c77b620c7218c0dc0428fc
Parents: 9c3fdfe
Author: Alex Heneveld <[email protected]>
Authored: Wed Mar 30 10:41:12 2016 +0100
Committer: Alex Heneveld <[email protected]>
Committed: Wed Mar 30 10:41:12 2016 +0100

----------------------------------------------------------------------
 all/pom.xml                                        |  2 +-
 archetypes/quickstart/NOTES.txt                    |  2 +-
 archetypes/quickstart/pom.xml                      |  2 +-
 archetypes/quickstart/src/brooklyn-sample/pom.xml  |  2 +-
 dist/pom.xml                                       |  2 +-
 downstream-parent/pom.xml                          |  2 +-
 packaging/pom.xml                                  |  2 +-
 pom.xml                                            |  2 +-
 vagrant/pom.xml                                    |  2 +-
 vagrant/src/main/vagrant/README.md                 |  6 +++---
 vagrant/src/main/vagrant/files/install_brooklyn.sh |  2 +-
 vagrant/src/main/vagrant/files/vagrant-catalog.bom | 10 +++++-----
 vagrant/src/main/vagrant/servers.yaml              |  2 +-
 13 files changed, 19 insertions(+), 19 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/7a096bf1/all/pom.xml
----------------------------------------------------------------------
diff --git a/all/pom.xml b/all/pom.xml
index 64e8a73..0ab2645 100644
--- a/all/pom.xml
+++ b/all/pom.xml
@@ -31,7 +31,7 @@
     <parent>
         <groupId>org.apache.brooklyn</groupId>
         <artifactId>brooklyn-dist-root</artifactId>
-        <version>0.9.0-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
+        <version>0.9.0</version>  <!-- BROOKLYN_VERSION -->
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/7a096bf1/archetypes/quickstart/NOTES.txt
----------------------------------------------------------------------
diff --git a/archetypes/quickstart/NOTES.txt b/archetypes/quickstart/NOTES.txt
index 4028bf6..2ef05c0 100644
--- a/archetypes/quickstart/NOTES.txt
+++ b/archetypes/quickstart/NOTES.txt
@@ -32,7 +32,7 @@ To test a build:
 
     pushd /tmp
     rm -rf brooklyn-sample
-    export BV=0.9.0-SNAPSHOT    # BROOKLYN_VERSION
+    export BV=0.9.0    # BROOKLYN_VERSION
     
     mvn archetype:generate                                  \
                                                             \

http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/7a096bf1/archetypes/quickstart/pom.xml
----------------------------------------------------------------------
diff --git a/archetypes/quickstart/pom.xml b/archetypes/quickstart/pom.xml
index c83a3db..5cc4ed9 100644
--- a/archetypes/quickstart/pom.xml
+++ b/archetypes/quickstart/pom.xml
@@ -31,7 +31,7 @@
   <parent>
     <groupId>org.apache.brooklyn</groupId>
     <artifactId>brooklyn-parent</artifactId>
-    <version>0.9.0-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
+    <version>0.9.0</version>  <!-- BROOKLYN_VERSION -->
     <relativePath>../../../brooklyn-server/parent/pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/7a096bf1/archetypes/quickstart/src/brooklyn-sample/pom.xml
----------------------------------------------------------------------
diff --git a/archetypes/quickstart/src/brooklyn-sample/pom.xml 
b/archetypes/quickstart/src/brooklyn-sample/pom.xml
index 6076b84..c645be5 100644
--- a/archetypes/quickstart/src/brooklyn-sample/pom.xml
+++ b/archetypes/quickstart/src/brooklyn-sample/pom.xml
@@ -7,7 +7,7 @@
   <parent>
     <groupId>org.apache.brooklyn</groupId>
     <artifactId>brooklyn-downstream-parent</artifactId>
-    <version>0.9.0-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
+    <version>0.9.0</version>  <!-- BROOKLYN_VERSION -->
   </parent>
 
   <groupId>com.acme.sample</groupId>

http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/7a096bf1/dist/pom.xml
----------------------------------------------------------------------
diff --git a/dist/pom.xml b/dist/pom.xml
index 9d1dea5..30a4173 100644
--- a/dist/pom.xml
+++ b/dist/pom.xml
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.brooklyn</groupId>
         <artifactId>brooklyn-dist-root</artifactId>
-        <version>0.9.0-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
+        <version>0.9.0</version>  <!-- BROOKLYN_VERSION -->
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/7a096bf1/downstream-parent/pom.xml
----------------------------------------------------------------------
diff --git a/downstream-parent/pom.xml b/downstream-parent/pom.xml
index a8ae72e..f8b2866 100644
--- a/downstream-parent/pom.xml
+++ b/downstream-parent/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.brooklyn</groupId>
     <artifactId>brooklyn-server</artifactId>
-    <version>0.9.0-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
+    <version>0.9.0</version>  <!-- BROOKLYN_VERSION -->
     <relativePath>../../brooklyn-server/pom.xml</relativePath>
     <!-- TODO this uses server root pom as a way to get version info without 
rat check;
          it means it inherits apache pom, which might not be desired.

http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/7a096bf1/packaging/pom.xml
----------------------------------------------------------------------
diff --git a/packaging/pom.xml b/packaging/pom.xml
index 4b7cd09..1886662 100644
--- a/packaging/pom.xml
+++ b/packaging/pom.xml
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.brooklyn</groupId>
         <artifactId>brooklyn-dist-root</artifactId>
-        <version>0.9.0-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
+        <version>0.9.0</version>  <!-- BROOKLYN_VERSION -->
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/7a096bf1/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c13e2b5..99cf6d3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.brooklyn</groupId>
         <artifactId>brooklyn-parent</artifactId>
-        <version>0.9.0-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
+        <version>0.9.0</version>  <!-- BROOKLYN_VERSION -->
         <relativePath>../brooklyn-server/parent/pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/7a096bf1/vagrant/pom.xml
----------------------------------------------------------------------
diff --git a/vagrant/pom.xml b/vagrant/pom.xml
index fbe6539..b930242 100644
--- a/vagrant/pom.xml
+++ b/vagrant/pom.xml
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.brooklyn</groupId>
         <artifactId>brooklyn-dist-root</artifactId>
-        <version>0.9.0-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
+        <version>0.9.0</version>  <!-- BROOKLYN_VERSION -->
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/7a096bf1/vagrant/src/main/vagrant/README.md
----------------------------------------------------------------------
diff --git a/vagrant/src/main/vagrant/README.md 
b/vagrant/src/main/vagrant/README.md
index 2f5573c..76fd530 100644
--- a/vagrant/src/main/vagrant/README.md
+++ b/vagrant/src/main/vagrant/README.md
@@ -8,7 +8,7 @@
 
    ```
    env:
-     BROOKLYN_VERSION: 0.9.0-SNAPSHOT
+     BROOKLYN_VERSION: 0.9.0
    ```
 
 2. You may proceed to use the `Vagrantfile` as normal; `vagrant up`, `vagrant 
destroy` etc.
@@ -19,7 +19,7 @@
 
    ```
    env:
-     BROOKLYN_VERSION: 0.9.0-SNAPSHOT
+     BROOKLYN_VERSION: 0.9.0
    ```
 
 2. Set the `INSTALL_FROM_LOCAL_DIST:` environment variable in `servers.yaml` 
to `true`. For example:
@@ -38,4 +38,4 @@
    cp 
~/.m2/repository/org/apache/brooklyn/brooklyn-dist/0.9.0-SNAPSHOT/brooklyn-dist-0.9.0-SNAPSHOT-dist.tar.gz
 .
    ```
 
-4. You may proceed to use the `Vagrantfile` as normal; `vagrant up`, `vagrant 
destroy` etc.
\ No newline at end of file
+4. You may proceed to use the `Vagrantfile` as normal; `vagrant up`, `vagrant 
destroy` etc.

http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/7a096bf1/vagrant/src/main/vagrant/files/install_brooklyn.sh
----------------------------------------------------------------------
diff --git a/vagrant/src/main/vagrant/files/install_brooklyn.sh 
b/vagrant/src/main/vagrant/files/install_brooklyn.sh
index 9c52017..0f5d09f 100755
--- a/vagrant/src/main/vagrant/files/install_brooklyn.sh
+++ b/vagrant/src/main/vagrant/files/install_brooklyn.sh
@@ -89,4 +89,4 @@ echo "Installing JRE"
 sudo sh -c 'export DEBIAN_FRONTEND=noninteractive; apt-get install --yes 
openjdk-8-jre-headless'
 
 echo "Copying Brooklyn systemd service unit file"
-sudo cp /vagrant/files/brooklyn.service /etc/systemd/system/brooklyn.service
\ No newline at end of file
+sudo cp /vagrant/files/brooklyn.service /etc/systemd/system/brooklyn.service

http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/7a096bf1/vagrant/src/main/vagrant/files/vagrant-catalog.bom
----------------------------------------------------------------------
diff --git a/vagrant/src/main/vagrant/files/vagrant-catalog.bom 
b/vagrant/src/main/vagrant/files/vagrant-catalog.bom
index d8b8450..2a0c7fc 100644
--- a/vagrant/src/main/vagrant/files/vagrant-catalog.bom
+++ b/vagrant/src/main/vagrant/files/vagrant-catalog.bom
@@ -20,7 +20,7 @@ brooklyn.catalog:
   items:
   - id: byon1
     name: Vagrant BYON VM 1
-    version: 0.9.0-SNAPSHOT  # BROOKLYN_VERSION
+    version: 0.9.0  # BROOKLYN_VERSION
     itemType: location
     item:
       type: byon
@@ -32,7 +32,7 @@ brooklyn.catalog:
 
   - id: byon2
     name: Vagrant BYON VM 2
-    version: 0.9.0-SNAPSHOT  # BROOKLYN_VERSION
+    version: 0.9.0  # BROOKLYN_VERSION
     itemType: location
     item:
       type: byon
@@ -44,7 +44,7 @@ brooklyn.catalog:
 
   - id: byon3
     name: Vagrant BYON VM 3
-    version: 0.9.0-SNAPSHOT  # BROOKLYN_VERSION
+    version: 0.9.0  # BROOKLYN_VERSION
     itemType: location
     item:
       type: byon
@@ -56,7 +56,7 @@ brooklyn.catalog:
 
   - id: byon4
     name: Vagrant BYON VM 4
-    version: 0.9.0-SNAPSHOT  # BROOKLYN_VERSION
+    version: 0.9.0  # BROOKLYN_VERSION
     itemType: location
     item:
       type: byon
@@ -68,7 +68,7 @@ brooklyn.catalog:
 
   - id: byon-all
     name: Vagrant BYON VM 1-4
-    version: 0.9.0-SNAPSHOT  # BROOKLYN_VERSION
+    version: 0.9.0  # BROOKLYN_VERSION
     itemType: location
     item:
       type: byon

http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/7a096bf1/vagrant/src/main/vagrant/servers.yaml
----------------------------------------------------------------------
diff --git a/vagrant/src/main/vagrant/servers.yaml 
b/vagrant/src/main/vagrant/servers.yaml
index f1931b8..81b595e 100644
--- a/vagrant/src/main/vagrant/servers.yaml
+++ b/vagrant/src/main/vagrant/servers.yaml
@@ -44,7 +44,7 @@ servers:
     ip: 10.10.10.100
     shell:
       env:
-        BROOKLYN_VERSION: 0.9.0-SNAPSHOT
+        BROOKLYN_VERSION: 0.9.0
         INSTALL_FROM_LOCAL_DIST: false
       cmd:
         - chmod a+x /vagrant/files/install_brooklyn.sh      

Reply via email to