You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2018/04/02 14:37:39 UTC

[maven-shade-plugin] branch master updated: Fixed issue in CONTRIBUTING

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 281da73  Fixed issue in CONTRIBUTING
281da73 is described below

commit 281da73ee3c9eea70ba40127a58ae51de134c965
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Mon Apr 2 16:37:24 2018 +0200

    Fixed issue in CONTRIBUTING
---
 CONTRIBUTING.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 7109108..6cc5140 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -57,7 +57,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.
 ```
-[MPH-XXX] - Subject of the JIRA Ticket
+[MSHADE-XXX] - Subject of the JIRA Ticket
  Optional supplemental description.
 ```
 + Make sure you have added the necessary tests (JUnit/IT) for your changes.
@@ -78,7 +78,7 @@ Additional Resources
 --------------------
 
 + [Contributing patches](https://maven.apache.org/guides/development/guide-maven-development.html#Creating_and_submitting_a_patch)
-+ [Apache Maven Help JIRA project page](https://issues.apache.org/jira/projects/MPH/)
++ [Apache Maven Help JIRA project page](https://issues.apache.org/jira/projects/MSHADE/)
 + [Contributor License Agreement][cla]
 + [General GitHub documentation](https://help.github.com/)
 + [GitHub pull request documentation](https://help.github.com/send-pull-requests/)

-- 
To stop receiving notification emails like this one, please contact
khmarbaise@apache.org.