diff --git a/gradle.properties b/gradle.properties index c5b9b7e..9a241b0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ kotlin.code.style=official # Project properties group=eu.europa.ec.eudi -version=0.1.0-SNAPSHOT +version=0.1.0 # Sonar systemProp.sonar.host.url=https://sonarcloud.io @@ -21,15 +21,11 @@ RELEASE_SIGNING_ENABLED=true POM_NAME=EUDI Presentation Exchange v2 library POM_DESCRIPTION=Implementation of Presentation Exchange v2 POM_URL=https://github.com/eu-digital-identity-wallet/eudi-lib-jvm-presentation-exchange-kt - POM_LICENSE_NAME=The Apache License, Version 2.0 POM_LICENSE_URL=https://www.apache.org/licenses/LICENSE-2.0.txt - POM_SCM_URL=https://github.com/eu-digital-identity-wallet/eudi-lib-jvm-presentation-exchange-kt POM_SCM_CONNECTION=scm:git:git@github.com:eu-digital-identity-wallet/eudi-lib-jvm-presentation-exchange-kt.git POM_SCM_DEV_CONNECTION=scm:git:ssh://github.com:eu-digital-identity-wallet/eudi-lib-jvm-presentation-exchange-kt.git - POM_ISSUE_SYSTEM=github POM_ISSUE_URL=https://github.com/eu-digital-identity-wallet/eudi-lib-jvm-presentation-exchange-kt/issues - POM_DEVELOPER_URL=https://github.com/eu-digital-identity-wallet