From 490887196328afee469abd2490b87669a48c8dd8 Mon Sep 17 00:00:00 2001 From: NipuniBhagya Date: Mon, 23 Apr 2018 17:22:22 -0700 Subject: [PATCH] Change artifact ids --- distribution/pom.xml | 2 +- oidc-sso-sample/Dispatch/pom.xml | 2 +- oidc-sso-sample/Swift/pom.xml | 2 +- quick-start-guide/README.md | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/distribution/pom.xml b/distribution/pom.xml index bfe6d770f..897dc0303 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -26,7 +26,7 @@ 4.0.0 - IS-samples + is-samples pom diff --git a/oidc-sso-sample/Dispatch/pom.xml b/oidc-sso-sample/Dispatch/pom.xml index 046013a18..f03bff0ec 100644 --- a/oidc-sso-sample/Dispatch/pom.xml +++ b/oidc-sso-sample/Dispatch/pom.xml @@ -9,7 +9,7 @@ 4.0.0 - Dispatch + dispatch war diff --git a/oidc-sso-sample/Swift/pom.xml b/oidc-sso-sample/Swift/pom.xml index f4e288bbc..4b21146ff 100644 --- a/oidc-sso-sample/Swift/pom.xml +++ b/oidc-sso-sample/Swift/pom.xml @@ -9,7 +9,7 @@ 4.0.0 - Swift + swift war diff --git a/quick-start-guide/README.md b/quick-start-guide/README.md index 9ddd0fc33..16fd9544d 100644 --- a/quick-start-guide/README.md +++ b/quick-start-guide/README.md @@ -20,7 +20,7 @@ Identity server using the seven scenarios given below. ## Getting started -1. Download and unzip the IS-samples-1.0.0.zip +1. Download and unzip the is-samples-1.0.0.zip 2. Deploy the sample web apps on the tomcat server. 3. Start your WSO2 Identity server. 4. Start your Tomcat server. @@ -47,7 +47,7 @@ Alternatively, you can install the Quick Start Guide from the source using the f 1. Get a clone or download source from this repository 2. Run the Maven command mvn clean install from within the distribution directory. -3. Unzip the IS-samples-1.0.0.zip +3. Unzip the is-samples-1.0.0.zip 4. Deploy the sample web apps on the tomcat server. 5. Start your WSO2 Identity server. 6. Start your Tomcat server.