From b61f4e5d7558eac6df39caef5cade3e62d767000 Mon Sep 17 00:00:00 2001 From: Oleg Koretsky Date: Wed, 25 Sep 2024 16:39:55 +0300 Subject: [PATCH] Update version to 8.0.0 --- CHANGELOG.md | 2 +- README.md | 23 +++++++++++++---------- concordium-android-sdk/pom.xml | 2 +- concordium-sdk-examples/pom.xml | 2 +- concordium-sdk/pom.xml | 2 +- pom.xml | 2 +- 6 files changed, 18 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1f44b7df..edccce3af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 8.0.0 - Support for Protocol 7 - Added `ProtocolVersion.V7` corresponding to Protocol version 7 - Added `cooldowns` list to `AccountInfo` diff --git a/README.md b/README.md index 08256c031..99233007a 100644 --- a/README.md +++ b/README.md @@ -193,15 +193,18 @@ A signer is then added to a `TransactionSigner` as follows: Make sure to have Maven Local repository in your dependency resolution configuration ## Releasing -1. Create a `v.X.Y.Z` tag for a commit to release -2. Manually trigger the Release workflow for the tag -3. Ask for approval for the last part of the Release workflow -4. Sign in to https://s01.oss.sonatype.org/ -5. In the Build Promotion menu in the left select the Staging Repositories item -6. Select the Concordium repository -7. "Close" the selected repository to prepare it for release -8. Once the closing is complete, "Release" it -9. Wait for the version to appear under https://repo1.maven.org/maven2/com/concordium/sdk/ -10. Manually add Changelog entries of this version to the GitHub release +1. Change all the SDK artifacts version to `X.Y.Z` + where it previously was `X.Y.Z-SNAPSHOT` +2. Update the Changelog +3. Create a `v.X.Y.Z` tag for a commit to release +4. Manually trigger the Release workflow for the tag +5. Ask for approval for the last part of the Release workflow +6. Sign in to https://s01.oss.sonatype.org/ +7. In the Build Promotion menu in the left select the Staging Repositories item +8. Select the Concordium repository +9. "Close" the selected repository to prepare it for release +10. Once the closing is complete, "Release" it +11. Wait for the version to appear under https://repo1.maven.org/maven2/com/concordium/sdk/ +12. Manually add Changelog entries of this version to the GitHub release [Maven – Releasing the deployment](https://central.sonatype.org/publish/release/) diff --git a/concordium-android-sdk/pom.xml b/concordium-android-sdk/pom.xml index 47a1960f4..65a11ba30 100644 --- a/concordium-android-sdk/pom.xml +++ b/concordium-android-sdk/pom.xml @@ -5,7 +5,7 @@ com.concordium.sdk concordium-sdk-base - 8.0.0-SNAPSHOT + 8.0.0 concordium-android-sdk diff --git a/concordium-sdk-examples/pom.xml b/concordium-sdk-examples/pom.xml index 778848320..72f6d7c4b 100644 --- a/concordium-sdk-examples/pom.xml +++ b/concordium-sdk-examples/pom.xml @@ -23,7 +23,7 @@ com.concordium.sdk concordium-sdk - 8.0.0-SNAPSHOT + 8.0.0 compile diff --git a/concordium-sdk/pom.xml b/concordium-sdk/pom.xml index 3cae43a53..53fc1f1ad 100644 --- a/concordium-sdk/pom.xml +++ b/concordium-sdk/pom.xml @@ -7,7 +7,7 @@ com.concordium.sdk concordium-sdk-base - 8.0.0-SNAPSHOT + 8.0.0 com.concordium.sdk diff --git a/pom.xml b/pom.xml index 2ae82c761..2ff5a9712 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.concordium.sdk concordium-sdk-base - 8.0.0-SNAPSHOT + 8.0.0 pom https://github.com/Concordium/concordium-java-sdk