You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by dr...@apache.org on 2017/09/18 15:14:12 UTC

brooklyn-dist git commit: Change version to 0.13.0-SNAPSHOT

Repository: brooklyn-dist
Updated Branches:
  refs/heads/master 38b85117f -> 4b555fcbc


Change version to 0.13.0-SNAPSHOT


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

Branch: refs/heads/master
Commit: 4b555fcbc6fdb0b793677bc9c4303b3cd10fcdbc
Parents: 38b8511
Author: Duncan Godwin <du...@cloudsoftcorp.com>
Authored: Mon Sep 18 15:13:19 2017 +0000
Committer: Duncan Godwin <du...@cloudsoftcorp.com>
Committed: Mon Sep 18 15:13:19 2017 +0000

----------------------------------------------------------------------
 all/pom.xml                                               |  2 +-
 archetypes/quickstart/NOTES.txt                           |  2 +-
 archetypes/quickstart/pom.xml                             |  2 +-
 archetypes/quickstart/src/brooklyn-sample/pom.xml         |  2 +-
 deb-packaging/pom.xml                                     |  2 +-
 dist/pom.xml                                              |  2 +-
 docker/Makefile                                           |  2 +-
 docker/brooklyn-docker-start                              |  2 +-
 downstream-parent/pom.xml                                 |  2 +-
 karaf/apache-brooklyn/pom.xml                             |  2 +-
 .../src/main/resources/catalog/catalog.bom                |  2 +-
 .../src/main/resources/etc/default.catalog.bom            |  2 +-
 karaf/config/pom.xml                                      |  2 +-
 karaf/features/pom.xml                                    |  2 +-
 karaf/itest/pom.xml                                       |  2 +-
 karaf/pom.xml                                             |  2 +-
 pom.xml                                                   |  2 +-
 rpm-packaging/pom.xml                                     |  2 +-
 shared-packaging/pom.xml                                  |  2 +-
 shared-packaging/src/test/yaml/package-apps.yaml          |  8 ++++----
 shared-packaging/src/test/yaml/package.bom                |  2 +-
 vagrant/pom.xml                                           |  2 +-
 vagrant/src/main/vagrant/README.md                        |  4 ++--
 vagrant/src/main/vagrant/files/vagrant-catalog.bom        | 10 +++++-----
 vagrant/src/main/vagrant/servers.yaml                     |  2 +-
 25 files changed, 33 insertions(+), 33 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/4b555fcb/all/pom.xml
----------------------------------------------------------------------
diff --git a/all/pom.xml b/all/pom.xml
index e873a25..ba75bf8 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.12.0-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
+        <version>0.13.0-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/4b555fcb/archetypes/quickstart/NOTES.txt
----------------------------------------------------------------------
diff --git a/archetypes/quickstart/NOTES.txt b/archetypes/quickstart/NOTES.txt
index 63364b4..22f7a39 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.12.0-SNAPSHOT    # BROOKLYN_VERSION
+    export BV=0.13.0-SNAPSHOT    # BROOKLYN_VERSION
     
     mvn archetype:generate                                  \
                                                             \

http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/4b555fcb/archetypes/quickstart/pom.xml
----------------------------------------------------------------------
diff --git a/archetypes/quickstart/pom.xml b/archetypes/quickstart/pom.xml
index 5642b00..08c6e11 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.12.0-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
+    <version>0.13.0-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
     <relativePath>../../../brooklyn-server/parent/pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/4b555fcb/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 c5c6590..a94c552 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.12.0-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
+    <version>0.13.0-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
   </parent>
 
   <groupId>com.acme.sample</groupId>

http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/4b555fcb/deb-packaging/pom.xml
----------------------------------------------------------------------
diff --git a/deb-packaging/pom.xml b/deb-packaging/pom.xml
index 27a9af9..32bddb7 100644
--- a/deb-packaging/pom.xml
+++ b/deb-packaging/pom.xml
@@ -37,7 +37,7 @@
     <parent>
         <groupId>org.apache.brooklyn</groupId>
         <artifactId>brooklyn-dist-root</artifactId>
