From 538b02e49d265daf7590ae5573b75dafbeafdc44 Mon Sep 17 00:00:00 2001 From: Jen Malloy Date: Fri, 3 Mar 2017 14:12:10 -0500 Subject: [PATCH] fixed version number and removed hardcoding --- securing_apps/book-product.json | 2 +- securing_apps/topics/oidc/java/fuse/install-feature.adoc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/securing_apps/book-product.json b/securing_apps/book-product.json index caf9c07f60..46bdc38a04 100755 --- a/securing_apps/book-product.json +++ b/securing_apps/book-product.json @@ -12,7 +12,7 @@ "title": "Securing Applications and Services Guide", "project": { "name": "Red Hat Single Sign-On", - "version": "7.1", + "version": "7.1.0", "versionMvn": "2.4.0.Final-redhat-1", "doc_base_url": "https://access.redhat.com/documentation/en/red-hat-single-sign-on/", "doc_info_version_url": "7.1" diff --git a/securing_apps/topics/oidc/java/fuse/install-feature.adoc b/securing_apps/topics/oidc/java/fuse/install-feature.adoc index 32b26d0941..caccabb7d9 100644 --- a/securing_apps/topics/oidc/java/fuse/install-feature.adoc +++ b/securing_apps/topics/oidc/java/fuse/install-feature.adoc @@ -67,10 +67,10 @@ Use this for {{book.fuseVersion}}: ---- cd /path-to-fuse/jboss-fuse-6.3.0.redhat-198 {% if book.community %} -unzip -q /path-to-adapter-zip/keycloak-fuse-adapter-dist-2.5.4.Final.zip +unzip -q /path-to-adapter-zip/keycloak-fuse-adapter-{{book.project.versionMvn}}.zip {% endif %} {% if book.product %} -unzip -q /path-to-adapter-zip/rh-sso-7.1.0-fuse-adapter.zip +unzip -q /path-to-adapter-zip/rh-sso-{{book.project.version}}-fuse-adapter.zip {% endif %} ---- . Start Fuse and run these commands in the fuse/karaf terminal: