fixed RHSSO-930

This commit is contained in:
Jen Malloy 2017-04-05 17:35:25 -04:00
parent 9933c1d3de
commit d7ae9f6e78
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@
"name": "Server Administration Guide", "name": "Server Administration Guide",
"link": "https://access.redhat.com/documentation/en/red-hat-single-sign-on/7.1/html-single/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": { "subsystem": {
"undertow": "urn:jboss:domain:undertow:3.1" "undertow": "urn:jboss:domain:undertow:3.1"
}, },

View file

@ -65,7 +65,7 @@ Use this for {{book.fuseVersion}}:
+ +
[source,subs="attributes"] [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 %} {% if book.community %}
unzip -q /path-to-adapter-zip/keycloak-fuse-adapter-{{book.project.versionMvn}}.zip unzip -q /path-to-adapter-zip/keycloak-fuse-adapter-{{book.project.versionMvn}}.zip
{% endif %} {% endif %}