You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2022/05/29 08:28:07 UTC

[maven-release] branch master updated: fix Jira project

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

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-release.git


The following commit(s) were added to refs/heads/master by this push:
     new ac65bef2 fix Jira project
ac65bef2 is described below

commit ac65bef2b3097a941a1f0b021f9feb81a50ff373
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sun May 29 10:28:04 2022 +0200

    fix Jira project
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 2c048571..73bf0d1c 100644
--- a/README.md
+++ b/README.md
@@ -61,7 +61,7 @@ There are some guidelines which will make applying PRs easier for us:
   + Check for unnecessary whitespace with `git diff --check` before committing.
 + Make sure your commit messages are in the proper format. Your commit message should contain the key of the JIRA issue.
 ```
-[MASSEMBLY-XXX] - Subject of the JIRA Ticket
+[MRELEASE-XXX] - Subject of the JIRA Ticket
  Optional supplemental description.
 ```
 + Make sure you have added the necessary tests (JUnit/IT) for your changes.