Skip to content

Commit 3d7df5e

Browse files
committed
Version 0.6.1
1 parent fab3f28 commit 3d7df5e

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ or [docker-cloud.yaml](https://raw.githubusercontent.com/brooklyncentral/clocker
2020
You can build a *Docker Cloud Infrastructure* running these commands:
2121
```Bash
2222
% wget --no-check-certificate --quiet \
23-
-O brooklyn-clocker-examples-0.5.0-dist.tar.gz http://git.io/hxy9fg
24-
% tar zxf brooklyn-clocker-examples-0.5.0-dist.tar.gz
25-
% cd brooklyn-clocker-examples-0.5.0
23+
-O brooklyn-clocker-examples-0.6.1-dist.tar.gz http://git.io/hxy9fg
24+
% tar zxf brooklyn-clocker-examples-0.6.1-dist.tar.gz
25+
% cd brooklyn-clocker-examples-0.6.1
2626
% ./clocker.sh launch --cloud --location <location>
2727
```
2828
Where `<location>` can be e.g. `jclouds:softlayer`, or a named location or a fixed IP e.g. `byon:(hosts="1.2.3.4")`.
@@ -65,8 +65,8 @@ Build and run the examples as follows:
6565
% mvn assembly:single
6666
...
6767
% cd target
68-
% tar zxf brooklyn-clocker-examples-0.6.0-SNAPSHOT-dist.tar.gz
69-
% cd brooklyn-clocker-examples-0.6.0-SNAPSHOT
68+
% tar zxf brooklyn-clocker-examples-0.7.0-SNAPSHOT-dist.tar.gz
69+
% cd brooklyn-clocker-examples-0.7.0-SNAPSHOT
7070
% ./clocker.sh launch --cloud --location <location>
7171
...
7272
```

docker/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>brooklyn-clocker-parent</artifactId>
2424
<groupId>io.brooklyn.clocker</groupId>
25-
<version>0.6.0</version>
25+
<version>0.6.1</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>brooklyn-clocker-parent</artifactId>
2424
<groupId>io.brooklyn.clocker</groupId>
25-
<version>0.6.0</version>
25+
<version>0.6.1</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
<groupId>io.brooklyn.clocker</groupId>
3333
<artifactId>brooklyn-clocker-parent</artifactId>
34-
<version>0.6.0</version>
34+
<version>0.6.1</version>
3535
<packaging>pom</packaging>
3636
<name>Clocker Project (Parent)</name>
3737
<description>

0 commit comments

Comments
 (0)