Skip to content

Commit

Permalink
Version 1.1.0-PREVIEW.20150904
Browse files Browse the repository at this point in the history
  • Loading branch information
grkvlt committed Sep 4, 2015
1 parent 108c7b4 commit e99152f
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion console/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<parent>
<groupId>io.brooklyn.clocker</groupId>
<artifactId>brooklyn-clocker-parent</artifactId>
<version>1.1.0-PREVIEW.20150901</version> <!-- CLOCKER_VERSION -->
<version>1.1.0-PREVIEW.20150904</version> <!-- CLOCKER_VERSION -->
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions dist/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ FROM gliderlabs/alpine:3.1
MAINTAINER [email protected]

# CLOCKER_VERSION_BELOW
LABEL version="1.1.0-PREVIEW.20150901"
LABEL version="1.1.0-PREVIEW.20150904"

RUN apk-install openjdk7-jre-base && \
apk-install bash && \
apk-install wget

# CLOCKER_VERSION_BELOW
RUN wget http://ccweb.cloudsoftcorp.com/maven/libs-release-local/io/brooklyn/clocker/brooklyn-clocker-examples/1.1.0-PREVIEW.20150901/brooklyn-clocker-examples-1.1.0-PREVIEW.20150901-dist.tar.gz -O /brooklyn-clocker-dist.tar.gz && \
RUN wget http://ccweb.cloudsoftcorp.com/maven/libs-release-local/io/brooklyn/clocker/brooklyn-clocker-examples/1.1.0-PREVIEW.20150904/brooklyn-clocker-examples-1.1.0-PREVIEW.20150904-dist.tar.gz -O /brooklyn-clocker-dist.tar.gz && \
tar zxf brooklyn-clocker-dist.tar.gz && \
rm -f brooklyn-clocker-dist.tar.gz

Expand Down
2 changes: 1 addition & 1 deletion dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>brooklyn-clocker-parent</artifactId>
<groupId>io.brooklyn.clocker</groupId>
<version>1.1.0-PREVIEW.20150901</version> <!-- CLOCKER_VERSION -->
<version>1.1.0-PREVIEW.20150904</version> <!-- CLOCKER_VERSION -->
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion dist/src/main/assembly/conf/brooklyn/default.catalog.bom
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

brooklyn.catalog:
version: 1.1.0-PREVIEW.20150901 # CLOCKER_VERSION
version: 1.1.0-PREVIEW.20150904 # CLOCKER_VERSION
items:

# load everything in the classpath with a @Catalog annotation
Expand Down
2 changes: 1 addition & 1 deletion docker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>brooklyn-clocker-parent</artifactId>
<groupId>io.brooklyn.clocker</groupId>
<version>1.1.0-PREVIEW.20150901</version> <!-- CLOCKER_VERSION -->
<version>1.1.0-PREVIEW.20150904</version> <!-- CLOCKER_VERSION -->
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion patches/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>brooklyn-clocker-parent</artifactId>
<groupId>io.brooklyn.clocker</groupId>
<version>1.1.0-PREVIEW.20150901</version> <!-- CLOCKER_VERSION -->
<version>1.1.0-PREVIEW.20150904</version> <!-- CLOCKER_VERSION -->
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

<groupId>io.brooklyn.clocker</groupId>
<artifactId>brooklyn-clocker-parent</artifactId>
<version>1.1.0-PREVIEW.20150901</version> <!-- CLOCKER_VERSION -->
<version>1.1.0-PREVIEW.20150904</version> <!-- CLOCKER_VERSION -->
<packaging>pom</packaging>
<name>Clocker Project (Parent)</name>
<description>
Expand Down

0 comments on commit e99152f

Please sign in to comment.