diff --git a/README.md b/README.md index aa1d363..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 ``` @@ -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 ``` 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 49cfc85..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 @@ -16,6 +16,7 @@ org.http4k http4k-core 3.37.1 + provided nl.myndocs 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 a106151..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 @@ -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