Skip to content

Commit

Permalink
Changed version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aledsage committed Nov 18, 2013
1 parent 6bcb62d commit f49000f
Show file tree
Hide file tree
Showing 70 changed files with 90 additions and 90 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>io.brooklyn</groupId>
<artifactId>brooklyn-parent</artifactId>
<version>0.6.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION -->
<version>0.6.0</version> <!-- BROOKLYN_VERSION -->
<relativePath>../pom.xml</relativePath>
</parent>

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

Expand Down
2 changes: 1 addition & 1 deletion core/src/main/java/brooklyn/BrooklynVersion.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class BrooklynVersion {
private final String versionFromClasspath;
// static useful when running from the IDE
// TODO is the classpath version ever useful? should we always use the static?
private final String versionFromStatic = "0.6.0-SNAPSHOT"; // BROOKLYN_VERSION
private final String versionFromStatic = "0.6.0"; // BROOKLYN_VERSION
private final String version;

public BrooklynVersion() {
Expand Down
4 changes: 2 additions & 2 deletions docs/_config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
markdown: rdiscount
brooklyn-version: 0.6.0-SNAPSHOT # BROOKLYN_VERSION
brooklyn-version: 0.6.0 # BROOKLYN_VERSION
brooklyn-snapshot-git-branch: master # if line above is SNAPSHOT this should point to corresponding git branch (e.g. master, 0.4)
brooklyn-root-url: /
url: /v/0.6.0-SNAPSHOT # BROOKLYN_VERSION
url: /v/0.6.0 # BROOKLYN_VERSION
2 changes: 1 addition & 1 deletion docs/_scripts/help.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ updating a snapshot version, in /v/VERSION/ on the server:


export TARGET=`pwd -P`/../../brooklyncentral.github.com
export BV=0.6.0-SNAPSHOT # BROOKLYN_VERSION
export BV=0.6.0 # BROOKLYN_VERSION


# build, copy
Expand Down
30 changes: 15 additions & 15 deletions docs/dev/build/developers-catalog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,21 +72,21 @@


<classpath>
<entry>file://~/.m2/repository/io/brooklyn/example/brooklyn-example-simple-web-cluster/0.6.0-SNAPSHOT/brooklyn-example-simple-web-cluster-0.6.0-SNAPSHOT.jar</entry> <!-- BROOKLYN_VERSION -->
<entry>file://~/.m2/repository/io/brooklyn/example/brooklyn-example-global-web-fabric/0.6.0-SNAPSHOT/brooklyn-example-global-web-fabric-0.6.0-SNAPSHOT.jar</entry> <!-- BROOKLYN_VERSION -->
<entry>file://~/.m2/repository/io/brooklyn/example/brooklyn-example-global-web-fabric/0.6.0-SNAPSHOT/brooklyn-example-global-web-fabric-0.6.0-SNAPSHOT.jar</entry> <!-- BROOKLYN_VERSION -->
<entry>file://~/.m2/repository/io/brooklyn/example/brooklyn-example-hello-world-hadoop-webapp/0.6.0-SNAPSHOT/brooklyn-example-hello-world-hadoop-webapp-0.6.0-SNAPSHOT.jar</entry> <!-- BROOKLYN_VERSION -->
<entry>file://~/.m2/repository/io/brooklyn/example/brooklyn-example-portable-cloudfoundry/0.6.0-SNAPSHOT/brooklyn-example-portable-cloudfoundry-0.6.0-SNAPSHOT.jar</entry> <!-- BROOKLYN_VERSION -->
<entry>file://~/.m2/repository/io/brooklyn/example/brooklyn-example-simple-web-cluster/0.6.0-SNAPSHOT/brooklyn-example-simple-web-cluster-0.6.0-SNAPSHOT.jar</entry> <!-- BROOKLYN_VERSION -->
<entry>file://~/.m2/repository/io/brooklyn/example/brooklyn-example-hadoop-and-whirr/0.6.0-SNAPSHOT/brooklyn-example-hadoop-and-whirr-0.6.0-SNAPSHOT.jar</entry> <!-- BROOKLYN_VERSION -->
<entry>file://~/.m2/repository/io/brooklyn/example/brooklyn-example-hello-world-sql-webapp/0.6.0-SNAPSHOT/brooklyn-example-hello-world-sql-webapp-0.6.0-SNAPSHOT.jar</entry> <!-- BROOKLYN_VERSION -->
<entry>file://~/.m2/repository/io/brooklyn/example/brooklyn-example-simple-messaging-pubsub/0.6.0-SNAPSHOT/brooklyn-example-simple-messaging-pubsub-0.6.0-SNAPSHOT.jar</entry> <!-- BROOKLYN_VERSION -->
<entry>file://~/.m2/repository/io/brooklyn/example/brooklyn-examples-parent/0.6.0-SNAPSHOT/brooklyn-examples-parent-0.6.0-SNAPSHOT.jar</entry> <!-- BROOKLYN_VERSION -->
<entry>file://~/.m2/repository/io/brooklyn/example/brooklyn-example-hello-world-hadoop-jar/0.6.0-SNAPSHOT/brooklyn-example-hello-world-hadoop-jar-0.6.0-SNAPSHOT.jar</entry> <!-- BROOKLYN_VERSION -->
<entry>file://~/.m2/repository/io/brooklyn/example/brooklyn-example-hello-world-webapp/0.6.0-SNAPSHOT/brooklyn-example-hello-world-webapp-0.6.0-SNAPSHOT.jar</entry> <!-- BROOKLYN_VERSION -->
<entry>file://~/.m2/repository/io/brooklyn/example/brooklyn-example-simple-nosql-cluster/0.6.0-SNAPSHOT/brooklyn-example-simple-nosql-cluster-0.6.0-SNAPSHOT.jar</entry> <!-- BROOKLYN_VERSION -->
<entry>file://~/.m2/repository/io/brooklyn/example/brooklyn-examples-webapps-parent/0.6.0-SNAPSHOT/brooklyn-examples-webapps-parent-0.6.0-SNAPSHOT.jar</entry> <!-- BROOKLYN_VERSION -->
<entry>file://~/.m2/repository/io/brooklyn/example/brooklyn-example-simple-web-cluster/0.6.0/brooklyn-example-simple-web-cluster-0.6.0.jar</entry> <!-- BROOKLYN_VERSION -->
<entry>file://~/.m2/repository/io/brooklyn/example/brooklyn-example-global-web-fabric/0.6.0/brooklyn-example-global-web-fabric-0.6.0.jar</entry> <!-- BROOKLYN_VERSION -->
<entry>file://~/.m2/repository/io/brooklyn/example/brooklyn-example-global-web-fabric/0.6.0/brooklyn-example-global-web-fabric-0.6.0.jar</entry> <!-- BROOKLYN_VERSION -->
<entry>file://~/.m2/repository/io/brooklyn/example/brooklyn-example-hello-world-hadoop-webapp/0.6.0/brooklyn-example-hello-world-hadoop-webapp-0.6.0.jar</entry> <!-- BROOKLYN_VERSION -->
<entry>file://~/.m2/repository/io/brooklyn/example/brooklyn-example-portable-cloudfoundry/0.6.0/brooklyn-example-portable-cloudfoundry-0.6.0.jar</entry> <!-- BROOKLYN_VERSION -->
<entry>file://~/.m2/repository/io/brooklyn/example/brooklyn-example-simple-web-cluster/0.6.0/brooklyn-example-simple-web-cluster-0.6.0.jar</entry> <!-- BROOKLYN_VERSION -->
<entry>file://~/.m2/repository/io/brooklyn/example/brooklyn-example-hadoop-and-whirr/0.6.0/brooklyn-example-hadoop-and-whirr-0.6.0.jar</entry> <!-- BROOKLYN_VERSION -->
<entry>file://~/.m2/repository/io/brooklyn/example/brooklyn-example-hello-world-sql-webapp/0.6.0/brooklyn-example-hello-world-sql-webapp-0.6.0.jar</entry> <!-- BROOKLYN_VERSION -->
<entry>file://~/.m2/repository/io/brooklyn/example/brooklyn-example-simple-messaging-pubsub/0.6.0/brooklyn-example-simple-messaging-pubsub-0.6.0.jar</entry> <!-- BROOKLYN_VERSION -->
<entry>file://~/.m2/repository/io/brooklyn/example/brooklyn-examples-parent/0.6.0/brooklyn-examples-parent-0.6.0.jar</entry> <!-- BROOKLYN_VERSION -->
<entry>file://~/.m2/repository/io/brooklyn/example/brooklyn-example-hello-world-hadoop-jar/0.6.0/brooklyn-example-hello-world-hadoop-jar-0.6.0.jar</entry> <!-- BROOKLYN_VERSION -->
<entry>file://~/.m2/repository/io/brooklyn/example/brooklyn-example-hello-world-webapp/0.6.0/brooklyn-example-hello-world-webapp-0.6.0.jar</entry> <!-- BROOKLYN_VERSION -->
<entry>file://~/.m2/repository/io/brooklyn/example/brooklyn-example-simple-nosql-cluster/0.6.0/brooklyn-example-simple-nosql-cluster-0.6.0.jar</entry> <!-- BROOKLYN_VERSION -->
<entry>file://~/.m2/repository/io/brooklyn/example/brooklyn-examples-webapps-parent/0.6.0/brooklyn-examples-webapps-parent-0.6.0.jar</entry> <!-- BROOKLYN_VERSION -->
</classpath>


</catalog>
</catalog>
4 changes: 2 additions & 2 deletions docs/start/walkthrough/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ You can of course follow this walkthrough without installing it on your machine
{% if SNAPSHOT %}

{% highlight bash %}
$ export BROOKLYN_VERSION=0.6.0-SNAPSHOT
$ export BROOKLYN_VERSION=0.6.0
$ mvn archetype:generate \
-DarchetypeGroupId=io.brooklyn \
-DarchetypeArtifactId=brooklyn-archetype-quickstart \
Expand All @@ -48,7 +48,7 @@ This can be omitted for release versions, or if you already have a local `mvn in
{% else %}

{% highlight bash %}
$ export BROOKLYN_VERSION=0.6.0-SNAPSHOT
$ export BROOKLYN_VERSION=0.6.0
$ mvn archetype:generate \
-DarchetypeGroupId=io.brooklyn \
-DarchetypeArtifactId=brooklyn-archetype-quickstart \
Expand Down
2 changes: 1 addition & 1 deletion docs/use/guide/defining-applications/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ If you have a Maven-based project, integrate this XML fragment with your pom.xml
<dependency>
<groupId>io.brooklyn</groupId>
<artifactId>brooklyn-all</artifactId>
<version>0.6.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION -->
<version>0.6.0</version> <!-- BROOKLYN_VERSION -->
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions docs/use/guide/quickstart/catalog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
</template>

<classpath>
<entry>https://oss.sonatype.org/service/local/artifact/maven/redirect?r=releases&amp;g=io.brooklyn.example&amp;a=brooklyn-example-simple-web-cluster&amp;v=0.6.0-SNAPSHOT&amp;e=jar</entry> <!-- BROOKLYN_VERSION -->
<entry>https://oss.sonatype.org/service/local/artifact/maven/redirect?r=releases&amp;g=io.brooklyn.example&amp;a=brooklyn-example-global-web-fabric&amp;v=0.6.0-SNAPSHOT&amp;e=jar</entry> <!-- BROOKLYN_VERSION -->
<entry>https://oss.sonatype.org/service/local/artifact/maven/redirect?r=releases&amp;g=io.brooklyn.example&amp;a=brooklyn-example-simple-web-cluster&amp;v=0.6.0&amp;e=jar</entry> <!-- BROOKLYN_VERSION -->
<entry>https://oss.sonatype.org/service/local/artifact/maven/redirect?r=releases&amp;g=io.brooklyn.example&amp;a=brooklyn-example-global-web-fabric&amp;v=0.6.0&amp;e=jar</entry> <!-- BROOKLYN_VERSION -->
</classpath>


Expand Down
2 changes: 1 addition & 1 deletion examples/global-web-fabric/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.brooklyn.example</groupId>
<artifactId>brooklyn-examples-parent</artifactId>
<version>0.6.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION -->
<version>0.6.0</version> <!-- BROOKLYN_VERSION -->
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/hadoop-and-whirr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.brooklyn.example</groupId>
<artifactId>brooklyn-examples-parent</artifactId>
<version>0.6.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION -->
<version>0.6.0</version> <!-- BROOKLYN_VERSION -->
<relativePath>../pom.xml</relativePath>
</parent>

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

Expand Down
2 changes: 1 addition & 1 deletion examples/simple-messaging-pubsub/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.brooklyn.example</groupId>
<artifactId>brooklyn-examples-parent</artifactId>
<version>0.6.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION -->
<version>0.6.0</version> <!-- BROOKLYN_VERSION -->
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/simple-nosql-cluster/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>io.brooklyn.example</groupId>
<artifactId>brooklyn-examples-parent</artifactId>
<version>0.6.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION -->
<version>0.6.0</version> <!-- BROOKLYN_VERSION -->
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/simple-open-loop-policy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>io.brooklyn.example</groupId>
<artifactId>brooklyn-examples-parent</artifactId>
<version>0.6.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION -->
<version>0.6.0</version> <!-- BROOKLYN_VERSION -->
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/simple-web-cluster/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>io.brooklyn.example</groupId>
<artifactId>brooklyn-examples-parent</artifactId>
<version>0.6.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION -->
<version>0.6.0</version> <!-- BROOKLYN_VERSION -->
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/webapps/hello-world-hadoop-jar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.brooklyn.example</groupId>
<artifactId>brooklyn-examples-webapps-parent</artifactId>
<version>0.6.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION -->
<version>0.6.0</version> <!-- BROOKLYN_VERSION -->
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/webapps/hello-world-hadoop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.brooklyn.example</groupId>
<artifactId>brooklyn-examples-webapps-parent</artifactId>
<version>0.6.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION -->
<version>0.6.0</version> <!-- BROOKLYN_VERSION -->
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/webapps/hello-world-sql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.brooklyn.example</groupId>
<artifactId>brooklyn-examples-webapps-parent</artifactId>
<version>0.6.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION -->
<version>0.6.0</version> <!-- BROOKLYN_VERSION -->
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/webapps/hello-world-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.brooklyn.example</groupId>
<artifactId>brooklyn-examples-webapps-parent</artifactId>
<version>0.6.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION -->
<version>0.6.0</version> <!-- BROOKLYN_VERSION -->
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/webapps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>io.brooklyn.example</groupId>
<artifactId>brooklyn-examples-parent</artifactId>
<version>0.6.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION -->
<version>0.6.0</version> <!-- BROOKLYN_VERSION -->
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion locations/jclouds/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>io.brooklyn</groupId>
<artifactId>brooklyn-parent</artifactId>
<version>0.6.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION -->
<version>0.6.0</version> <!-- BROOKLYN_VERSION -->
<relativePath>../../pom.xml</relativePath>
</parent>

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

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.brooklyn</groupId>
<artifactId>brooklyn-parent</artifactId>
<version>0.6.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION -->
<version>0.6.0</version> <!-- BROOKLYN_VERSION -->

<name>Brooklyn Parent Project</name>
<description>
Expand Down Expand Up @@ -75,7 +75,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<brooklyn.version>0.6.0-SNAPSHOT</brooklyn.version> <!-- BROOKLYN_VERSION -->
<brooklyn.version>0.6.0</brooklyn.version> <!-- BROOKLYN_VERSION -->

<cobertura.version>1.9.4.1</cobertura.version>
<surefire.version>2.13</surefire.version>
Expand Down
2 changes: 1 addition & 1 deletion sandbox/camp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>io.brooklyn</groupId>
<artifactId>brooklyn-parent</artifactId>
<version>0.6.0-SNAPSHOT</version><!-- BROOKLYN_VERSION -->
<version>0.6.0</version><!-- BROOKLYN_VERSION -->
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion sandbox/cassandra-multicloud-snitch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>io.brooklyn</groupId>
<artifactId>brooklyn-parent</artifactId>
<version>0.6.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION -->
<version>0.6.0</version> <!-- BROOKLYN_VERSION -->
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion sandbox/database/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>io.brooklyn</groupId>
<artifactId>brooklyn-parent</artifactId>
<version>0.6.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION -->
<version>0.6.0</version> <!-- BROOKLYN_VERSION -->
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion sandbox/dropwizard/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>io.brooklyn</groupId>
<artifactId>brooklyn-parent</artifactId>
<version>0.6.0-SNAPSHOT</version><!-- BROOKLYN_VERSION -->
<version>0.6.0</version><!-- BROOKLYN_VERSION -->
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion sandbox/mgmt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>io.brooklyn</groupId>
<artifactId>brooklyn-parent</artifactId>
<version>0.6.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION -->
<version>0.6.0</version> <!-- BROOKLYN_VERSION -->
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion sandbox/monitoring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>io.brooklyn</groupId>
<artifactId>brooklyn-parent</artifactId>
<version>0.6.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION -->
<version>0.6.0</version> <!-- BROOKLYN_VERSION -->
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion sandbox/nosql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>io.brooklyn</groupId>
<artifactId>brooklyn-parent</artifactId>
<version>0.6.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION -->
<version>0.6.0</version> <!-- BROOKLYN_VERSION -->
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion sandbox/web-acceptance/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>io.brooklyn</groupId>
<artifactId>brooklyn-parent</artifactId>
<version>0.6.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION -->
<version>0.6.0</version> <!-- BROOKLYN_VERSION -->
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion software/base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>io.brooklyn</groupId>
<artifactId>brooklyn-parent</artifactId>
<version>0.6.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION -->
<version>0.6.0</version> <!-- BROOKLYN_VERSION -->
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public interface BrooklynNode extends SoftwareProcess, UsesJava {
Map.class, "brooklynnode.copytorundir", "URLs of resources to be copied across to the server, giving the path they are to be copied to", MutableMap.of());

@SetFromFlag("version")
public static final ConfigKey<String> SUGGESTED_VERSION = ConfigKeys.newConfigKeyWithDefault(BrooklynConfigKeys.SUGGESTED_VERSION, "0.6.0-SNAPSHOT"); // BROOKLYN_VERSION
public static final ConfigKey<String> SUGGESTED_VERSION = ConfigKeys.newConfigKeyWithDefault(BrooklynConfigKeys.SUGGESTED_VERSION, "0.6.0"); // BROOKLYN_VERSION

// Takes presidence over downloadUrl, if non-null
@SetFromFlag("distroUploadUrl")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

public class JmxmpSslSupport {

final static String BROOKLYN_VERSION = "0.6.0-SNAPSHOT"; // BROOKLYN_VERSION (updated by script)
final static String BROOKLYN_VERSION = "0.6.0"; // BROOKLYN_VERSION (updated by script)

private final JmxSupport jmxSupport;

Expand Down
2 changes: 1 addition & 1 deletion software/database/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>io.brooklyn</groupId>
<artifactId>brooklyn-parent</artifactId>
<version>0.6.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION -->
<version>0.6.0</version> <!-- BROOKLYN_VERSION -->
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion software/messaging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>io.brooklyn</groupId>
<artifactId>brooklyn-parent</artifactId>
<version>0.6.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION -->
<version>0.6.0</version> <!-- BROOKLYN_VERSION -->
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion software/network/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>io.brooklyn</groupId>
<artifactId>brooklyn-parent</artifactId>
<version>0.6.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION -->
<version>0.6.0</version> <!-- BROOKLYN_VERSION -->
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion software/nosql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>io.brooklyn</groupId>
<artifactId>brooklyn-parent</artifactId>
<version>0.6.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION -->
<version>0.6.0</version> <!-- BROOKLYN_VERSION -->
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
Loading

0 comments on commit f49000f

Please sign in to comment.