Skip to content

Commit

Permalink
Upgrade conventions plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
nodh committed May 6, 2024
1 parent ec98608 commit 3955031
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
- Initial release, based on PID Rule Book 1.0.0 from November 2023
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3955031

Please sign in to comment.