Skip to content

Commit

Permalink
Version 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
grkvlt committed Mar 30, 2016
1 parent fd669ae commit 9e490c1
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion cloudstack/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>io.brooklyn.networking</groupId>
<artifactId>brooklyn-networking-parent</artifactId>
<version>0.9.0-SNAPSHOT</version> <!-- ADVANCED_NETWORKING_VERSION -->
<version>0.9.0</version> <!-- ADVANCED_NETWORKING_VERSION -->
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>io.brooklyn.networking</groupId>
<artifactId>brooklyn-networking-parent</artifactId>
<version>0.9.0-SNAPSHOT</version> <!-- ADVANCED_NETWORKING_VERSION -->
<version>0.9.0</version> <!-- ADVANCED_NETWORKING_VERSION -->
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<groupId>io.brooklyn.networking</groupId>
<artifactId>brooklyn-networking-parent</artifactId>
<packaging>pom</packaging>
<version>0.9.0-SNAPSHOT</version> <!-- ADVANCED_NETWORKING_VERSION -->
<version>0.9.0</version> <!-- ADVANCED_NETWORKING_VERSION -->

<name>Brooklyn Advanced Networking</name>
<description>
Expand All @@ -32,11 +32,11 @@
<parent>
<groupId>org.apache.brooklyn</groupId>
<artifactId>brooklyn-downstream-parent</artifactId>
<version>0.9.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION -->
<version>0.9.0</version> <!-- BROOKLYN_VERSION -->
</parent>

<properties>
<brooklyn.version>0.9.0-SNAPSHOT</brooklyn.version> <!-- BROOKLYN_VERSION -->
<brooklyn.version>0.9.0</brooklyn.version> <!-- BROOKLYN_VERSION -->
<vcloud-director.version>1.9.2</vcloud-director.version>
<jclouds.groupId>org.apache.jclouds</jclouds.groupId> <!-- JCLOUDS_GROUPID_VERSION -->
</properties>
Expand Down
2 changes: 1 addition & 1 deletion portforwarding/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>io.brooklyn.networking</groupId>
<artifactId>brooklyn-networking-parent</artifactId>
<version>0.9.0-SNAPSHOT</version> <!-- ADVANCED_NETWORKING_VERSION -->
<version>0.9.0</version> <!-- ADVANCED_NETWORKING_VERSION -->
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion vcloud-director-portforwarding/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>io.brooklyn.networking</groupId>
<artifactId>brooklyn-networking-parent</artifactId>
<version>0.9.0-SNAPSHOT</version> <!-- ADVANCED_NETWORKING_VERSION -->
<version>0.9.0</version> <!-- ADVANCED_NETWORKING_VERSION -->
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion vcloud-director/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>io.brooklyn.networking</groupId>
<artifactId>brooklyn-networking-parent</artifactId>
<version>0.9.0-SNAPSHOT</version> <!-- ADVANCED_NETWORKING_VERSION -->
<version>0.9.0</version> <!-- ADVANCED_NETWORKING_VERSION -->
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 9e490c1

Please sign in to comment.