From 3955031705689e56114017c10d71703358170809 Mon Sep 17 00:00:00 2001 From: Christian Kollmann Date: Mon, 6 May 2024 11:22:53 +0200 Subject: [PATCH] Upgrade conventions plugin --- README.md | 5 ++++- build.gradle.kts | 2 +- gradle.properties | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fdca171..619b624 100644 --- a/README.md +++ b/README.md @@ -41,8 +41,11 @@ See [PID Rule Book](https://github.com/eu-digital-identity-wallet/eudi-doc-archi ## Changelog +Release 2.0.1: + - Fix publishing, re-releasing 2.0.0 + Release 2.0.0: - Implement metadata, based on PID Rule Book 1.0.0 from November 2023 Release 1.0.0: - - Initial release, based on PID Rule Book 1.0.0 from November 2023 \ No newline at end of file + - Initial release, based on PID Rule Book 1.0.0 from November 2023 diff --git a/build.gradle.kts b/build.gradle.kts index 054755b..2e1c942 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,5 +1,5 @@ plugins { - id("at.asitplus.gradle.conventions") version "1.9.23+20240409+1" + id("at.asitplus.gradle.conventions") version "1.9.23+20240501" } val artifactVersion: String by extra diff --git a/gradle.properties b/gradle.properties index c499572..ff42b4e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,7 +14,7 @@ kotlin.native.binary.freezing=disabled kotlin.mpp.stability.nowarn=true kotlin.native.ignoreDisabledTargets=true -artifactVersion = 2.0.0 +artifactVersion = 2.0.1 jdk.version=17 #this project does not use resources so we can disable the workaround to get rid of the warning