From 6cf16804cd5b15b64b2f03bf07cd16e613735fa2 Mon Sep 17 00:00:00 2001 From: Chuck Copello Date: Thu, 1 Dec 2016 11:08:55 -0500 Subject: [PATCH] RHSSO606 updates --- book-product.json | 4 ++-- metadata.ini | 18 ++++++++---------- .../secure-jboss-app/download-quickstarts.adoc | 4 +--- 3 files changed, 11 insertions(+), 15 deletions(-) diff --git a/book-product.json b/book-product.json index d312d11b7e..34ed804f91 100755 --- a/book-product.json +++ b/book-product.json @@ -12,7 +12,7 @@ "title": "Getting Started Guide", "project": { "name": "Red Hat Single Sign-On", - "version": "7.0.0" + "version": "7.1-Beta" }, "community": false, "product": true, @@ -31,4 +31,4 @@ "appServer": "JBoss EAP 7", "quickstartRepo": "https://github.com/redhat-developer/redhat-sso-quickstarts" } -} \ No newline at end of file +} diff --git a/metadata.ini b/metadata.ini index ed678af2b3..cebc6d848d 100644 --- a/metadata.ini +++ b/metadata.ini @@ -6,16 +6,14 @@ markup = asciidoc [metadata] title = Getting Started Guide product = Red Hat Single Sign-On -version = 7.0 -edition = -subtitle = -keywords = -abstract = +version = 7.1.0 +edition = +subtitle = +keywords = +abstract = [bugs] -reporting_url = -type = -product = +reporting_url = +type = +product = component = Documentation - - diff --git a/topics/secure-jboss-app/download-quickstarts.adoc b/topics/secure-jboss-app/download-quickstarts.adoc index dba8652af0..03f9274e63 100644 --- a/topics/secure-jboss-app/download-quickstarts.adoc +++ b/topics/secure-jboss-app/download-quickstarts.adoc @@ -8,7 +8,7 @@ installed on your machine and available in your PATH before you can continue: * Apache Maven 3.1.1 or higher * Git -You can obtain the code by cloning the repository at {{book.quickstartRepo}}. Follow these steps to download the code, build it, +You can obtain the code by cloning the repository at {{book.quickstartRepo}}. Use the branch matching the version of Red Hat Single Sign-On in use. Follow these steps to download the code, build it, and deploy it. Make sure your {{book.appServer}} application server is started before you run these steps. .Clone Project @@ -37,5 +37,3 @@ image:../../{{book.images}}/client-auth-required.png[] The application is not secured by any identity provider, so anything you enter in the dialog box will result in a `Forbidden` message being sent back by the server. The next section describes how you can take this deployed application and secure it. - -