diff --git a/gradle.properties b/gradle.properties index eaafaa3..3e821e6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -25,16 +25,16 @@ org.jetbrains.compose.experimental.wasm.enabled=true # Maven Central GROUP=io.github.darkokoa POM_ARTIFACT_ID=datetime-wheel-picker -VERSION_NAME=1.0.0-beta01 +VERSION_NAME=1.0.0 POM_NAME=DateTime Wheel Picker POM_INCEPTION_YEAR=2024 -POM_DESCRIPTION=DateTime Wheel Picker for Compose Multiplatform -POM_URL=https://github.com/darkokoa/datetime-wheel-picker +POM_DESCRIPTION=Wheel Date & Time Picker in Compose Multiplatform +POM_URL=https://github.com/darkokoa/compose-datetime-wheel-picker -POM_SCM_URL=https://github.com/darkokoa/datetime-wheel-picker -POM_SCM_CONNECTION=scm:git:git://github.com/darkokoa/datetime-wheel-picker.git -POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com:darkokoa/datetime-wheel-picker.git +POM_SCM_URL=https://github.com/darkokoa/compose-datetime-wheel-picker +POM_SCM_CONNECTION=scm:git:git://github.com/darkokoa/compose-datetime-wheel-picker.git +POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com:darkokoa/compose-datetime-wheel-picker.git POM_LICENCE_NAME=The Apache Software License, Version 2.0 POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt