Skip to content

Commit

Permalink
Release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aledsage committed Oct 3, 2016
1 parent 57da07a commit c94bdd2
Show file tree
Hide file tree
Showing 18 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.brooklyn.clocker</groupId>
<artifactId>clocker-parent</artifactId>
<version>2.0.0-SNAPSHOT</version> <!-- CLOCKER_VERSION -->
<version>2.0.0</version> <!-- CLOCKER_VERSION -->
</parent>

<name>Clocker :: Common</name>
Expand Down
2 changes: 1 addition & 1 deletion common/src/main/resources/common/ca.bom
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
brooklyn.catalog:
version: "2.0.0-SNAPSHOT" # CLOCKER_VERSION
version: "2.0.0" # CLOCKER_VERSION
publish:
description: |
An X.509 Certificate Authority tool using OpenSSL
Expand Down
2 changes: 1 addition & 1 deletion common/src/main/resources/common/common.bom
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
brooklyn.catalog:
version: "2.0.0-SNAPSHOT" # CLOCKER_VERSION
version: "2.0.0" # CLOCKER_VERSION
publish:
description: |
Resources for common Apache Brooklyn entities
Expand Down
4 changes: 2 additions & 2 deletions common/src/main/resources/docker/docker.bom
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
brooklyn.catalog:
version: "2.0.0-SNAPSHOT" # CLOCKER_VERSION
version: "2.0.0" # CLOCKER_VERSION
publish:
description: |
Resources for working with Docker Engine from Apache Brooklyn
Expand Down Expand Up @@ -92,7 +92,7 @@ brooklyn.catalog:
DOCKER_REPOSITORY_URL: $brooklyn:config("docker.repository.url")
DOCKER_GPG_KEY_URL: $brooklyn:config("docker.gpgkey.url")
ENTITY_ID: $brooklyn:entityId()
CLOCKER_VERSION: "2.0.0-SNAPSHOT"
CLOCKER_VERSION: "2.0.0"

install.command: |
set -e # need all commands to execute successfully
Expand Down
2 changes: 1 addition & 1 deletion common/src/test/resources/docker/common.tests.bom
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
brooklyn.catalog:
version: "2.0.0-SNAPSHOT" # CLOCKER_VERSION
version: "2.0.0" # CLOCKER_VERSION
iconUrl: https://raw.githubusercontent.com/docker-library/docs/c350af05d3fac7b5c3f6327ac82fe4d990d8729c/docker/logo.png
license_code: APACHE-2.0

Expand Down
2 changes: 1 addition & 1 deletion common/src/test/resources/docker/docker.tests.bom
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
brooklyn.catalog:
version: "2.0.0-SNAPSHOT" # CLOCKER_VERSION
version: "2.0.0" # CLOCKER_VERSION
iconUrl: https://raw.githubusercontent.com/docker-library/docs/c350af05d3fac7b5c3f6327ac82fe4d990d8729c/docker/logo.png
dependsOn:
- tests/common.tests.bom
Expand Down
2 changes: 1 addition & 1 deletion common/src/test/resources/docker/tests.bom
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
brooklyn.catalog:
version: "2.0.0-SNAPSHOT" # CLOCKER_VERSION
version: "2.0.0" # CLOCKER_VERSION
iconUrl: https://raw.githubusercontent.com/docker-library/docs/471fa6e4cb58062ccbf91afc111980f9c7004981/swarm/logo.png
dependsOn:
- tests/docker.tests.bom
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.brooklyn.clocker</groupId>
<artifactId>clocker-parent</artifactId>
<version>2.0.0-SNAPSHOT</version> <!-- CLOCKER_VERSION -->
<version>2.0.0</version> <!-- CLOCKER_VERSION -->
</parent>

<name>Clocker :: Kubernetes</name>
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/src/main/resources/kubernetes/kubernetes.bom
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
brooklyn.catalog:
version: "2.0.0-SNAPSHOT" # CLOCKER_VERSION
version: "2.0.0" # CLOCKER_VERSION
publish:
description: |
Resources for working with Kubernetes from Apache Brooklyn
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/src/main/resources/kubernetes/plugins.bom
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
brooklyn.catalog:
version: "2.0.0-SNAPSHOT" # CLOCKER_VERSION
version: "2.0.0" # CLOCKER_VERSION
publish:
description: |
Resources for working with Docker Engine plugins from Apache Brooklyn
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/src/test/resources/kubernetes/common.tests.bom
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
brooklyn.catalog:
version: "2.0.0-SNAPSHOT" # CLOCKER_VERSION
version: "2.0.0" # CLOCKER_VERSION
license_code: APACHE-2.0

items:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
brooklyn.catalog:
items:
- id: kubernetes-cluster-tests
version: "2.0.0-SNAPSHOT" # CLOCKER_VERSION
version: "2.0.0" # CLOCKER_VERSION
itemType: template
iconUrl: https://twitter.com/kubernetesio/profile_image?size=original
name: Kubernetes Cluster Tests
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/src/test/resources/kubernetes/tests.bom
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
brooklyn.catalog:
version: "2.0.0-SNAPSHOT" # CLOCKER_VERSION
version: "2.0.0" # CLOCKER_VERSION
iconUrl: https://twitter.com/kubernetesio/profile_image?size=original
license_code: APACHE-2.0
dependsOn:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>io.brooklyn.clocker</groupId>
<artifactId>clocker-parent</artifactId>
<packaging>pom</packaging>
<version>2.0.0-SNAPSHOT</version> <!-- CLOCKER_VERSION -->
<version>2.0.0</version> <!-- CLOCKER_VERSION -->

<name>Clocker</name>
<description>Apache Brooklyn blueprints to deploy and manage Docker environments</description>
Expand Down
2 changes: 1 addition & 1 deletion swarm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.brooklyn.clocker</groupId>
<artifactId>clocker-parent</artifactId>
<version>2.0.0-SNAPSHOT</version> <!-- CLOCKER_VERSION -->
<version>2.0.0</version> <!-- CLOCKER_VERSION -->
</parent>

<name>Clocker :: Swarm</name>
Expand Down
2 changes: 1 addition & 1 deletion swarm/src/main/resources/swarm/swarm.bom
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
brooklyn.catalog:
version: "2.0.0-SNAPSHOT" # CLOCKER_VERSION
version: "2.0.0" # CLOCKER_VERSION
publish:
description: |
Resources for working with Docker Swarm from Apache Brooklyn
Expand Down
2 changes: 1 addition & 1 deletion swarm/src/test/resources/docker/swarm.tests.bom
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
brooklyn.catalog:
version: "2.0.0-SNAPSHOT" # CLOCKER_VERSION
version: "2.0.0" # CLOCKER_VERSION
iconUrl: https://raw.githubusercontent.com/docker-library/docs/471fa6e4cb58062ccbf91afc111980f9c7004981/swarm/logo.png
dependsOn:
- tests/common.tests.bom
Expand Down
2 changes: 1 addition & 1 deletion swarm/src/test/resources/docker/tests.bom
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
brooklyn.catalog:
version: "2.0.0-SNAPSHOT" # CLOCKER_VERSION
version: "2.0.0" # CLOCKER_VERSION
iconUrl: https://raw.githubusercontent.com/docker-library/docs/471fa6e4cb58062ccbf91afc111980f9c7004981/swarm/logo.png
dependsOn:
- tests/docker.tests.bom
Expand Down

0 comments on commit c94bdd2

Please sign in to comment.