-        <version>0.12.0-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
+        <version>0.13.0-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/4b555fcb/dist/pom.xml
----------------------------------------------------------------------
diff --git a/dist/pom.xml b/dist/pom.xml
index 8ade914..4baf316 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.12.0-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
+        <version>0.13.0-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/4b555fcb/docker/Makefile
----------------------------------------------------------------------
diff --git a/docker/Makefile b/docker/Makefile
index f0e9ce5..e319cbe 100644
--- a/docker/Makefile
+++ b/docker/Makefile
@@ -17,7 +17,7 @@
 # under the License.
 #
 
-BROOKLYN_VERSION=0.12.0-SNAPSHOT
+BROOKLYN_VERSION=0.13.0-SNAPSHOT
 
 default: all
 

http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/4b555fcb/docker/brooklyn-docker-start
----------------------------------------------------------------------
diff --git a/docker/brooklyn-docker-start b/docker/brooklyn-docker-start
index 561c2b6..818dfb9 100755
--- a/docker/brooklyn-docker-start
+++ b/docker/brooklyn-docker-start
@@ -33,7 +33,7 @@
 function help() {
   echo
   # BROOKLYN_VERSION_BELOW
-  echo 'Apache Brooklyn 0.12.0-SNAPSHOT convenience launcher'${application:+" for ${application}"}
+  echo 'Apache Brooklyn 0.13.0-SNAPSHOT convenience launcher'${application:+" for ${application}"}
   echo
   echo 'Usage:  [OPTIONS] [--help | LOCATION | COMMAND] [ARGS]'
   echo

http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/4b555fcb/downstream-parent/pom.xml
----------------------------------------------------------------------
diff --git a/downstream-parent/pom.xml b/downstream-parent/pom.xml
index 584376f..db517d6 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.12.0-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
+    <version>0.13.0-SNAPSHOT</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/4b555fcb/karaf/apache-brooklyn/pom.xml
----------------------------------------------------------------------
diff --git a/karaf/apache-brooklyn/pom.xml b/karaf/apache-brooklyn/pom.xml
index 0acfeb2..fc9b991 100755
--- a/karaf/apache-brooklyn/pom.xml
+++ b/karaf/apache-brooklyn/pom.xml
@@ -29,7 +29,7 @@
   <parent>
       <groupId>org.apache.brooklyn</groupId>
       <artifactId>brooklyn-dist-karaf</artifactId>
-      <version>0.12.0-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
+      <version>0.13.0-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
       <relativePath>../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/4b555fcb/karaf/apache-brooklyn/src/main/resources/catalog/catalog.bom
----------------------------------------------------------------------
diff --git a/karaf/apache-brooklyn/src/main/resources/catalog/catalog.bom b/karaf/apache-brooklyn/src/main/resources/catalog/catalog.bom
index c62859d..f6081a6 100644
--- a/karaf/apache-brooklyn/src/main/resources/catalog/catalog.bom
+++ b/karaf/apache-brooklyn/src/main/resources/catalog/catalog.bom
@@ -3,7 +3,7 @@
 # and templates to get started using Brooklyn
 
 brooklyn.catalog:
-  version: "0.12.0-SNAPSHOT" # BROOKLYN_VERSION
+  version: "0.13.0-SNAPSHOT" # BROOKLYN_VERSION
   include: classpath://library-catalog-classes.bom
 
   items:

http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/4b555fcb/karaf/apache-brooklyn/src/main/resources/etc/default.catalog.bom
----------------------------------------------------------------------
diff --git a/karaf/apache-brooklyn/src/main/resources/etc/default.catalog.bom b/karaf/apache-brooklyn/src/main/resources/etc/default.catalog.bom
index b12e932..104fb39 100644
--- a/karaf/apache-brooklyn/src/main/resources/etc/default.catalog.bom
+++ b/karaf/apache-brooklyn/src/main/resources/etc/default.catalog.bom
@@ -4,6 +4,6 @@
 
 brooklyn.catalog:
   bundle: brooklyn-default-karaf-catalog
-  version: "0.12.0-SNAPSHOT" # BROOKLYN_VERSION
+  version: "0.13.0-SNAPSHOT" # BROOKLYN_VERSION
   items:
   - file:catalog/catalog.bom

http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/4b555fcb/karaf/config/pom.xml
----------------------------------------------------------------------
diff --git a/karaf/config/pom.xml b/karaf/config/pom.xml
index 4c59501..50c11f4 100644
--- a/karaf/config/pom.xml
+++ b/karaf/config/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>brooklyn-dist-karaf</artifactId>
         <groupId>org.apache.brooklyn</groupId>
-        <version>0.12.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION -->
+        <version>0.13.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION -->
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/4b555fcb/karaf/features/pom.xml
----------------------------------------------------------------------
diff --git a/karaf/features/pom.xml b/karaf/features/pom.xml
index 291ed22..60f0d5d 100644
--- a/karaf/features/pom.xml
+++ b/karaf/features/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.brooklyn</groupId>
         <artifactId>brooklyn-dist-karaf</artifactId>
-        <version>0.12.0-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
+        <version>0.13.0-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/4b555fcb/karaf/itest/pom.xml
----------------------------------------------------------------------
diff --git a/karaf/itest/pom.xml b/karaf/itest/pom.xml
index 6bed538..2a3dae8 100644
--- a/karaf/itest/pom.xml
+++ b/karaf/itest/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.brooklyn</groupId>
         <artifactId>brooklyn-dist-karaf</artifactId>
-        <version>0.12.0-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
+        <version>0.13.0-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/4b555fcb/karaf/pom.xml
----------------------------------------------------------------------
diff --git a/karaf/pom.xml b/karaf/pom.xml
index 2ae7fa3..00a0552 100644
--- a/karaf/pom.xml
+++ b/karaf/pom.xml
@@ -33,7 +33,7 @@
         <!-- if this depends (via inheritance from brooklyn-dist) on brooklyn-server/parent, the usual parent point,
              then karaf-itest has failures -->
         <artifactId>brooklyn-server</artifactId>
-        <version>0.12.0-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
+        <version>0.13.0-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
         <relativePath>../../brooklyn-server/pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/4b555fcb/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e65366c..e49dbdf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.brooklyn</groupId>
         <artifactId>brooklyn-parent</artifactId>
-        <version>0.12.0-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
+        <version>0.13.0-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
         <relativePath>../brooklyn-server/parent/pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/4b555fcb/rpm-packaging/pom.xml
----------------------------------------------------------------------
diff --git a/rpm-packaging/pom.xml b/rpm-packaging/pom.xml
index b816555..27f4770 100644
--- a/rpm-packaging/pom.xml
+++ b/rpm-packaging/pom.xml
@@ -37,7 +37,7 @@
     <parent>
         <groupId>org.apache.brooklyn</groupId>
         <artifactId>brooklyn-dist-root</artifactId>
-        <version>0.12.0-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
+        <version>0.13.0-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/4b555fcb/shared-packaging/pom.xml
----------------------------------------------------------------------
diff --git a/shared-packaging/pom.xml b/shared-packaging/pom.xml
index 83dc480..c0fc419 100644
--- a/shared-packaging/pom.xml
+++ b/shared-packaging/pom.xml
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.brooklyn</groupId>
         <artifactId>brooklyn-dist-root</artifactId>
-        <version>0.12.0-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
+        <version>0.13.0-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/4b555fcb/shared-packaging/src/test/yaml/package-apps.yaml
----------------------------------------------------------------------
diff --git a/shared-packaging/src/test/yaml/package-apps.yaml b/shared-packaging/src/test/yaml/package-apps.yaml
index 0900dd7..dbfff22 100644
--- a/shared-packaging/src/test/yaml/package-apps.yaml
+++ b/shared-packaging/src/test/yaml/package-apps.yaml
@@ -25,7 +25,7 @@ services:
       # privateKeyFile: ~/.ssh/<private key>
       user: ubuntu
   brooklyn.config:
-    package.file:  ~/.m2/repository/org/apache/brooklyn/deb-packaging/0.12.0-SNAPSHOT/deb-packaging-0.12.0-SNAPSHOT-all.deb # BROOKLYN_VERSION
+    package.file:  ~/.m2/repository/org/apache/brooklyn/deb-packaging/0.13.0-SNAPSHOT/deb-packaging-0.13.0-SNAPSHOT-all.deb # BROOKLYN_VERSION
 
 ---
 
@@ -38,7 +38,7 @@ services:
       # privateKeyFile: ~/.ssh/<private key>
       user: vagrant
   brooklyn.config:
-    package.file: ~/.m2/repository/org/apache/brooklyn/deb-packaging/0.12.0-SNAPSHOT/deb-packaging-0.12.0-SNAPSHOT-all.deb # BROOKLYN_VERSION
+    package.file: ~/.m2/repository/org/apache/brooklyn/deb-packaging/0.13.0-SNAPSHOT/deb-packaging-0.13.0-SNAPSHOT-all.deb # BROOKLYN_VERSION
 
 ---
 
@@ -51,7 +51,7 @@ services:
       # privateKeyFile: ~/.ssh/<private key>
       user: vagrant
   brooklyn.config:
-    package.file: ~/.m2/repository/org/apache/brooklyn/rpm-packaging/0.12.0-SNAPSHOT/rpm-packaging-0.12.0-SNAPSHOT-noarch.rpm # BROOKLYN_VERSION
+    package.file: ~/.m2/repository/org/apache/brooklyn/rpm-packaging/0.13.0-SNAPSHOT/rpm-packaging-0.13.0-SNAPSHOT-noarch.rpm # BROOKLYN_VERSION
 
 ---
 
@@ -64,6 +64,6 @@ services:
       # privateKeyFile: ~/.ssh/<private key>
       user: vagrant
   brooklyn.config:
-    package.file: ~/.m2/repository/org/apache/brooklyn/rpm-packaging/0.12.0-SNAPSHOT/rpm-packaging-0.12.0-SNAPSHOT-noarch.rpm # BROOKLYN_VERSION
+    package.file: ~/.m2/repository/org/apache/brooklyn/rpm-packaging/0.13.0-SNAPSHOT/rpm-packaging-0.13.0-SNAPSHOT-noarch.rpm # BROOKLYN_VERSION
 
 

http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/4b555fcb/shared-packaging/src/test/yaml/package.bom
----------------------------------------------------------------------
diff --git a/shared-packaging/src/test/yaml/package.bom b/shared-packaging/src/test/yaml/package.bom
index ba5615a..5d54b8c 100644
--- a/shared-packaging/src/test/yaml/package.bom
+++ b/shared-packaging/src/test/yaml/package.bom
@@ -17,7 +17,7 @@
 # under the License.
 #
 brooklyn.catalog:
-  version: "0.12.0-SNAPSHOT"  # BROOKLYN_VERSION
+  version: "0.13.0-SNAPSHOT"  # BROOKLYN_VERSION
   items:
 
   - id: systemd-brooklyn

http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/4b555fcb/vagrant/pom.xml
----------------------------------------------------------------------
diff --git a/vagrant/pom.xml b/vagrant/pom.xml
index 6096db6..8cfef5f 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.12.0-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
+        <version>0.13.0-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/4b555fcb/vagrant/src/main/vagrant/README.md
----------------------------------------------------------------------
diff --git a/vagrant/src/main/vagrant/README.md b/vagrant/src/main/vagrant/README.md
index add8b2a..5355979 100644
--- a/vagrant/src/main/vagrant/README.md
+++ b/vagrant/src/main/vagrant/README.md
@@ -8,7 +8,7 @@
 
    ```
    env:
-     BROOKLYN_VERSION: 0.12.0-SNAPSHOT
+     BROOKLYN_VERSION: 0.13.0-SNAPSHOT
    ```
 
 2. You may proceed to use the `Vagrantfile` as normal; `vagrant up`, `vagrant destroy` etc.
@@ -19,7 +19,7 @@
 
    ```
    env:
-     BROOKLYN_VERSION: 0.12.0-SNAPSHOT
+     BROOKLYN_VERSION: 0.13.0-SNAPSHOT
    ```
 
 2. Set the `INSTALL_FROM_LOCAL_DIST:` environment variable in `servers.yaml` to `true`. For example:

http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/4b555fcb/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 1d2a1da..98833cc 100644
--- a/vagrant/src/main/vagrant/files/vagrant-catalog.bom
+++ b/vagrant/src/main/vagrant/files/vagrant-catalog.bom
@@ -19,7 +19,7 @@
 brooklyn.catalog:
   items:
   - id: byon1
-    version: "0.12.0-SNAPSHOT"  # BROOKLYN_VERSION
+    version: "0.13.0-SNAPSHOT"  # BROOKLYN_VERSION
     itemType: location
     name: Vagrant BYON VM 1
     item:
@@ -32,7 +32,7 @@ brooklyn.catalog:
 
   - id: byon2
     name: Vagrant BYON VM 2
-    version: "0.12.0-SNAPSHOT"  # BROOKLYN_VERSION
+    version: "0.13.0-SNAPSHOT"  # BROOKLYN_VERSION
     itemType: location
     item:
       type: byon
@@ -43,7 +43,7 @@ brooklyn.catalog:
         - 10.10.10.102
 
   - id: byon3
-    version: "0.12.0-SNAPSHOT"  # BROOKLYN_VERSION
+    version: "0.13.0-SNAPSHOT"  # BROOKLYN_VERSION
     itemType: location
     name: Vagrant BYON VM 3
     item:
@@ -55,7 +55,7 @@ brooklyn.catalog:
         - 10.10.10.103
 
   - id: byon4
-    version: "0.12.0-SNAPSHOT"  # BROOKLYN_VERSION
+    version: "0.13.0-SNAPSHOT"  # BROOKLYN_VERSION
     itemType: location
     name: Vagrant BYON VM 4
     item:
@@ -67,7 +67,7 @@ brooklyn.catalog:
         - 10.10.10.104
 
   - id: byon-all
-    version: "0.12.0-SNAPSHOT"  # BROOKLYN_VERSION
+    version: "0.13.0-SNAPSHOT"  # BROOKLYN_VERSION
     itemType: location
     name: Vagrant BYON VM 1-4
     item:

http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/4b555fcb/vagrant/src/main/vagrant/servers.yaml
----------------------------------------------------------------------
diff --git a/vagrant/src/main/vagrant/servers.yaml b/vagrant/src/main/vagrant/servers.yaml
index e343eb4..06eb526 100644
--- a/vagrant/src/main/vagrant/servers.yaml
+++ b/vagrant/src/main/vagrant/servers.yaml
@@ -47,7 +47,7 @@ servers:
        autocorrect: true
     shell:
       env:
-        BROOKLYN_VERSION: "0.12.0-SNAPSHOT"
+        BROOKLYN_VERSION: "0.13.0-SNAPSHOT"
         INSTALL_FROM_LOCAL_DIST: false
       cmd:
         - ssh-keygen -t rsa -N "" -f $HOME/.ssh/id_rsa