You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by on...@apache.org on 2019/08/20 21:37:17 UTC

[geode] branch release/1.9.1 updated: Upgraded version number for releasing 1.9.1

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

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


The following commit(s) were added to refs/heads/release/1.9.1 by this push:
     new 2b6a954  Upgraded version number for releasing 1.9.1
2b6a954 is described below

commit 2b6a95488a53bc60638bbfe1a24a1b9d1029936e
Author: Owen Nichols <on...@pivotal.io>
AuthorDate: Tue Aug 20 14:33:05 2019 -0700

    Upgraded version number for releasing 1.9.1
---
 ci/pipelines/meta/meta.properties | 2 +-
 geode-book/config.yml             | 2 +-
 geode-book/redirects.rb           | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/ci/pipelines/meta/meta.properties b/ci/pipelines/meta/meta.properties
index 69c9e9e..7f1ea09 100644
--- a/ci/pipelines/meta/meta.properties
+++ b/ci/pipelines/meta/meta.properties
@@ -24,4 +24,4 @@ PUBLIC=true
 REPOSITORY_PUBLIC=true
 GRADLE_GLOBAL_ARGS=""
 MAVEN_SNAPSHOT_BUCKET=gcs://maven.apachegeode-ci.info/snapshots/
-SEMVER_PRERELEASE_TOKEN=SNAPSHOT
+SEMVER_PRERELEASE_TOKEN=""
diff --git a/geode-book/config.yml b/geode-book/config.yml
index a6a603a..97f60d0 100644
--- a/geode-book/config.yml
+++ b/geode-book/config.yml
@@ -21,7 +21,7 @@ public_host: localhost
 sections:
 - repository:
     name: geode-docs
-  directory: docs/guide/19
+  directory: docs/guide/191
   subnav_template: geode-subnav
 
 template_variables:
diff --git a/geode-book/redirects.rb b/geode-book/redirects.rb
index fa3c14d..a70986a 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/110/about_geode.html'
-rewrite '/index.html', '/docs/guide/110/about_geode.html'
+rewrite '/', '/docs/guide/191/about_geode.html'
+rewrite '/index.html', '/docs/guide/191/about_geode.html'