Skip to content

Commit

Permalink
Merge pull request #29 from NipuniBhagya/master
Browse files Browse the repository at this point in the history
Change artifact ids in oidc-sso-sample and distribution modules
  • Loading branch information
pulasthi7 authored Apr 24, 2018
2 parents 2bf0c18 + 4908871 commit eab7e64
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>IS-samples</artifactId>
<artifactId>is-samples</artifactId>
<packaging>pom</packaging>

<build>
Expand Down
2 changes: 1 addition & 1 deletion oidc-sso-sample/Dispatch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>Dispatch</artifactId>
<artifactId>dispatch</artifactId>
<packaging>war</packaging>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion oidc-sso-sample/Swift/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>Swift</artifactId>
<artifactId>swift</artifactId>
<packaging>war</packaging>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions quick-start-guide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand Down

0 comments on commit eab7e64

Please sign in to comment.