From 2270402828ebd06e3d44974bae01a46c761263c1 Mon Sep 17 00:00:00 2001 From: Albert Date: Wed, 12 Sep 2018 18:57:48 +0200 Subject: [PATCH 1/4] http4k dependency should be provided --- oauth2-server-http4k/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/oauth2-server-http4k/pom.xml b/oauth2-server-http4k/pom.xml index 49cfc85..30cf82e 100644 --- a/oauth2-server-http4k/pom.xml +++ b/oauth2-server-http4k/pom.xml @@ -16,6 +16,7 @@ org.http4k http4k-core 3.37.1 + provided nl.myndocs From 7e727448fee9f9ca56da599d7fe378062b6b3e6e Mon Sep 17 00:00:00 2001 From: Albert Date: Wed, 12 Sep 2018 18:58:33 +0200 Subject: [PATCH 2/4] Kotlin dependency should be provided --- pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a106151..047780a 100644 --- a/pom.xml +++ b/pom.xml @@ -32,6 +32,7 @@ org.jetbrains.kotlin kotlin-stdlib-jdk8 ${kotlin.version} + provided org.jetbrains.kotlin @@ -101,5 +102,10 @@ - + + + kotlin-oauth2-server + https://api.bintray.com/maven/adhesivee/oauth2-server/kotlin-oauth2-server/;publish=1 + + \ No newline at end of file From 6d8283a8334784d5f875e8f7d8dd265662667278 Mon Sep 17 00:00:00 2001 From: Albert Date: Wed, 12 Sep 2018 19:13:20 +0200 Subject: [PATCH 3/4] Move deployments to bintray --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa1d363..9db328d 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Include the following repository in order to download the artifacts myndocs-oauth2 - https://repo.myndocs.nl/repository/oauth2 + https://dl.bintray.com/adhesivee/oauth2-server ``` From c3b59a375c5401b9644ce0294074e83d752e2dc9 Mon Sep 17 00:00:00 2001 From: Albert Date: Wed, 12 Sep 2018 19:16:57 +0200 Subject: [PATCH 4/4] Release 0.2.2 --- README.md | 2 +- oauth2-server-client-inmemory/pom.xml | 2 +- oauth2-server-core/pom.xml | 2 +- oauth2-server-http4k/pom.xml | 2 +- oauth2-server-identity-inmemory/pom.xml | 2 +- oauth2-server-javalin/pom.xml | 2 +- oauth2-server-json/pom.xml | 2 +- oauth2-server-ktor/pom.xml | 2 +- oauth2-server-sparkjava/pom.xml | 2 +- oauth2-server-token-store-inmemory/pom.xml | 2 +- pom.xml | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 9db328d..27918d2 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ It encourages to adapt to existing implementations instead the other way around. First define the version to be used and set it as a property ```xml - 0.2.1 + 0.2.2 ``` diff --git a/oauth2-server-client-inmemory/pom.xml b/oauth2-server-client-inmemory/pom.xml index e77b926..3d528dc 100644 --- a/oauth2-server-client-inmemory/pom.xml +++ b/oauth2-server-client-inmemory/pom.xml @@ -5,7 +5,7 @@ kotlin-oauth2-server nl.myndocs - 0.2.1 + 0.2.2 4.0.0 diff --git a/oauth2-server-core/pom.xml b/oauth2-server-core/pom.xml index 1f8941f..08130b6 100644 --- a/oauth2-server-core/pom.xml +++ b/oauth2-server-core/pom.xml @@ -5,7 +5,7 @@ kotlin-oauth2-server nl.myndocs - 0.2.1 + 0.2.2 4.0.0 diff --git a/oauth2-server-http4k/pom.xml b/oauth2-server-http4k/pom.xml index 30cf82e..f546dd3 100644 --- a/oauth2-server-http4k/pom.xml +++ b/oauth2-server-http4k/pom.xml @@ -5,7 +5,7 @@ kotlin-oauth2-server nl.myndocs - 0.2.1 + 0.2.2 4.0.0 diff --git a/oauth2-server-identity-inmemory/pom.xml b/oauth2-server-identity-inmemory/pom.xml index 36f3965..b27370c 100644 --- a/oauth2-server-identity-inmemory/pom.xml +++ b/oauth2-server-identity-inmemory/pom.xml @@ -5,7 +5,7 @@ kotlin-oauth2-server nl.myndocs - 0.2.1 + 0.2.2 4.0.0 diff --git a/oauth2-server-javalin/pom.xml b/oauth2-server-javalin/pom.xml index 8bd8ee3..1dd27a0 100644 --- a/oauth2-server-javalin/pom.xml +++ b/oauth2-server-javalin/pom.xml @@ -5,7 +5,7 @@ kotlin-oauth2-server nl.myndocs - 0.2.1 + 0.2.2 4.0.0 diff --git a/oauth2-server-json/pom.xml b/oauth2-server-json/pom.xml index 6670146..cd96b98 100644 --- a/oauth2-server-json/pom.xml +++ b/oauth2-server-json/pom.xml @@ -5,7 +5,7 @@ kotlin-oauth2-server nl.myndocs - 0.2.1 + 0.2.2 4.0.0 diff --git a/oauth2-server-ktor/pom.xml b/oauth2-server-ktor/pom.xml index 28fe8d5..13b29c6 100644 --- a/oauth2-server-ktor/pom.xml +++ b/oauth2-server-ktor/pom.xml @@ -5,7 +5,7 @@ kotlin-oauth2-server nl.myndocs - 0.2.1 + 0.2.2 4.0.0 diff --git a/oauth2-server-sparkjava/pom.xml b/oauth2-server-sparkjava/pom.xml index 0ecf91d..8cf0d7d 100644 --- a/oauth2-server-sparkjava/pom.xml +++ b/oauth2-server-sparkjava/pom.xml @@ -5,7 +5,7 @@ kotlin-oauth2-server nl.myndocs - 0.2.1 + 0.2.2 4.0.0 diff --git a/oauth2-server-token-store-inmemory/pom.xml b/oauth2-server-token-store-inmemory/pom.xml index e0d4ea7..08bc0f3 100644 --- a/oauth2-server-token-store-inmemory/pom.xml +++ b/oauth2-server-token-store-inmemory/pom.xml @@ -5,7 +5,7 @@ kotlin-oauth2-server nl.myndocs - 0.2.1 + 0.2.2 4.0.0 diff --git a/pom.xml b/pom.xml index 047780a..ae6e118 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ nl.myndocs kotlin-oauth2-server pom - 0.2.1 + 0.2.2 1.2.60