Skip to content

Commit

Permalink
Prepare release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Boris Skert committed May 8, 2018
1 parent cbf14f8 commit 87d3068
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion angular-oauth2/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion angular-oauth2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-oauth2",
"version": "0.0.0",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"ng": "ng",
Expand Down
4 changes: 2 additions & 2 deletions oauth2-pkce/example-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>example-starter</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>

<parent>
<groupId>de.adorsys.oauth2-pkce</groupId>
<artifactId>parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion oauth2-pkce/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>de.adorsys.oauth2-pkce</groupId>
<artifactId>parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<packaging>pom</packaging>

<name>OAuth2-PKCE</name>
Expand Down
2 changes: 1 addition & 1 deletion oauth2-pkce/spring-oauth2-pkce/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>de.adorsys.oauth2-pkce</groupId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>

<artifactId>spring-oauth2-pkce</artifactId>
Expand Down

0 comments on commit 87d3068

Please sign in to comment.