From d7ae9f6e78a78cf02dd45cd552e56d14de23f076 Mon Sep 17 00:00:00 2001 From: Jen Malloy Date: Wed, 5 Apr 2017 17:35:25 -0400 Subject: [PATCH] fixed RHSSO-930 --- securing_apps/book-product.json | 2 +- securing_apps/topics/oidc/java/fuse/install-feature.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/securing_apps/book-product.json b/securing_apps/book-product.json index a9e3b3a3a7..6ae6fa3aa0 100755 --- a/securing_apps/book-product.json +++ b/securing_apps/book-product.json @@ -25,7 +25,7 @@ "name": "Server Administration Guide", "link": "https://access.redhat.com/documentation/en/red-hat-single-sign-on/7.1/html-single/server-administration-guide/" }, - "fuseVersion": "JBoss Fuse 6.3.0 Rollup 1", + "fuseVersion": "JBoss Fuse 6.3.0 Rollup 2", "subsystem": { "undertow": "urn:jboss:domain:undertow:3.1" }, diff --git a/securing_apps/topics/oidc/java/fuse/install-feature.adoc b/securing_apps/topics/oidc/java/fuse/install-feature.adoc index 6ac76a43bd..b7bd03b5b9 100644 --- a/securing_apps/topics/oidc/java/fuse/install-feature.adoc +++ b/securing_apps/topics/oidc/java/fuse/install-feature.adoc @@ -65,7 +65,7 @@ Use this for {{book.fuseVersion}}: + [source,subs="attributes"] ---- -cd /path-to-fuse/jboss-fuse-6.3.0.redhat-224 +cd /path-to-fuse/jboss-fuse-6.3.0.redhat-254 {% if book.community %} unzip -q /path-to-adapter-zip/keycloak-fuse-adapter-{{book.project.versionMvn}}.zip {% endif %}