You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by ri...@apache.org on 2014/12/23 14:20:17 UTC

[3/5] incubator-brooklyn git commit: Bump BROOKLYN_VERSION in metadata plugin

Bump BROOKLYN_VERSION in metadata plugin


Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/4080a7ba
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/4080a7ba
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/4080a7ba

Branch: refs/heads/master
Commit: 4080a7bacdd1740021310347d53b2c33f63e9572
Parents: 1b262ec
Author: Richard Downer <ri...@apache.org>
Authored: Tue Dec 23 12:55:12 2014 +0000
Committer: Richard Downer <ri...@apache.org>
Committed: Tue Dec 23 12:55:12 2014 +0000

----------------------------------------------------------------------
 docs/_plugins/brooklyn_metadata.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/4080a7ba/docs/_plugins/brooklyn_metadata.rb
----------------------------------------------------------------------
diff --git a/docs/_plugins/brooklyn_metadata.rb b/docs/_plugins/brooklyn_metadata.rb
index 3348546..b5fe81d 100644
--- a/docs/_plugins/brooklyn_metadata.rb
+++ b/docs/_plugins/brooklyn_metadata.rb
@@ -8,7 +8,7 @@
 #
 module BrooklynMetadata
 
-  BROOKLYN_VERSION = "0.7.0-M1" unless defined? BROOKLYN_VERSION
+  BROOKLYN_VERSION = "0.7.0-M2-incubating" unless defined? BROOKLYN_VERSION
 
   class Generator < Jekyll::Generator
     def generate(site)