Repository: brooklyn-dist Updated Branches: refs/heads/0.10.0 [created] 58d51ff6e
Change version to 0.10.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/1ce1e21f Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/tree/1ce1e21f Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/diff/1ce1e21f Branch: refs/heads/0.10.0 Commit: 1ce1e21f81e84b7736da44efa90ab6d241d5cc09 Parents: 46a43ac Author: Svetoslav Neykov <[email protected]> Authored: Sun Dec 4 16:26:15 2016 +0000 Committer: Svetoslav Neykov <[email protected]> Committed: Sun Dec 4 16:26:15 2016 +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 +- downstream-parent/pom.xml | 2 +- karaf/apache-brooklyn/pom.xml | 2 +- .../src/main/resources/etc/default.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 +- 21 files changed, 29 insertions(+), 29 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/1ce1e21f/all/pom.xml ---------------------------------------------------------------------- diff --git a/all/pom.xml b/all/pom.xml index 92b14d7..79775ed 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.10.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> + <version>0.10.0</version> <!-- BROOKLYN_VERSION --> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/1ce1e21f/archetypes/quickstart/NOTES.txt ---------------------------------------------------------------------- diff --git a/archetypes/quickstart/NOTES.txt b/archetypes/quickstart/NOTES.txt index 828e8d3..8f4999e 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.10.0-SNAPSHOT # BROOKLYN_VERSION + export BV=0.10.0 # BROOKLYN_VERSION mvn archetype:generate \ \ http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/1ce1e21f/archetypes/quickstart/pom.xml ---------------------------------------------------------------------- diff --git a/archetypes/quickstart/pom.xml b/archetypes/quickstart/pom.xml index 9b71889..649fbc6 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.10.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> + <version>0.10.0</version> <!-- BROOKLYN_VERSION --> <relativePath>../../../brooklyn-server/parent/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/1ce1e21f/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 d4c3929..4e80606 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.10.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> + <version>0.10.0</version> <!-- BROOKLYN_VERSION --> </parent> <groupId>com.acme.sample</groupId> http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/1ce1e21f/deb-packaging/pom.xml ---------------------------------------------------------------------- diff --git a/deb-packaging/pom.xml b/deb-packaging/pom.xml index c96a8fd..70a2704 100644 --- a/deb-packaging/pom.xml +++ b/deb-packaging/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>org.apache.brooklyn</groupId> <artifactId>brooklyn-dist-root</artifactId> - <version>0.10.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> + <version>0.10.0</version> <!-- BROOKLYN_VERSION --> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/1ce1e21f/dist/pom.xml ---------------------------------------------------------------------- diff --git a/dist/pom.xml b/dist/pom.xml index 057f8c2..3fe6fd6 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.10.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> + <version>0.10.0</version> <!-- BROOKLYN_VERSION --> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/1ce1e21f/downstream-parent/pom.xml ---------------------------------------------------------------------- diff --git a/downstream-parent/pom.xml b/downstream-parent/pom.xml index b6279d7..91e845b 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.10.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> + <version>0.10.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/1ce1e21f/karaf/apache-brooklyn/pom.xml ---------------------------------------------------------------------- diff --git a/karaf/apache-brooklyn/pom.xml b/karaf/apache-brooklyn/pom.xml index 455d565..7d8cac5 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.10.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> + <version>0.10.0</version> <!-- BROOKLYN_VERSION --> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/1ce1e21f/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 54424fe..f1b16a2 100644 --- a/karaf/apache-brooklyn/src/main/resources/etc/default.catalog.bom +++ b/karaf/apache-brooklyn/src/main/resources/etc/default.catalog.bom @@ -3,7 +3,7 @@ # and templates to get started using Brooklyn brooklyn.catalog: - version: "0.10.0-SNAPSHOT" # BROOKLYN_VERSION + version: "0.10.0" # BROOKLYN_VERSION include: classpath://library-catalog-classes.bom items: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/1ce1e21f/karaf/features/pom.xml ---------------------------------------------------------------------- diff --git a/karaf/features/pom.xml b/karaf/features/pom.xml index 20be680..f01caef 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.10.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> + <version>0.10.0</version> <!-- BROOKLYN_VERSION --> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/1ce1e21f/karaf/itest/pom.xml ---------------------------------------------------------------------- diff --git a/karaf/itest/pom.xml b/karaf/itest/pom.xml index e9a991c..3df6cb9 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.10.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> + <version>0.10.0</version> <!-- BROOKLYN_VERSION --> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/1ce1e21f/karaf/pom.xml ---------------------------------------------------------------------- diff --git a/karaf/pom.xml b/karaf/pom.xml index 80e0acc..0aac28d 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.10.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> + <version>0.10.0</version> <!-- BROOKLYN_VERSION --> <relativePath>../../brooklyn-server/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/1ce1e21f/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 61a51e9..975bf7d 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.brooklyn</groupId> <artifactId>brooklyn-parent</artifactId> - <version>0.10.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> + <version>0.10.0</version> <!-- BROOKLYN_VERSION --> <relativePath>../brooklyn-server/parent/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/1ce1e21f/rpm-packaging/pom.xml ---------------------------------------------------------------------- diff --git a/rpm-packaging/pom.xml b/rpm-packaging/pom.xml index eba5163..1a40050 100644 --- a/rpm-packaging/pom.xml +++ b/rpm-packaging/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>org.apache.brooklyn</groupId> <artifactId>brooklyn-dist-root</artifactId> - <version>0.10.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> + <version>0.10.0</version> <!-- BROOKLYN_VERSION --> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/1ce1e21f/shared-packaging/pom.xml ---------------------------------------------------------------------- diff --git a/shared-packaging/pom.xml b/shared-packaging/pom.xml index 8e00f6e..64e2fb5 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.10.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> + <version>0.10.0</version> <!-- BROOKLYN_VERSION --> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/1ce1e21f/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 cf09f1b..11c66d5 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: vagrant brooklyn.config: - package.file: ~/.m2/repository/org/apache/brooklyn/deb-packaging/0.10.0-SNAPSHOT/deb-packaging-0.10.0-SNAPSHOT.deb # BROOKLYN_VERSION + package.file: ~/.m2/repository/org/apache/brooklyn/deb-packaging/0.10.0/deb-packaging-0.10.0.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.10.0-SNAPSHOT/deb-packaging-0.10.0-SNAPSHOT.deb # BROOKLYN_VERSION + package.file: ~/.m2/repository/org/apache/brooklyn/deb-packaging/0.10.0/deb-packaging-0.10.0.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.10.0-SNAPSHOT/rpm-packaging-0.10.0-SNAPSHOT.rpm # BROOKLYN_VERSION + package.file: ~/.m2/repository/org/apache/brooklyn/rpm-packaging/0.10.0/rpm-packaging-0.10.0.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.10.0-SNAPSHOT/rpm-packaging-0.10.0-SNAPSHOT.rpm # BROOKLYN_VERSION + package.file: ~/.m2/repository/org/apache/brooklyn/rpm-packaging/0.10.0/rpm-packaging-0.10.0.rpm # BROOKLYN_VERSION http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/1ce1e21f/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 f4370d8..df14ba6 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.10.0-SNAPSHOT" # BROOKLYN_VERSION + version: "0.10.0" # BROOKLYN_VERSION items: - id: systemd-brooklyn http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/1ce1e21f/vagrant/pom.xml ---------------------------------------------------------------------- diff --git a/vagrant/pom.xml b/vagrant/pom.xml index f0b3f20..8182160 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.10.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> + <version>0.10.0</version> <!-- BROOKLYN_VERSION --> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/1ce1e21f/vagrant/src/main/vagrant/README.md ---------------------------------------------------------------------- diff --git a/vagrant/src/main/vagrant/README.md b/vagrant/src/main/vagrant/README.md index b741cec..f31444a 100644 --- a/vagrant/src/main/vagrant/README.md +++ b/vagrant/src/main/vagrant/README.md @@ -8,7 +8,7 @@ ``` env: - BROOKLYN_VERSION: 0.10.0-SNAPSHOT + BROOKLYN_VERSION: 0.10.0 ``` 2. You may proceed to use the `Vagrantfile` as normal; `vagrant up`, `vagrant destroy` etc. @@ -19,7 +19,7 @@ ``` env: - BROOKLYN_VERSION: 0.10.0-SNAPSHOT + BROOKLYN_VERSION: 0.10.0 ``` 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/1ce1e21f/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 2459bdb..0f3bcf5 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.10.0-SNAPSHOT" # BROOKLYN_VERSION + version: "0.10.0" # 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.10.0-SNAPSHOT" # BROOKLYN_VERSION + version: "0.10.0" # BROOKLYN_VERSION itemType: location item: type: byon @@ -43,7 +43,7 @@ brooklyn.catalog: - 10.10.10.102 - id: byon3 - version: "0.10.0-SNAPSHOT" # BROOKLYN_VERSION + version: "0.10.0" # BROOKLYN_VERSION itemType: location name: Vagrant BYON VM 3 item: @@ -55,7 +55,7 @@ brooklyn.catalog: - 10.10.10.103 - id: byon4 - version: "0.10.0-SNAPSHOT" # BROOKLYN_VERSION + version: "0.10.0" # 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.10.0-SNAPSHOT" # BROOKLYN_VERSION + version: "0.10.0" # BROOKLYN_VERSION itemType: location name: Vagrant BYON VM 1-4 item: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/1ce1e21f/vagrant/src/main/vagrant/servers.yaml ---------------------------------------------------------------------- diff --git a/vagrant/src/main/vagrant/servers.yaml b/vagrant/src/main/vagrant/servers.yaml index 3c0056b..39196c3 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.10.0-SNAPSHOT" + BROOKLYN_VERSION: "0.10.0" INSTALL_FROM_LOCAL_DIST: false cmd: - ssh-keygen -t rsa -N "" -f $HOME/.ssh/id_rsa
