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/02/26 17:20:21 UTC

[04/11] maven git commit: Fixed issues in CONTRIBUTING

Fixed issues in CONTRIBUTING


Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/35e8f47f
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/35e8f47f
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/35e8f47f

Branch: refs/heads/MNG-6362
Commit: 35e8f47f1a70f7d90563bdd8cc004e6161aa994b
Parents: f125a53
Author: Karl Heinz Marbaise <kh...@apache.org>
Authored: Sat Feb 17 13:55:20 2018 +0100
Committer: Karl Heinz Marbaise <kh...@apache.org>
Committed: Mon Feb 26 18:19:54 2018 +0100

----------------------------------------------------------------------
 CONTRIBUTING.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/35e8f47f/CONTRIBUTING.md
----------------------------------------------------------------------
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 2720d7d..e9e04df 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -14,7 +14,7 @@
  See the License for the specific language governing permissions and
  limitations under the License.
 -->
-Contributing to Apache Maven Enforcer
+Contributing to Apache Maven 
 ======================
 
 You have found a bug or you have an idea for a cool new feature? Contributing
@@ -31,7 +31,7 @@ Getting Started
 + If you're planning to implement a new feature it makes sense to discuss you're changes 
   on the [dev list](https://maven.apache.org/mail-lists.html) first. 
   This way you can make sure you're not wasting your time on something that isn't 
-  considered to be in Apache Maven Enforcer's scope.
+  considered to be in Apache Maven's scope.
 + Submit a ticket for your issue, assuming one does not already exist.
   + Clearly describe the issue including steps to reproduce when it is a bug.
   + Make sure you fill in the earliest version that you know has the issue.
@@ -70,7 +70,7 @@ Additional Resources
 --------------------
 
 + [Contributing patches](https://maven.apache.org/guides/development/guide-maven-development.html#Creating_and_submitting_a_patch)
-+ [Apache Maven Enforcer JIRA project page](https://issues.apache.org/jira/projects/MENFORCER/)
++ [Apache Maven JIRA project page](https://issues.apache.org/jira/projects/MNG/)
 + [Contributor License Agreement][cla]
 + [General GitHub documentation](https://help.github.com/)
 + [GitHub pull request documentation](https://help.github.com/send-pull-requests/)