Skip to content

Commit 59bfc2a

Browse files
committed
version 0.7.0-20141107
1 parent cd04e3a commit 59bfc2a

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

docker/pom.xml

Lines changed: 2 additions & 2 deletions
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.7.0-SNAPSHOT</version>
25+
<version>0.7.0-20141107</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

@@ -36,7 +36,7 @@
3636
<dependency>
3737
<groupId>io.brooklyn.networking</groupId>
3838
<artifactId>brooklyn-networking-portforwarding</artifactId>
39-
<version>${brooklyn.version}</version>
39+
<version>${brooklyn-advanced-networking.version}</version>
4040
</dependency>
4141
<dependency>
4242
<groupId>org.apache.brooklyn</groupId>

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.7.0-SNAPSHOT</version>
25+
<version>0.7.0-20141107</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

pom.xml

Lines changed: 3 additions & 2 deletions
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.7.0-SNAPSHOT</version>
34+
<version>0.7.0-20141107</version>
3535
<packaging>pom</packaging>
3636
<name>Clocker Project (Parent)</name>
3737
<description>
@@ -46,7 +46,8 @@
4646

4747
<!-- Testing -->
4848
<testng.version>6.8</testng.version>
49-
<brooklyn.version>0.7.0-SNAPSHOT</brooklyn.version>
49+
<brooklyn.version>0.7.0-M2-incubating</brooklyn.version>
50+
<brooklyn-advanced-networking.version>0.7.0-SNAPSHOT</brooklyn-advanced-networking.version>
5051
<includedTestGroups/>
5152
<excludedTestGroups>Integration,Live,WIP</excludedTestGroups>
5253
</properties>

0 commit comments

Comments
 (0)