diff --git a/README.md b/README.md index 9d47b85..fc4c6c0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# KSP Processor for Toothpick [![Release](https://jitpack.io/v/fr.outadoc/toothpick-ksp.svg)](https://jitpack.io/#fr.outadoc/toothpick-ksp) [![Build and test](https://github.com/outadoc/toothpick-ksp/actions/workflows/build.yml/badge.svg)](https://github.com/outadoc/toothpick-ksp/actions/workflows/build.yml) +# KSP Processor for Toothpick [![Release](https://jitpack.io/v/BedrockStreaming/toothpick-ksp.svg)](https://jitpack.io/#BedrockStreaming/toothpick-ksp) [![Build and test](https://github.com/BedrockStreaming/toothpick-ksp/actions/workflows/build.yml/badge.svg)](https://github.com/BedrockStreaming/toothpick-ksp/actions/workflows/build.yml) ## Background @@ -39,7 +39,7 @@ dependencies { // Remove this: // kapt("com.github.stephanenicolas.toothpick:toothpick-compiler:...") - ksp("fr.outadoc.toothpick-ksp:compiler:0.0.6") + ksp("com.github.BedrockStreaming.toothpick-ksp:compiler:1.0.0") } ksp { diff --git a/gradle.properties b/gradle.properties index 6c3d49f..b1f20ad 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,12 +1,12 @@ GROUP=fr.outadoc.toothpick-ksp -VERSION_NAME=0.0.6 +VERSION_NAME=1.0.0 POM_PACKAGING=JAR -POM_URL=https://github.com/outadoc/toothpick-ksp.git -POM_SCM_URL=https://github.com/outadoc/toothpick-ksp.git -POM_SCM_CONNECTION=scm:git:git://github.com/outadoc/toothpick-ksp.git -POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com/outadoc/toothpick-ksp.git +POM_URL=https://github.com/BedrockStreaming/toothpick-ksp.git +POM_SCM_URL=https://github.com/BedrockStreaming/toothpick-ksp.git +POM_SCM_CONNECTION=scm:git:git://github.com/BedrockStreaming/toothpick-ksp.git +POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com/BedrockStreaming/toothpick-ksp.git POM_LICENCE_NAME=The Apache Software License, Version 2.0 POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt