Skip to content

Commit 6681d96

Browse files
authored
Merge pull request #25 from adhesivee/release/0.2.2
Release/0.2.2
2 parents a4c4915 + c3b59a3 commit 6681d96

File tree

11 files changed

+20
-13
lines changed

11 files changed

+20
-13
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ It encourages to adapt to existing implementations instead the other way around.
1111
First define the version to be used and set it as a property
1212
```xml
1313
<properties>
14-
<myndocs.oauth.version>0.2.1</myndocs.oauth.version>
14+
<myndocs.oauth.version>0.2.2</myndocs.oauth.version>
1515
</properties>
1616
```
1717

@@ -20,7 +20,7 @@ Include the following repository in order to download the artifacts
2020
<repositories>
2121
<repository>
2222
<id>myndocs-oauth2</id>
23-
<url>https://repo.myndocs.nl/repository/oauth2</url>
23+
<url>https://dl.bintray.com/adhesivee/oauth2-server</url>
2424
</repository>
2525
</repositories>
2626
```

oauth2-server-client-inmemory/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>kotlin-oauth2-server</artifactId>
77
<groupId>nl.myndocs</groupId>
8-
<version>0.2.1</version>
8+
<version>0.2.2</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

oauth2-server-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>kotlin-oauth2-server</artifactId>
77
<groupId>nl.myndocs</groupId>
8-
<version>0.2.1</version>
8+
<version>0.2.2</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

oauth2-server-http4k/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>kotlin-oauth2-server</artifactId>
77
<groupId>nl.myndocs</groupId>
8-
<version>0.2.1</version>
8+
<version>0.2.2</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -16,6 +16,7 @@
1616
<groupId>org.http4k</groupId>
1717
<artifactId>http4k-core</artifactId>
1818
<version>3.37.1</version>
19+
<scope>provided</scope>
1920
</dependency>
2021
<dependency>
2122
<groupId>nl.myndocs</groupId>

oauth2-server-identity-inmemory/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>kotlin-oauth2-server</artifactId>
77
<groupId>nl.myndocs</groupId>
8-
<version>0.2.1</version>
8+
<version>0.2.2</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

oauth2-server-javalin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>kotlin-oauth2-server</artifactId>
77
<groupId>nl.myndocs</groupId>
8-
<version>0.2.1</version>
8+
<version>0.2.2</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

oauth2-server-json/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>kotlin-oauth2-server</artifactId>
77
<groupId>nl.myndocs</groupId>
8-
<version>0.2.1</version>
8+
<version>0.2.2</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

oauth2-server-ktor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>kotlin-oauth2-server</artifactId>
77
<groupId>nl.myndocs</groupId>
8-
<version>0.2.1</version>
8+
<version>0.2.2</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

oauth2-server-sparkjava/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>kotlin-oauth2-server</artifactId>
77
<groupId>nl.myndocs</groupId>
8-
<version>0.2.1</version>
8+
<version>0.2.2</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

oauth2-server-token-store-inmemory/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>kotlin-oauth2-server</artifactId>
77
<groupId>nl.myndocs</groupId>
8-
<version>0.2.1</version>
8+
<version>0.2.2</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

0 commit comments

Comments
 (0)