From 39bba06ea2b6b522a057286c46dc8d6290703a80 Mon Sep 17 00:00:00 2001 From: Babis Routis <127745316+babisRoutis@users.noreply.github.com> Date: Mon, 6 Nov 2023 12:03:58 +0200 Subject: [PATCH] Bumped version to 0.1.0 (#90) --- gradle.properties | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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