You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by km...@apache.org on 2018/03/19 17:31:43 UTC

[geode] branch release/1.5.0 updated: Commit then review: documentation updated to say version 1.5.0

This is an automated email from the ASF dual-hosted git repository.

kmiller pushed a commit to branch release/1.5.0
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/release/1.5.0 by this push:
     new 4ef51da  Commit then review: documentation updated to say version 1.5.0
4ef51da is described below

commit 4ef51dacd79ff69336fb024f3d4b0727cccc1e90
Author: Karen Miller <km...@pivotal.io>
AuthorDate: Mon Mar 19 10:31:04 2018 -0700

    Commit then review: documentation updated to say version 1.5.0
---
 geode-book/config.yml   | 6 +++---
 geode-book/redirects.rb | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/geode-book/config.yml b/geode-book/config.yml
index 9633586..1b4fa09 100644
--- a/geode-book/config.yml
+++ b/geode-book/config.yml
@@ -21,14 +21,14 @@ public_host: localhost
 sections:
 - repository:
     name: geode-docs
-  directory: docs/guide/14
+  directory: docs/guide/15
   subnav_template: geode-subnav
 
 template_variables:
   product_name_long: Apache Geode
   product_name: Geode
-  product_version: 1.4
-  product_version_nodot: 14
+  product_version: 1.5
+  product_version_nodot: 15
   min_java_update: 121
   support_url: http://geode.apache.org/community
   product_url: http://geode.apache.org/
diff --git a/geode-book/redirects.rb b/geode-book/redirects.rb
index 7ba2db6..9f3b92d 100644
--- a/geode-book/redirects.rb
+++ b/geode-book/redirects.rb
@@ -14,5 +14,5 @@
 #permissions and limitations under the License.
 
 r301 %r{/releases/latest/javadoc/(.*)}, 'http://geode.apache.org/releases/latest/javadoc/$1'
-rewrite '/', '/docs/guide/14/about_geode.html'
-rewrite '/index.html', '/docs/guide/14/about_geode.html'
+rewrite '/', '/docs/guide/15/about_geode.html'
+rewrite '/index.html', '/docs/guide/15/about_geode.html'

-- 
To stop receiving notification emails like this one, please contact
kmiller@apache.org.