fixed version number and removed hardcoding

This commit is contained in:
Jen Malloy 2017-03-03 14:12:10 -05:00
parent 925561fca5
commit 538b02e49d
2 changed files with 3 additions and 3 deletions

View file

@ -12,7 +12,7 @@
"title": "Securing Applications and Services Guide", "title": "Securing Applications and Services Guide",
"project": { "project": {
"name": "Red Hat Single Sign-On", "name": "Red Hat Single Sign-On",
"version": "7.1", "version": "7.1.0",
"versionMvn": "2.4.0.Final-redhat-1", "versionMvn": "2.4.0.Final-redhat-1",
"doc_base_url": "https://access.redhat.com/documentation/en/red-hat-single-sign-on/", "doc_base_url": "https://access.redhat.com/documentation/en/red-hat-single-sign-on/",
"doc_info_version_url": "7.1" "doc_info_version_url": "7.1"

View file

@ -67,10 +67,10 @@ Use this for {{book.fuseVersion}}:
---- ----
cd /path-to-fuse/jboss-fuse-6.3.0.redhat-198 cd /path-to-fuse/jboss-fuse-6.3.0.redhat-198
{% if book.community %} {% 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 %} {% endif %}
{% if book.product %} {% 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 %} {% endif %}
---- ----
. Start Fuse and run these commands in the fuse/karaf terminal: . Start Fuse and run these commands in the fuse/karaf terminal: