Skip to content

Commit

Permalink
Merge pull request #16 from gayashanbc/chamath-readme-comments
Browse files Browse the repository at this point in the history
Resolve comments in #13
  • Loading branch information
gayashanbc authored Nov 12, 2020
2 parents e3b24b7 + d40cb1c commit c796a8d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ You can add the Asgardio Java OIDC SDK to your java project by installing it as
<dependency>
<groupId>io.asgardio.java.oidc.sdk</groupId>
<artifactId>io.asgardio.java.oidc.sdk</artifactId>
<version>1.0.0</version>
<version>0.1.0</version>
</dependency>
```
#### Adding the configuration properties
Expand Down
2 changes: 1 addition & 1 deletion io.asgardio.java.oidc.sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>java-oidc-sdk</artifactId>
<groupId>io.asgardio.java.oidc.sdk</groupId>
<version>0.1.0</version>
<version>0.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
<groupId>io.asgardio.java.oidc.sdk</groupId>
<modelVersion>4.0.0</modelVersion>
<artifactId>java-oidc-sdk</artifactId>
<version>0.1.0</version>
<version>0.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Asgardio - Java OIDC SDK</name>
<name>Asgardio - Java OIDC SDK Parent Module</name>
<description>
Asgardio JAVA SDK for OIDC
</description>
Expand Down

0 comments on commit c796a8d

Please sign in to comment.