Repository: brooklyn-dist Updated Branches: refs/heads/master d551102a9 -> 21d486c71
Change version to 1.0.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/21d486c7 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/tree/21d486c7 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/diff/21d486c7 Branch: refs/heads/master Commit: 21d486c717a63f37cdd0adc84f596b86799e1b1f Parents: d551102 Author: Duncan Godwin <[email protected]> Authored: Fri Oct 6 13:21:50 2017 +0000 Committer: Duncan Godwin <[email protected]> Committed: Fri Oct 6 13:21:50 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/etc/default.catalog.bom | 2 +- karaf/config/pom.xml | 2 +- karaf/config/src/main/resources/catalog/catalog-core.bom | 6 +++--- .../src/main/resources/catalog/catalog-templates.bom | 2 +- karaf/config/src/main/resources/catalog/catalog.bom | 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 +- 27 files changed, 37 insertions(+), 37 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/21d486c7/all/pom.xml ---------------------------------------------------------------------- diff --git a/all/pom.xml b/all/pom.xml index ba75bf8..a5a98fb 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.13.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> + <version>1.0.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/21d486c7/archetypes/quickstart/NOTES.txt ---------------------------------------------------------------------- diff --git a/archetypes/quickstart/NOTES.txt b/archetypes/quickstart/NOTES.txt index 22f7a39..9b609d1 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.13.0-SNAPSHOT # BROOKLYN_VERSION + export BV=1.0.0-SNAPSHOT # BROOKLYN_VERSION mvn archetype:generate \ \ http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/21d486c7/archetypes/quickstart/pom.xml ---------------------------------------------------------------------- diff --git a/archetypes/quickstart/pom.xml b/archetypes/quickstart/pom.xml index 08c6e11..221d9c6 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.13.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> + <version>1.0.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> <relativePath>../../../brooklyn-server/parent/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/21d486c7/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 a94c552..5b48002 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.13.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> + <version>1.0.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> </parent> <groupId>com.acme.sample</groupId> http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/21d486c7/deb-packaging/pom.xml ---------------------------------------------------------------------- diff --git a/deb-packaging/pom.xml b/deb-packaging/pom.xml index 5721f5f..8e3ed4d 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.13.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> + <version>1.0.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/21d486c7/dist/pom.xml ---------------------------------------------------------------------- diff --git a/dist/pom.xml b/dist/pom.xml index 4baf316..c7afad8 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.13.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> + <version>1.0.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/21d486c7/docker/Makefile ---------------------------------------------------------------------- diff --git a/docker/Makefile b/docker/Makefile index e319cbe..b54c7be 100644 --- a/docker/Makefile +++ b/docker/Makefile @@ -17,7 +17,7 @@ # under the License. # -BROOKLYN_VERSION=0.13.0-SNAPSHOT +BROOKLYN_VERSION=1.0.0-SNAPSHOT default: all http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/21d486c7/docker/brooklyn-docker-start ---------------------------------------------------------------------- diff --git a/docker/brooklyn-docker-start b/docker/brooklyn-docker-start index 818dfb9..d2a5841 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.13.0-SNAPSHOT convenience launcher'${application:+" for ${application}"} + echo 'Apache Brooklyn 1.0.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/21d486c7/downstream-parent/pom.xml ---------------------------------------------------------------------- diff --git a/downstream-parent/pom.xml b/downstream-parent/pom.xml index db517d6..cf6b96e 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.13.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> + <version>1.0.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/21d486c7/karaf/apache-brooklyn/pom.xml ---------------------------------------------------------------------- diff --git a/karaf/apache-brooklyn/pom.xml b/karaf/apache-brooklyn/pom.xml index fc9b991..4ec1bdd 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.13.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> + <version>1.0.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/21d486c7/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 104fb39..70625a3 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.13.0-SNAPSHOT" # BROOKLYN_VERSION + version: "1.0.0-SNAPSHOT" # BROOKLYN_VERSION items: - file:catalog/catalog.bom http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/21d486c7/karaf/config/pom.xml ---------------------------------------------------------------------- diff --git a/karaf/config/pom.xml b/karaf/config/pom.xml index 484247d..3decf96 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.13.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> + <version>1.0.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/21d486c7/karaf/config/src/main/resources/catalog/catalog-core.bom ---------------------------------------------------------------------- diff --git a/karaf/config/src/main/resources/catalog/catalog-core.bom b/karaf/config/src/main/resources/catalog/catalog-core.bom index 87957e7..af45d6c 100644 --- a/karaf/config/src/main/resources/catalog/catalog-core.bom +++ b/karaf/config/src/main/resources/catalog/catalog-core.bom @@ -16,8 +16,8 @@ # under the License. # brooklyn.catalog: - version: "0.13.0-SNAPSHOT" # BROOKLYN_VERSION + version: "1.0.0-SNAPSHOT" # BROOKLYN_VERSION brooklyn.libraries: - - mvn:org.apache.brooklyn/brooklyn-karaf-init/0.13.0-SNAPSHOT # BROOKLYN_VERSION - - mvn:org.apache.brooklyn/brooklyn-library-catalog/0.13.0-SNAPSHOT # BROOKLYN_VERSION \ No newline at end of file + - mvn:org.apache.brooklyn/brooklyn-karaf-init/1.0.0-SNAPSHOT # BROOKLYN_VERSION + - mvn:org.apache.brooklyn/brooklyn-library-catalog/1.0.0-SNAPSHOT # BROOKLYN_VERSION \ No newline at end of file http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/21d486c7/karaf/config/src/main/resources/catalog/catalog-templates.bom ---------------------------------------------------------------------- diff --git a/karaf/config/src/main/resources/catalog/catalog-templates.bom b/karaf/config/src/main/resources/catalog/catalog-templates.bom index d542752..961ea2c 100644 --- a/karaf/config/src/main/resources/catalog/catalog-templates.bom +++ b/karaf/config/src/main/resources/catalog/catalog-templates.bom @@ -16,7 +16,7 @@ # under the License. # brooklyn.catalog: - version: "0.13.0-SNAPSHOT" # BROOKLYN_VERSION + version: "1.0.0-SNAPSHOT" # BROOKLYN_VERSION items: - id: server http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/21d486c7/karaf/config/src/main/resources/catalog/catalog.bom ---------------------------------------------------------------------- diff --git a/karaf/config/src/main/resources/catalog/catalog.bom b/karaf/config/src/main/resources/catalog/catalog.bom index 7684b8e..64cfabd 100644 --- a/karaf/config/src/main/resources/catalog/catalog.bom +++ b/karaf/config/src/main/resources/catalog/catalog.bom @@ -16,7 +16,7 @@ # under the License. # brooklyn.catalog: - version: "0.13.0-SNAPSHOT" # BROOKLYN_VERSION + version: "1.0.0-SNAPSHOT" # BROOKLYN_VERSION items: - 'file:catalog/catalog-core.bom' http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/21d486c7/karaf/features/pom.xml ---------------------------------------------------------------------- diff --git a/karaf/features/pom.xml b/karaf/features/pom.xml index 60f0d5d..dd5162c 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.13.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> + <version>1.0.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/21d486c7/karaf/itest/pom.xml ---------------------------------------------------------------------- diff --git a/karaf/itest/pom.xml b/karaf/itest/pom.xml index 2a3dae8..7cf0fb5 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.13.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> + <version>1.0.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/21d486c7/karaf/pom.xml ---------------------------------------------------------------------- diff --git a/karaf/pom.xml b/karaf/pom.xml index 00a0552..58109c5 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.13.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> + <version>1.0.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> <relativePath>../../brooklyn-server/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/21d486c7/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index e49dbdf..ae55ee9 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.brooklyn</groupId> <artifactId>brooklyn-parent</artifactId> - <version>0.13.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> + <version>1.0.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> <relativePath>../brooklyn-server/parent/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/21d486c7/rpm-packaging/pom.xml ---------------------------------------------------------------------- diff --git a/rpm-packaging/pom.xml b/rpm-packaging/pom.xml index a94e85a..33ab131 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.13.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> + <version>1.0.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/21d486c7/shared-packaging/pom.xml ---------------------------------------------------------------------- diff --git a/shared-packaging/pom.xml b/shared-packaging/pom.xml index c0fc419..25c6376 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.13.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> + <version>1.0.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/21d486c7/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 dbfff22..76518de 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.13.0-SNAPSHOT/deb-packaging-0.13.0-SNAPSHOT-all.deb # BROOKLYN_VERSION + package.file: ~/.m2/repository/org/apache/brooklyn/deb-packaging/1.0.0-SNAPSHOT/deb-packaging-1.0.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.13.0-SNAPSHOT/deb-packaging-0.13.0-SNAPSHOT-all.deb # BROOKLYN_VERSION + package.file: ~/.m2/repository/org/apache/brooklyn/deb-packaging/1.0.0-SNAPSHOT/deb-packaging-1.0.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.13.0-SNAPSHOT/rpm-packaging-0.13.0-SNAPSHOT-noarch.rpm # BROOKLYN_VERSION + package.file: ~/.m2/repository/org/apache/brooklyn/rpm-packaging/1.0.0-SNAPSHOT/rpm-packaging-1.0.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.13.0-SNAPSHOT/rpm-packaging-0.13.0-SNAPSHOT-noarch.rpm # BROOKLYN_VERSION + package.file: ~/.m2/repository/org/apache/brooklyn/rpm-packaging/1.0.0-SNAPSHOT/rpm-packaging-1.0.0-SNAPSHOT-noarch.rpm # BROOKLYN_VERSION http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/21d486c7/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 5d54b8c..0e5900b 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.13.0-SNAPSHOT" # BROOKLYN_VERSION + version: "1.0.0-SNAPSHOT" # BROOKLYN_VERSION items: - id: systemd-brooklyn http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/21d486c7/vagrant/pom.xml ---------------------------------------------------------------------- diff --git a/vagrant/pom.xml b/vagrant/pom.xml index 8cfef5f..faa6a9c 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.13.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> + <version>1.0.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/21d486c7/vagrant/src/main/vagrant/README.md ---------------------------------------------------------------------- diff --git a/vagrant/src/main/vagrant/README.md b/vagrant/src/main/vagrant/README.md index 5355979..de5c9ed 100644 --- a/vagrant/src/main/vagrant/README.md +++ b/vagrant/src/main/vagrant/README.md @@ -8,7 +8,7 @@ ``` env: - BROOKLYN_VERSION: 0.13.0-SNAPSHOT + BROOKLYN_VERSION: 1.0.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.13.0-SNAPSHOT + BROOKLYN_VERSION: 1.0.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/21d486c7/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 98833cc..d8bcbee 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.13.0-SNAPSHOT" # BROOKLYN_VERSION + version: "1.0.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.13.0-SNAPSHOT" # BROOKLYN_VERSION + version: "1.0.0-SNAPSHOT" # BROOKLYN_VERSION itemType: location item: type: byon @@ -43,7 +43,7 @@ brooklyn.catalog: - 10.10.10.102 - id: byon3 - version: "0.13.0-SNAPSHOT" # BROOKLYN_VERSION + version: "1.0.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.13.0-SNAPSHOT" # BROOKLYN_VERSION + version: "1.0.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.13.0-SNAPSHOT" # BROOKLYN_VERSION + version: "1.0.0-SNAPSHOT" # BROOKLYN_VERSION itemType: location name: Vagrant BYON VM 1-4 item: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/21d486c7/vagrant/src/main/vagrant/servers.yaml ---------------------------------------------------------------------- diff --git a/vagrant/src/main/vagrant/servers.yaml b/vagrant/src/main/vagrant/servers.yaml index 06eb526..0773e30 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.13.0-SNAPSHOT" + BROOKLYN_VERSION: "1.0.0-SNAPSHOT" INSTALL_FROM_LOCAL_DIST: false cmd: - ssh-keygen -t rsa -N "" -f $HOME/.ssh/id_rsa
