Skip to content

Commit c0c2051

Browse files
committed
Merge branch 'master' of https://github.com/adhesivee/kotlin-oauth2-server into develop
2 parents cbf9cd8 + 51327f5 commit c0c2051

File tree

10 files changed

+12
-12
lines changed

10 files changed

+12
-12
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Include the following repository in order to download the artifacts
1818
Setting the version in properties
1919
```xml
2020
<properties>
21-
<myndocs.oauth.version>0.1.1</myndocs.oauth.version>
21+
<myndocs.oauth.version>0.2.0</myndocs.oauth.version>
2222
</properties>
2323
```
2424
# Frameworks

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.1.1</version>
8+
<version>0.2.0</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.1.1</version>
8+
<version>0.2.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

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.1.1</version>
8+
<version>0.2.0</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.1.1</version>
8+
<version>0.2.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

oauth2-server-json/pom.xml

Lines changed: 2 additions & 2 deletions
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.1.1</version>
8+
<version>0.2.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -55,4 +55,4 @@
5555
</plugin>
5656
</plugins>
5757
</build>
58-
</project>
58+
</project>

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.1.1</version>
8+
<version>0.2.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

oauth2-server-sparkjava/pom.xml

Lines changed: 2 additions & 2 deletions
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.1.1</version>
8+
<version>0.2.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -31,4 +31,4 @@
3131
<classifier>shaded</classifier>
3232
</dependency>
3333
</dependencies>
34-
</project>
34+
</project>

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.1.1</version>
8+
<version>0.2.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>nl.myndocs</groupId>
88
<artifactId>kotlin-oauth2-server</artifactId>
99
<packaging>pom</packaging>
10-
<version>0.1.1</version>
10+
<version>0.2.0</version>
1111

1212
<properties>
1313
<kotlin.version>1.2.60</kotlin.version>

0 commit comments

Comments
 (0)