You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuweni.apache.org by to...@apache.org on 2021/01/10 08:05:28 UTC

[incubator-tuweni] branch master updated: Fix the URLs of the tag names in releases

This is an automated email from the ASF dual-hosted git repository.

toulmean pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tuweni.git


The following commit(s) were added to refs/heads/master by this push:
     new 26b8469  Fix the URLs of the tag names in releases
     new 252bf2d  Merge pull request #190 from atoulme/fix_urls
26b8469 is described below

commit 26b8469ecd7bfd83d28aa820569b83866c745feb
Author: Antoine Toulme <an...@lunar-ocean.com>
AuthorDate: Sat Jan 9 22:34:18 2021 -0800

    Fix the URLs of the tag names in releases
---
 RELEASE.md          | 2 +-
 gradle/stage.gradle | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/RELEASE.md b/RELEASE.md
index daa85e8..32be92a 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -65,7 +65,7 @@ Subject:[VOTE] Apache Tuweni ${RELEASE VERSION} release
 We're voting on the source distributions available here:
 https://dist.apache.org/repos/dist/dev/incubator/tuweni/${RELEASE VERSION}/
 The release tag is present here:
-https://github.com/apache/incubator-tuweni/releases/tag/v${RELEASE VERSION}
+https://github.com/apache/incubator-tuweni/releases/tag/v${RELEASE VERSION}-rc
 
 Please review and vote as appropriate.
 
diff --git a/gradle/stage.gradle b/gradle/stage.gradle
index 25cdc8d..3976b32 100644
--- a/gradle/stage.gradle
+++ b/gradle/stage.gradle
@@ -171,7 +171,7 @@ Subject:[VOTE] Tuweni $project.version-incubating release
 We're voting on the source distributions available here:
 https://dist.apache.org/repos/dist/dev/incubator/tuweni/$project.version-incubating/
 The release tag is present here:
-https://github.com/apache/incubator-tuweni/releases/tag/v$project.version-incubating
+https://github.com/apache/incubator-tuweni/releases/tag/v$project.version-incubating-rc
 
 This release includes the following changes:
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@tuweni.apache.org
For additional commands, e-mail: commits-help@tuweni.apache.org