Repository: brooklyn-dist
Updated Branches:
  refs/heads/0.8.0-incubating [created] c31eee613


Change version to 0.8.0-incubating


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/commit/4a9bf171
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/tree/4a9bf171
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/diff/4a9bf171

Branch: refs/heads/0.8.0-incubating
Commit: 4a9bf171c455097165c37207af4485e94af68b8c
Parents: bde8c86
Author: Alex Heneveld <[email protected]>
Authored: Tue Sep 1 17:08:16 2015 +0100
Committer: Alex Heneveld <[email protected]>
Committed: Tue Sep 1 17:08:16 2015 +0100

----------------------------------------------------------------------
 usage/all/pom.xml                                       | 2 +-
 usage/archetypes/quickstart/NOTES.txt                   | 2 +-
 usage/archetypes/quickstart/pom.xml                     | 2 +-
 usage/archetypes/quickstart/src/brooklyn-sample/pom.xml | 2 +-
 usage/dist/pom.xml                                      | 2 +-
 usage/downstream-parent/pom.xml                         | 4 ++--
 6 files changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/4a9bf171/usage/all/pom.xml
----------------------------------------------------------------------
diff --git a/usage/all/pom.xml b/usage/all/pom.xml
index 6544b2a..e47e74d 100644
--- a/usage/all/pom.xml
+++ b/usage/all/pom.xml
@@ -31,7 +31,7 @@
     <parent>
         <groupId>org.apache.brooklyn</groupId>
         <artifactId>brooklyn-parent</artifactId>
-        <version>0.8.0-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
+        <version>0.8.0-incubating</version>  <!-- BROOKLYN_VERSION -->
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/4a9bf171/usage/archetypes/quickstart/NOTES.txt
----------------------------------------------------------------------
diff --git a/usage/archetypes/quickstart/NOTES.txt 
b/usage/archetypes/quickstart/NOTES.txt
index 780e8ed..82baffe 100644
--- a/usage/archetypes/quickstart/NOTES.txt
+++ b/usage/archetypes/quickstart/NOTES.txt
@@ -32,7 +32,7 @@ To test a build:
 
     pushd /tmp
     rm -rf brooklyn-sample
-    export BV=0.8.0-SNAPSHOT    # BROOKLYN_VERSION
+    export BV=0.8.0-incubating    # BROOKLYN_VERSION
     
     mvn archetype:generate                                  \
                                                             \

http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/4a9bf171/usage/archetypes/quickstart/pom.xml
----------------------------------------------------------------------
diff --git a/usage/archetypes/quickstart/pom.xml 
b/usage/archetypes/quickstart/pom.xml
index 3f20411..f67b72c 100644
--- a/usage/archetypes/quickstart/pom.xml
+++ b/usage/archetypes/quickstart/pom.xml
@@ -31,7 +31,7 @@
   <parent>
     <groupId>org.apache.brooklyn</groupId>
     <artifactId>brooklyn-parent</artifactId>
-    <version>0.8.0-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
+    <version>0.8.0-incubating</version>  <!-- BROOKLYN_VERSION -->
     <relativePath>../../../parent/pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/4a9bf171/usage/archetypes/quickstart/src/brooklyn-sample/pom.xml
----------------------------------------------------------------------
diff --git a/usage/archetypes/quickstart/src/brooklyn-sample/pom.xml 
b/usage/archetypes/quickstart/src/brooklyn-sample/pom.xml
index 8e2b651..8adf40d 100644
--- a/usage/archetypes/quickstart/src/brooklyn-sample/pom.xml
+++ b/usage/archetypes/quickstart/src/brooklyn-sample/pom.xml
@@ -7,7 +7,7 @@
   <parent>
     <groupId>org.apache.brooklyn</groupId>
     <artifactId>brooklyn-downstream-parent</artifactId>
-    <version>0.8.0-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
+    <version>0.8.0-incubating</version>  <!-- BROOKLYN_VERSION -->
   </parent>
 
   <groupId>com.acme.sample</groupId>

http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/4a9bf171/usage/dist/pom.xml
----------------------------------------------------------------------
diff --git a/usage/dist/pom.xml b/usage/dist/pom.xml
index a0e0806..74bd409 100644
--- a/usage/dist/pom.xml
+++ b/usage/dist/pom.xml
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.brooklyn</groupId>
         <artifactId>brooklyn-parent</artifactId>
-        <version>0.8.0-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
+        <version>0.8.0-incubating</version>  <!-- BROOKLYN_VERSION -->
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/4a9bf171/usage/downstream-parent/pom.xml
----------------------------------------------------------------------
diff --git a/usage/downstream-parent/pom.xml b/usage/downstream-parent/pom.xml
index 67fdb16..4fa18a2 100644
--- a/usage/downstream-parent/pom.xml
+++ b/usage/downstream-parent/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.brooklyn</groupId>
     <artifactId>brooklyn</artifactId>
-    <version>0.8.0-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
+    <version>0.8.0-incubating</version>  <!-- BROOKLYN_VERSION -->
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
@@ -48,7 +48,7 @@
     
<excludedTestGroups>Integration,Acceptance,Live,Live-sanity,WIP</excludedTestGroups>
 
     <!-- Dependencies -->
-    <brooklyn.version>0.8.0-SNAPSHOT</brooklyn.version>  <!-- BROOKLYN_VERSION 
-->
+    <brooklyn.version>0.8.0-incubating</brooklyn.version>  <!-- 
BROOKLYN_VERSION -->
     <jclouds.groupId>org.apache.jclouds</jclouds.groupId> <!-- 
JCLOUDS_GROUPID_VERSION -->
 
     <!-- versions should match those used by Brooklyn, to avoid conflicts -->

Reply via email to