You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by db...@apache.org on 2020/04/13 23:08:37 UTC

[geode-native] branch support/1.12 updated: Support/1.12 (#589)

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

dbarnes pushed a commit to branch support/1.12
in repository https://gitbox.apache.org/repos/asf/geode-native.git


The following commit(s) were added to refs/heads/support/1.12 by this push:
     new cfb9d22  Support/1.12 (#589)
cfb9d22 is described below

commit cfb9d22fd0f712e01835b232607ab83df65ef555
Author: Dave Barnes <db...@pivotal.io>
AuthorDate: Mon Apr 13 16:08:26 2020 -0700

    Support/1.12 (#589)
    
    * apache-geode 1.12.0
    
    * Bump doc version to 1.12
    
    Co-authored-by: Ernie Burghardt <eb...@pivotal.io>
---
 docker/Dockerfile                          | 6 +++---
 docs/geode-native-book-cpp/config.yml      | 6 +++---
 docs/geode-native-book-cpp/redirects.rb    | 8 ++++----
 docs/geode-native-book-dotnet/config.yml   | 6 +++---
 docs/geode-native-book-dotnet/redirects.rb | 8 ++++----
 docs/manual-build/README.md                | 2 ++
 6 files changed, 19 insertions(+), 17 deletions(-)

diff --git a/docker/Dockerfile b/docker/Dockerfile
index 384778a..06625d2 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -41,12 +41,12 @@ RUN apt-get update && \
         update-alternatives --install /usr/bin/clang-tidy    clang-tidy    /usr/bin/clang-tidy-${CLANG_VERSION} 999 && \
         update-alternatives --install /usr/bin/clang-format  clang-format  /usr/bin/clang-format-${CLANG_VERSION} 999
 
-ENV GEODE_VERSION 1.9.0
-RUN wget "https://www.apache.org/dyn/closer.cgi?action=download&filename=geode/${GEODE_VERSION}/apache-geode-${GEODE_VERSION}.tgz" --quiet -O - | \
+ENV GEODE_VERSION 1.12.0
+RUN wget "https://www.apache.org/dist/geode/${GEODE_VERSION}/apache-geode-${GEODE_VERSION}.tgz" --quiet -O - | \
         tar xzf -
 
 ENV RAT_VERSION 0.13
-RUN wget "https://www.apache.org/dyn/closer.cgi?action=download&filename=creadur/apache-rat-${RAT_VERSION}/apache-rat-${RAT_VERSION}-bin.tar.gz" --quiet -O - | \
+RUN wget "https://archive.apache.org/dist/creadur/apache-rat-${RAT_VERSION}/apache-rat-${RAT_VERSION}-bin.tar.gz" --quiet -O - | \
         tar xzf -
 
 ENV CMAKE_VERSION 3.12.2
diff --git a/docs/geode-native-book-cpp/config.yml b/docs/geode-native-book-cpp/config.yml
index 6679a6c..090089a 100644
--- a/docs/geode-native-book-cpp/config.yml
+++ b/docs/geode-native-book-cpp/config.yml
@@ -21,15 +21,15 @@ public_host: localhost
 sections:
 - repository:
     name: geode-native-docs-cpp
-  directory: docs/geode-native/cpp/111
+  directory: docs/geode-native/cpp/112
   subnav_template: geode-nc-nav
 
 template_variables:
   product_name_long: Apache Geode
   product_name: Geode
   product_name_lc: geode
-  product_version: "1.11"
-  product_version_nodot: 111
+  product_version: "1.12"
+  product_version_nodot: 112
   product_language: cpp
   client_name: Geode Native Client for C++
   min_java_update: 121
diff --git a/docs/geode-native-book-cpp/redirects.rb b/docs/geode-native-book-cpp/redirects.rb
index aecfebe..77d85f7 100644
--- a/docs/geode-native-book-cpp/redirects.rb
+++ b/docs/geode-native-book-cpp/redirects.rb
@@ -19,7 +19,7 @@ r302 %r{/cppdocs/(.*)}, 'https://geode.apache.org/releases/latest/cppdocs/$1'
 r302 %r{/dotnetdocs/(.*)}, 'https://geode.apache.org/releases/latest/dotnetdocs/$1'
 
 # Links to User Guides #
-rewrite '/', '/docs/geode-native/cpp/111/about-client-users-guide.html'
-rewrite '/index.html', '/docs/geode-native/cpp/111/about-client-users-guide.html'
-r301 %r{/serverman/(.*)}, 'https://geode.apache.org/docs/guide/111/$1'
-r301 %r{/geodeman/(.*)}, 'https://geode.apache.org/docs/guide/111/$1'
+rewrite '/', '/docs/geode-native/cpp/112/about-client-users-guide.html'
+rewrite '/index.html', '/docs/geode-native/cpp/112/about-client-users-guide.html'
+r301 %r{/serverman/(.*)}, 'https://geode.apache.org/docs/guide/112/$1'
+r301 %r{/geodeman/(.*)}, 'https://geode.apache.org/docs/guide/112/$1'
diff --git a/docs/geode-native-book-dotnet/config.yml b/docs/geode-native-book-dotnet/config.yml
index 162a67b..206fa70 100644
--- a/docs/geode-native-book-dotnet/config.yml
+++ b/docs/geode-native-book-dotnet/config.yml
@@ -21,15 +21,15 @@ public_host: localhost
 sections:
 - repository:
     name: geode-native-docs-dotnet
-  directory: docs/geode-native/dotnet/111
+  directory: docs/geode-native/dotnet/112
   subnav_template: geode-nc-nav
 
 template_variables:
   product_name_long: Apache Geode
   product_name: Geode
   product_name_lc: geode
-  product_version: "1.11"
-  product_version_nodot: 111
+  product_version: "1.12"
+  product_version_nodot: 112
   product_language: dotnet
   client_name: Geode Native Client for .NET
   min_java_update: 121
diff --git a/docs/geode-native-book-dotnet/redirects.rb b/docs/geode-native-book-dotnet/redirects.rb
index 07afaee..129301f 100644
--- a/docs/geode-native-book-dotnet/redirects.rb
+++ b/docs/geode-native-book-dotnet/redirects.rb
@@ -19,7 +19,7 @@ r302 %r{/cppdocs/(.*)}, 'https://geode.apache.org/releases/latest/cppdocs/$1'
 r302 %r{/dotnetdocs/(.*)}, 'https://geode.apache.org/releases/latest/dotnetdocs/$1'
 
 # Links to User Guides #
-rewrite '/', '/docs/geode-native/dotnet/111/about-client-users-guide.html'
-rewrite '/index.html', '/docs/geode-native/dotnet/111/about-client-users-guide.html'
-r301 %r{/serverman/(.*)}, 'https://geode.apache.org/docs/guide/111/$1'
-r301 %r{/geodeman/(.*)}, 'https://geode.apache.org/docs/guide/111/$1'
+rewrite '/', '/docs/geode-native/dotnet/112/about-client-users-guide.html'
+rewrite '/index.html', '/docs/geode-native/dotnet/112/about-client-users-guide.html'
+r301 %r{/serverman/(.*)}, 'https://geode.apache.org/docs/guide/112/$1'
+r301 %r{/geodeman/(.*)}, 'https://geode.apache.org/docs/guide/112/$1'
diff --git a/docs/manual-build/README.md b/docs/manual-build/README.md
index 2558667..f659110 100644
--- a/docs/manual-build/README.md
+++ b/docs/manual-build/README.md
@@ -34,11 +34,13 @@ For ease of use, a Docker image is provided that contains a self-consistent Book
 1. To build the documentation, `cd` to the book directory:
 
     For C++ guide:
+    
     ```bash
     $ cd docs/geode-native-book-cpp
     ```
 
     For .NET guide:
+    
     ```bash
     $ cd docs/geode-native-book-dotnet
     ```