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:18 UTC

[01/11] maven git commit: [MNG-6323] Deadlock in multithreaded dependency resolution In fact it was a very long sleep..... [Forced Update!]

Repository: maven
Updated Branches:
  refs/heads/MNG-6362 81797296f -> 144d2da47 (forced update)


[MNG-6323] Deadlock in multithreaded dependency resolution
In fact it was a very long sleep.....


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

Branch: refs/heads/MNG-6362
Commit: 91d1edf14e0ed198c917efeddd0b8241980ec0ed
Parents: 8f619ac
Author: rfscholte <rf...@apache.org>
Authored: Mon Feb 19 21:22:53 2018 +0100
Committer: rfscholte <rf...@apache.org>
Committed: Mon Feb 19 21:22:53 2018 +0100

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/91d1edf1/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 455bca0..f2011ed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,7 +65,7 @@ under the License.
     <cipherVersion>1.7</cipherVersion>
     <modelloVersion>1.9.1</modelloVersion>
     <jxpathVersion>1.3</jxpathVersion>
-    <resolverVersion>1.1.0</resolverVersion>
+    <resolverVersion>1.1.1</resolverVersion>
     <slf4jVersion>1.7.25</slf4jVersion>
     <maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
     <!-- Control the name of the distribution and information output by mvn -->


[05/11] maven git commit: [MNG-6362] - Adding CONTRIBUTING, README.md pull_request_template for GitHub.

Posted by kh...@apache.org.
[MNG-6362] - Adding CONTRIBUTING, README.md pull_request_template
  for GitHub.


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

Branch: refs/heads/MNG-6362
Commit: f125a53639260bb0fac6def45f44e57d12d6d9c4
Parents: 85b4e3d
Author: Karl Heinz Marbaise <kh...@apache.org>
Authored: Sat Feb 17 13:52:01 2018 +0100
Committer: Karl Heinz Marbaise <kh...@apache.org>
Committed: Mon Feb 26 18:19:54 2018 +0100

----------------------------------------------------------------------
 .github/pull_request_template.md |  30 ++++++++++
 CONTRIBUTING.md                  |  80 ++++++++++++++++++++++++++
 README.md                        | 104 +++++++++++++++++++++++++++++-----
 3 files changed, 199 insertions(+), 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/f125a536/.github/pull_request_template.md
----------------------------------------------------------------------
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
new file mode 100644
index 0000000..2208cd7
--- /dev/null
+++ b/.github/pull_request_template.md
@@ -0,0 +1,30 @@
+Following this checklist to help us incorporate your 
+contribution quickly and easily:
+
+ - [ ] Make sure there is a [JIRA issue](https://issues.apache.org/jira/browse/MNG) filed 
+       for the change (usually before you start working on it).  Trivial changes like typos do not 
+       require a JIRA issue.  Your pull request should address just this issue, without 
+       pulling in other changes.
+ - [ ] Each commit in the pull request should have a meaningful subject line and body.
+ - [ ] Format the pull request title like `[MNG-XXX] - Fixes bug in ApproximateQuantiles`,
+       where you replace `MNG-XXX` with the appropriate JIRA issue. Best practice
+       is to use the JIRA issue title in the pull request title and in the first line of the 
+       commit message.
+ - [ ] Write a pull request description that is detailed enough to understand what the pull request does, how, and why.
+ - [ ] Run `mvn clean verify` to make sure basic checks pass. A more thorough check will 
+       be performed on your pull request automatically.
+ - [ ] You have run the [Core IT][core-its] successfully.
+
+If your pull request is about ~20 lines of code you don't need to sign an
+[Individual Contributor License Agreement](https://www.apache.org/licenses/icla.pdf) if you are unsure
+please ask on the developers list.
+
+To make clear that you license your contribution under 
+the [Apache License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)
+you have to acknowledge this by using the following check-box.
+
+ - [ ] I hereby declare this contribution to be licenced under the [Apache License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)
+
+ - [ ] In any other case, please file an [Apache Individual Contributor License Agreement](https://www.apache.org/licenses/icla.pdf).
+
+[core-its]: https://maven.apache.org/core-its/core-it-suite/

http://git-wip-us.apache.org/repos/asf/maven/blob/f125a536/CONTRIBUTING.md
----------------------------------------------------------------------
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
new file mode 100644
index 0000000..2720d7d
--- /dev/null
+++ b/CONTRIBUTING.md
@@ -0,0 +1,80 @@
+<!---
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+Contributing to Apache Maven Enforcer
+======================
+
+You have found a bug or you have an idea for a cool new feature? Contributing
+code is a great way to give something back to the open source community. Before
+you dig right into the code there are a few guidelines that we need
+contributors to follow so that we can have a chance of keeping on top of
+things.
+
+Getting Started
+---------------
+
++ Make sure you have a [JIRA account](https://issues.apache.org/jira/).
++ Make sure you have a [GitHub account](https://github.com/signup/free).
++ 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.
++ 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.
++ Fork the repository on GitHub.
+
+Making Changes
+--------------
+
++ Create a topic branch from where you want to base your work (this is usually the master branch).
++ Make commits of logical units.
++ Respect the original code style:
+  + Only use spaces for indentation.
+  + Create minimal diffs - disable on save actions like reformat source code or organize imports. 
+    If you feel the source code should be reformatted create a separate PR for this change.
+  + 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.
++ Make sure you have added the necessary tests for your changes.
++ Run all the tests with `mvn -Prun-its clean verify` to assure nothing else was accidentally broken.
+
+Making Trivial Changes
+----------------------
+
+For changes of a trivial nature to comments and documentation, it is not always
+necessary to create a new ticket in JIRA.  In this case, it is appropriate to
+start the first line of a commit with '(doc)' instead of a ticket number.
+
+Submitting Changes
+------------------
+
++ Sign the [Contributor License Agreement][cla] if you haven't already.
++ Push your changes to a topic branch in your fork of the repository.
++ Submit a pull request to the repository in the apache organization.
++ Update your JIRA ticket and include a link to the pull request in the ticket.
+
+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/)
++ [Contributor License Agreement][cla]
++ [General GitHub documentation](https://help.github.com/)
++ [GitHub pull request documentation](https://help.github.com/send-pull-requests/)
++ [Apache Maven Twitter Account](https://twitter.com/ASFMavenProject)
++ #Maven IRC channel on freenode.org
+
+[cla]:https://www.apache.org/licenses/#clas

http://git-wip-us.apache.org/repos/asf/maven/blob/f125a536/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 33a4be4..d8f302b 100644
--- a/README.md
+++ b/README.md
@@ -1,23 +1,97 @@
-# Maven
+<!---
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
 
-Maven is available under the [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt)
+      http://www.apache.org/licenses/LICENSE-2.0
 
-- [Maven Issue Tracker](https://issues.apache.org/jira/browse/MNG)
-- [Maven Wiki](https://cwiki.apache.org/confluence/display/MAVEN/Index)
-- [Building Maven](https://maven.apache.org/guides/development/guide-building-maven.html)
-- [Running Core ITs](https://maven.apache.org/core-its/core-it-suite/)
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+Apache Maven
+============
 
-## Bootstrapping Basics
+[![Apache License, Version 2.0, January 2004](https://img.shields.io/github/license/apache/maven.svg?label=License)][license]
+[![Maven Central](https://img.shields.io/maven-central/v/org.apache.maven/apache-maven.svg?label=Maven%20Central)](https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.apache.maven%22%20AND%20a%3A%22apache-maven%22)
+[![Jenkins Status](https://img.shields.io/jenkins/s/https/builds.apache.org/job/maven-wip/job/maven/job/master.svg?style=flat-square)][build]
+[![Jenkins tests](https://img.shields.io/jenkins/t/https/builds.apache.org/job/maven-wip/job/maven/job/master.svg?style=flat-square)][test-results]
 
-If you want to bootstrap Maven, you'll need:
 
-- Java 1.7+
-- Maven 3.0.5 or later
+Apache Maven is a software project management and comprehension tool. Based on
+the concept of a project object model (POM), Maven can manage a project's
+build, reporting and documentation from a central piece of information.
 
-Run Maven, specifying a location into which the completed Maven distro should be installed:
+If you think you have found a bug please file in an issue into [Maven Issue Tracker](https://issues.apache.org/jira/browse/MNG)
 
-```
-mvn -DdistributionTargetDir="$HOME/app/maven/apache-maven-3.5.x-SNAPSHOT" clean package
-```
+Documentation
+-------------
 
-Once the build completes, you should have a new Maven distro ready to roll in that directory!
+More information can be found on [Apache Maven Homepage][maven-home].
+Question related to the usage of the Maven should be posted on
+the [Maven User List][users-list].
+
+If you are interested in the development of Maven please consult the 
+documentation first and afterwards you are welcome to join the developers 
+mailing list to ask question or discus new ideas / features / bugs etc.
+
+[Maven Wiki](https://cwiki.apache.org/confluence/display/MAVEN/Index)
+[Building Maven](https://maven.apache.org/guides/development/guide-building-maven.html)
+[Running Core ITs](https://maven.apache.org/core-its/core-it-suite/)
+
+
+Where can I get the latest release?
+-----------------------------------
+You can download release source from our [download page][maven-download].
+
+Contributing
+------------
+
+We accept Pull Requests via GitHub. The [developer mailing list][dev-ml-list] is the
+main channel of communication for contributors.  
+There are some guidelines which will make applying PRs easier for us:
++ No tabs! Please use spaces for indentation.
++ Respect the [code style][code-style].
++ Create minimal diffs - disable on save actions like reformat source code or
+  organize imports. If you feel the source code should be reformatted create a
+  separate PR for this change.
++ Provide JUnit/Core IT tests for your changes and make sure your changes don't break
+  any existing tests by running ```mvn -Prun-its verify```.
+
+If you plan to contribute on a regular basis, please consider filing a [contributor license agreement](https://www.apache.org/licenses/#clas).
+You can learn more about contributing via GitHub in our [contribution guidelines](CONTRIBUTING.md).
+
+
+License
+-------
+This code is under the [Apache Licence v2][license]
+
+See the `NOTICE` file for required notices and attributions.
+
+
+Donations
+---------
+You like Apache Maven? Then [donate back to the ASF](https://www.apache.org/foundation/contributing.html) to support the development.
+
+
+License
+-------
+[Apache License, Version 2.0, January 2004][license]
+
+
+[home]: https://maven.apache.org/
+[license]: https://www.apache.org/licenses/LICENSE-2.0
+[build]: https://builds.apache.org/job/maven-wip/job/maven/job/master/
+[test-results]: https://builds.apache.org/job/maven-wip/job/maven/job/master/lastCompletedBuild/testReport/
+[build-status]: https://img.shields.io/jenkins/s/https/builds.apache.org/job/maven-wip/job/maven/job/master.svg?style=flat-square
+[build-tests]: https://img.shields.io/jenkins/t/https/builds.apache.org/job/maven-wip/job/maven/job/master.svg?style=flat-square
+[maven-home]: https://maven.apache.org/
+[maven-download]: https://maven.apache.org/download.cgi
+[users-list]: http://maven.apache.org/mail-lists.html
+[dev-ml-list]: https://www.mail-archive.com/dev@maven.apache.org/
+[code-style]: http://maven.apache.org/developers/conventions/code.html


[06/11] maven git commit: Improved based on hints.

Posted by kh...@apache.org.
Improved based on hints.


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

Branch: refs/heads/MNG-6362
Commit: 0521d156fc80f19cd53fdf8fff6691f59d11a9ab
Parents: b05b2e1
Author: Karl Heinz Marbaise <kh...@apache.org>
Authored: Tue Feb 20 19:24:19 2018 +0100
Committer: Karl Heinz Marbaise <kh...@apache.org>
Committed: Mon Feb 26 18:19:55 2018 +0100

----------------------------------------------------------------------
 CONTRIBUTING.md | 25 +++++++++++++++++++++----
 README.md       | 19 +------------------
 2 files changed, 22 insertions(+), 22 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/0521d156/CONTRIBUTING.md
----------------------------------------------------------------------
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index e9e04df..3537d54 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -23,6 +23,9 @@ you dig right into the code there are a few guidelines that we need
 contributors to follow so that we can have a chance of keeping on top of
 things.
 
+Some of the ideas are documented in the [Maven Wiki][maven-wiki]
+which might be intersting to read and for further discussion.
+
 Getting Started
 ---------------
 
@@ -41,6 +44,7 @@ Making Changes
 --------------
 
 + Create a topic branch from where you want to base your work (this is usually the master branch).
+  Push your changes to a topic branch in your fork of the repository.
 + Make commits of logical units.
 + Respect the original code style:
   + Only use spaces for indentation.
@@ -50,6 +54,8 @@ Making Changes
 + Make sure your commit messages are in the proper format. Your commit message should contain the key of the JIRA issue.
 + Make sure you have added the necessary tests for your changes.
 + Run all the tests with `mvn -Prun-its clean verify` to assure nothing else was accidentally broken.
++ Submit a pull request to the repository in the apache organization.
++ Update your JIRA ticket and include a link to the pull request in the ticket.
 
 Making Trivial Changes
 ----------------------
@@ -58,13 +64,23 @@ For changes of a trivial nature to comments and documentation, it is not always
 necessary to create a new ticket in JIRA.  In this case, it is appropriate to
 start the first line of a commit with '(doc)' instead of a ticket number.
 
+
 Submitting Changes
 ------------------
 
-+ Sign the [Contributor License Agreement][cla] if you haven't already.
-+ Push your changes to a topic branch in your fork of the repository.
-+ Submit a pull request to the repository in the apache organization.
-+ Update your JIRA ticket and include a link to the pull request in the ticket.
+We accept Pull Requests via GitHub. The [developer mailing list][dev-ml-list] is the
+main channel of communication for contributors.  
+There are some guidelines which will make applying PRs easier for us:
++ No tabs! Please use spaces for indentation.
++ Respect the [code style][code-style].
++ Create minimal diffs - disable on save actions like reformat source code or
+  organize imports. If you feel the source code should be reformatted create a
+  separate PR for this change.
++ Provide JUnit/[Core IT tests][core-it] for your changes and make sure your changes don't break
+  any existing tests by running ```mvn -Prun-its verify```.
+
+If you plan to contribute on a regular basis, please consider filing a [contributor license agreement][cla].
+
 
 Additional Resources
 --------------------
@@ -78,3 +94,4 @@ Additional Resources
 + #Maven IRC channel on freenode.org
 
 [cla]:https://www.apache.org/licenses/#clas
+[maven-wiki]: https://cwiki.apache.org/confluence/display/MAVEN/Index

http://git-wip-us.apache.org/repos/asf/maven/blob/0521d156/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 6d555c9..52bf155 100644
--- a/README.md
+++ b/README.md
@@ -48,23 +48,7 @@ If you are interested in the development of Maven please consult the
 documentation first and afterwards you are welcome to join the developers 
 mailing list to ask question or discus new ideas / features / bugs etc.
 
-Some of the ideas are documented in the [Maven Wiki][maven-wiki]
-which might be intersting to read and for further discussion.
-
-We accept Pull Requests via GitHub. The [developer mailing list][dev-ml-list] is the
-main channel of communication for contributors.  
-There are some guidelines which will make applying PRs easier for us:
-+ No tabs! Please use spaces for indentation.
-+ Respect the [code style][code-style].
-+ Create minimal diffs - disable on save actions like reformat source code or
-  organize imports. If you feel the source code should be reformatted create a
-  separate PR for this change.
-+ Provide JUnit/[Core IT tests][core-it] for your changes and make sure your changes don't break
-  any existing tests by running ```mvn -Prun-its verify```.
-
-If you plan to contribute on a regular basis, please consider filing a [contributor license agreement][cla].
-You can learn more about contributing via GitHub in our [contribution guidelines](CONTRIBUTING.md).
-
+Take a look into the [contribution guidelines](CONTRIBUTING.md).
 
 License
 -------
@@ -96,6 +80,5 @@ License
 [code-style]: http://maven.apache.org/developers/conventions/code.html
 [core-it]: https://maven.apache.org/core-its/core-it-suite/
 [building-maven]: https://maven.apache.org/guides/development/guide-building-maven.html
-[maven-wiki]: https://cwiki.apache.org/confluence/display/MAVEN/Index
 [cla]: https://www.apache.org/licenses/#clas
 


[02/11] maven git commit: [maven-release-plugin] prepare release maven-3.5.3

Posted by kh...@apache.org.
[maven-release-plugin] prepare release maven-3.5.3


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

Branch: refs/heads/MNG-6362
Commit: 3383c37e1f9e9b3bc3df5050c29c8aff9f295297
Parents: 91d1edf
Author: Stephen Connolly <st...@gmail.com>
Authored: Sat Feb 24 19:29:21 2018 +0000
Committer: Stephen Connolly <st...@gmail.com>
Committed: Sat Feb 24 19:29:21 2018 +0000

----------------------------------------------------------------------
 apache-maven/pom.xml              | 2 +-
 maven-artifact/pom.xml            | 2 +-
 maven-builder-support/pom.xml     | 2 +-
 maven-compat/pom.xml              | 2 +-
 maven-core/pom.xml                | 2 +-
 maven-embedder/pom.xml            | 2 +-
 maven-model-builder/pom.xml       | 2 +-
 maven-model/pom.xml               | 2 +-
 maven-plugin-api/pom.xml          | 2 +-
 maven-repository-metadata/pom.xml | 2 +-
 maven-resolver-provider/pom.xml   | 2 +-
 maven-settings-builder/pom.xml    | 2 +-
 maven-settings/pom.xml            | 2 +-
 maven-slf4j-provider/pom.xml      | 2 +-
 pom.xml                           | 4 ++--
 15 files changed, 16 insertions(+), 16 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/3383c37e/apache-maven/pom.xml
----------------------------------------------------------------------
diff --git a/apache-maven/pom.xml b/apache-maven/pom.xml
index 6802a99..5c63635 100644
--- a/apache-maven/pom.xml
+++ b/apache-maven/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven</artifactId>
-    <version>3.5.3-SNAPSHOT</version>
+    <version>3.5.3</version>
   </parent>
 
   <artifactId>apache-maven</artifactId>

http://git-wip-us.apache.org/repos/asf/maven/blob/3383c37e/maven-artifact/pom.xml
----------------------------------------------------------------------
diff --git a/maven-artifact/pom.xml b/maven-artifact/pom.xml
index 8a9c404..1636de1 100644
--- a/maven-artifact/pom.xml
+++ b/maven-artifact/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven</artifactId>
-    <version>3.5.3-SNAPSHOT</version>
+    <version>3.5.3</version>
   </parent>
 
   <artifactId>maven-artifact</artifactId>

http://git-wip-us.apache.org/repos/asf/maven/blob/3383c37e/maven-builder-support/pom.xml
----------------------------------------------------------------------
diff --git a/maven-builder-support/pom.xml b/maven-builder-support/pom.xml
index a09816d..3c073d7 100644
--- a/maven-builder-support/pom.xml
+++ b/maven-builder-support/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven</artifactId>
-    <version>3.5.3-SNAPSHOT</version>
+    <version>3.5.3</version>
   </parent>
 
   <artifactId>maven-builder-support</artifactId>

http://git-wip-us.apache.org/repos/asf/maven/blob/3383c37e/maven-compat/pom.xml
----------------------------------------------------------------------
diff --git a/maven-compat/pom.xml b/maven-compat/pom.xml
index 20de667..5d8e03f 100644
--- a/maven-compat/pom.xml
+++ b/maven-compat/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven</artifactId>
-    <version>3.5.3-SNAPSHOT</version>
+    <version>3.5.3</version>
   </parent>
 
   <artifactId>maven-compat</artifactId>

http://git-wip-us.apache.org/repos/asf/maven/blob/3383c37e/maven-core/pom.xml
----------------------------------------------------------------------
diff --git a/maven-core/pom.xml b/maven-core/pom.xml
index 751fd53..08ae341 100644
--- a/maven-core/pom.xml
+++ b/maven-core/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven</artifactId>
-    <version>3.5.3-SNAPSHOT</version>
+    <version>3.5.3</version>
   </parent>
 
   <artifactId>maven-core</artifactId>

http://git-wip-us.apache.org/repos/asf/maven/blob/3383c37e/maven-embedder/pom.xml
----------------------------------------------------------------------
diff --git a/maven-embedder/pom.xml b/maven-embedder/pom.xml
index 7adddc6..dd7e166 100644
--- a/maven-embedder/pom.xml
+++ b/maven-embedder/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven</artifactId>
-    <version>3.5.3-SNAPSHOT</version>
+    <version>3.5.3</version>
   </parent>
 
   <artifactId>maven-embedder</artifactId>

http://git-wip-us.apache.org/repos/asf/maven/blob/3383c37e/maven-model-builder/pom.xml
----------------------------------------------------------------------
diff --git a/maven-model-builder/pom.xml b/maven-model-builder/pom.xml
index b2ef0e7..6895aaf 100644
--- a/maven-model-builder/pom.xml
+++ b/maven-model-builder/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven</artifactId>
-    <version>3.5.3-SNAPSHOT</version>
+    <version>3.5.3</version>
   </parent>
 
   <artifactId>maven-model-builder</artifactId>

http://git-wip-us.apache.org/repos/asf/maven/blob/3383c37e/maven-model/pom.xml
----------------------------------------------------------------------
diff --git a/maven-model/pom.xml b/maven-model/pom.xml
index 594c3ec..e542092 100644
--- a/maven-model/pom.xml
+++ b/maven-model/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven</artifactId>
-    <version>3.5.3-SNAPSHOT</version>
+    <version>3.5.3</version>
   </parent>
 
   <artifactId>maven-model</artifactId>

http://git-wip-us.apache.org/repos/asf/maven/blob/3383c37e/maven-plugin-api/pom.xml
----------------------------------------------------------------------
diff --git a/maven-plugin-api/pom.xml b/maven-plugin-api/pom.xml
index fba3a11..fed5317 100644
--- a/maven-plugin-api/pom.xml
+++ b/maven-plugin-api/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven</artifactId>
-    <version>3.5.3-SNAPSHOT</version>
+    <version>3.5.3</version>
   </parent>
 
   <artifactId>maven-plugin-api</artifactId>

http://git-wip-us.apache.org/repos/asf/maven/blob/3383c37e/maven-repository-metadata/pom.xml
----------------------------------------------------------------------
diff --git a/maven-repository-metadata/pom.xml b/maven-repository-metadata/pom.xml
index a0d1244..445dd24 100644
--- a/maven-repository-metadata/pom.xml
+++ b/maven-repository-metadata/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven</artifactId>
-    <version>3.5.3-SNAPSHOT</version>
+    <version>3.5.3</version>
   </parent>
 
   <artifactId>maven-repository-metadata</artifactId>

http://git-wip-us.apache.org/repos/asf/maven/blob/3383c37e/maven-resolver-provider/pom.xml
----------------------------------------------------------------------
diff --git a/maven-resolver-provider/pom.xml b/maven-resolver-provider/pom.xml
index 5cd835c..1fb0f62 100644
--- a/maven-resolver-provider/pom.xml
+++ b/maven-resolver-provider/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven</artifactId>
-    <version>3.5.3-SNAPSHOT</version>
+    <version>3.5.3</version>
   </parent>
 
   <artifactId>maven-resolver-provider</artifactId>

http://git-wip-us.apache.org/repos/asf/maven/blob/3383c37e/maven-settings-builder/pom.xml
----------------------------------------------------------------------
diff --git a/maven-settings-builder/pom.xml b/maven-settings-builder/pom.xml
index 7fad387..28c684d 100644
--- a/maven-settings-builder/pom.xml
+++ b/maven-settings-builder/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven</artifactId>
-    <version>3.5.3-SNAPSHOT</version>
+    <version>3.5.3</version>
   </parent>
 
   <artifactId>maven-settings-builder</artifactId>

http://git-wip-us.apache.org/repos/asf/maven/blob/3383c37e/maven-settings/pom.xml
----------------------------------------------------------------------
diff --git a/maven-settings/pom.xml b/maven-settings/pom.xml
index f418886..5d38793 100644
--- a/maven-settings/pom.xml
+++ b/maven-settings/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven</artifactId>
-    <version>3.5.3-SNAPSHOT</version>
+    <version>3.5.3</version>
   </parent>
 
   <artifactId>maven-settings</artifactId>

http://git-wip-us.apache.org/repos/asf/maven/blob/3383c37e/maven-slf4j-provider/pom.xml
----------------------------------------------------------------------
diff --git a/maven-slf4j-provider/pom.xml b/maven-slf4j-provider/pom.xml
index 1d49cd8..98da1e1 100644
--- a/maven-slf4j-provider/pom.xml
+++ b/maven-slf4j-provider/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven</artifactId>
-    <version>3.5.3-SNAPSHOT</version>
+    <version>3.5.3</version>
   </parent>
 
   <artifactId>maven-slf4j-provider</artifactId>

http://git-wip-us.apache.org/repos/asf/maven/blob/3383c37e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f2011ed..7835415 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@ under the License.
   </parent>
 
   <artifactId>maven</artifactId>
-  <version>3.5.3-SNAPSHOT</version>
+  <version>3.5.3</version>
   <packaging>pom</packaging>
 
   <name>Apache Maven</name>
@@ -98,7 +98,7 @@ under the License.
     <connection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</connection>
     <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</developerConnection>
     <url>https://github.com/apache/maven/tree/${project.scm.tag}</url>
-    <tag>master</tag>
+    <tag>maven-3.5.3</tag>
   </scm>
   <issueManagement>
     <system>jira</system>


[08/11] maven git commit: Fixed typo in link

Posted by kh...@apache.org.
Fixed typo in link


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

Branch: refs/heads/MNG-6362
Commit: b05b2e19dafa1bc7420beae149c7907eee8c0335
Parents: 17dcd50
Author: Karl Heinz Marbaise <kh...@apache.org>
Authored: Mon Feb 19 19:51:24 2018 +0100
Committer: Karl Heinz Marbaise <kh...@apache.org>
Committed: Mon Feb 26 18:19:55 2018 +0100

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


http://git-wip-us.apache.org/repos/asf/maven/blob/b05b2e19/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 6cd6f87..6d555c9 100644
--- a/README.md
+++ b/README.md
@@ -95,7 +95,7 @@ License
 [dev-ml-list]: https://www.mail-archive.com/dev@maven.apache.org/
 [code-style]: http://maven.apache.org/developers/conventions/code.html
 [core-it]: https://maven.apache.org/core-its/core-it-suite/
-[building-maven: https://maven.apache.org/guides/development/guide-building-maven.html
+[building-maven]: https://maven.apache.org/guides/development/guide-building-maven.html
 [maven-wiki]: https://cwiki.apache.org/confluence/display/MAVEN/Index
 [cla]: https://www.apache.org/licenses/#clas
 


[09/11] maven git commit: Improved wording.

Posted by kh...@apache.org.
Improved wording.


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

Branch: refs/heads/MNG-6362
Commit: 890330495f9d0fa430da06211acdda92117c04b1
Parents: 0521d15
Author: Karl Heinz Marbaise <kh...@apache.org>
Authored: Wed Feb 21 20:10:16 2018 +0100
Committer: Karl Heinz Marbaise <kh...@apache.org>
Committed: Mon Feb 26 18:19:56 2018 +0100

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


http://git-wip-us.apache.org/repos/asf/maven/blob/89033049/CONTRIBUTING.md
----------------------------------------------------------------------
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 3537d54..db9959a 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -71,8 +71,10 @@ Submitting Changes
 We accept Pull Requests via GitHub. The [developer mailing list][dev-ml-list] is the
 main channel of communication for contributors.  
 There are some guidelines which will make applying PRs easier for us:
-+ No tabs! Please use spaces for indentation.
-+ Respect the [code style][code-style].
++ The Maven Codestyle uses spaces instead of spaces. This way column numbers 
+  don't depend on the IDE settings and will be the same for everyone.
++ By using the same [codestyle][code-style], patches should only highlight the actual 
+  difference, not being disturbed by any formatting issues. 
 + Create minimal diffs - disable on save actions like reformat source code or
   organize imports. If you feel the source code should be reformatted create a
   separate PR for this change.


[10/11] maven git commit: Removed empty line.

Posted by kh...@apache.org.
Removed empty line.


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

Branch: refs/heads/MNG-6362
Commit: baacb064d1ba1c6b7609ef6a244ead45e93ee393
Parents: 8903304
Author: Karl Heinz Marbaise <kh...@apache.org>
Authored: Thu Feb 22 17:30:58 2018 +0100
Committer: Karl Heinz Marbaise <kh...@apache.org>
Committed: Mon Feb 26 18:19:56 2018 +0100

----------------------------------------------------------------------
 README.md | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/baacb064/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 52bf155..c56d6fb 100644
--- a/README.md
+++ b/README.md
@@ -61,7 +61,6 @@ Donations
 ---------
 You like Apache Maven? Then [donate back to the ASF](https://www.apache.org/foundation/contributing.html) to support the development.
 
-
 License
 -------
 [Apache License, Version 2.0, January 2004][license]


[11/11] maven git commit: Removed another empty line.

Posted by kh...@apache.org.
Removed another empty line.


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

Branch: refs/heads/MNG-6362
Commit: 144d2da4744f732b6ae5f90f5796a437f1cf9f2e
Parents: baacb06
Author: Karl Heinz Marbaise <kh...@apache.org>
Authored: Thu Feb 22 17:46:26 2018 +0100
Committer: Karl Heinz Marbaise <kh...@apache.org>
Committed: Mon Feb 26 18:19:56 2018 +0100

----------------------------------------------------------------------
 README.md | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/144d2da4/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index c56d6fb..05c4c11 100644
--- a/README.md
+++ b/README.md
@@ -56,7 +56,6 @@ This code is under the [Apache Licence v2][license]
 
 See the `NOTICE` file for required notices and attributions.
 
-
 Donations
 ---------
 You like Apache Maven? Then [donate back to the ASF](https://www.apache.org/foundation/contributing.html) to support the development.


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

Posted by kh...@apache.org.
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/)


[07/11] maven git commit: Enhanced README.md

Posted by kh...@apache.org.
Enhanced README.md


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

Branch: refs/heads/MNG-6362
Commit: 17dcd507611f440e06bb0a6830eb6c2b2528cb07
Parents: 35e8f47
Author: Karl Heinz Marbaise <kh...@apache.org>
Authored: Mon Feb 19 19:49:34 2018 +0100
Committer: Karl Heinz Marbaise <kh...@apache.org>
Committed: Mon Feb 26 18:19:55 2018 +0100

----------------------------------------------------------------------
 README.md | 24 ++++++++++++++----------
 1 file changed, 14 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/17dcd507/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index d8f302b..6cd6f87 100644
--- a/README.md
+++ b/README.md
@@ -36,14 +36,6 @@ More information can be found on [Apache Maven Homepage][maven-home].
 Question related to the usage of the Maven should be posted on
 the [Maven User List][users-list].
 
-If you are interested in the development of Maven please consult the 
-documentation first and afterwards you are welcome to join the developers 
-mailing list to ask question or discus new ideas / features / bugs etc.
-
-[Maven Wiki](https://cwiki.apache.org/confluence/display/MAVEN/Index)
-[Building Maven](https://maven.apache.org/guides/development/guide-building-maven.html)
-[Running Core ITs](https://maven.apache.org/core-its/core-it-suite/)
-
 
 Where can I get the latest release?
 -----------------------------------
@@ -52,6 +44,13 @@ You can download release source from our [download page][maven-download].
 Contributing
 ------------
 
+If you are interested in the development of Maven please consult the 
+documentation first and afterwards you are welcome to join the developers 
+mailing list to ask question or discus new ideas / features / bugs etc.
+
+Some of the ideas are documented in the [Maven Wiki][maven-wiki]
+which might be intersting to read and for further discussion.
+
 We accept Pull Requests via GitHub. The [developer mailing list][dev-ml-list] is the
 main channel of communication for contributors.  
 There are some guidelines which will make applying PRs easier for us:
@@ -60,10 +59,10 @@ There are some guidelines which will make applying PRs easier for us:
 + Create minimal diffs - disable on save actions like reformat source code or
   organize imports. If you feel the source code should be reformatted create a
   separate PR for this change.
-+ Provide JUnit/Core IT tests for your changes and make sure your changes don't break
++ Provide JUnit/[Core IT tests][core-it] for your changes and make sure your changes don't break
   any existing tests by running ```mvn -Prun-its verify```.
 
-If you plan to contribute on a regular basis, please consider filing a [contributor license agreement](https://www.apache.org/licenses/#clas).
+If you plan to contribute on a regular basis, please consider filing a [contributor license agreement][cla].
 You can learn more about contributing via GitHub in our [contribution guidelines](CONTRIBUTING.md).
 
 
@@ -95,3 +94,8 @@ License
 [users-list]: http://maven.apache.org/mail-lists.html
 [dev-ml-list]: https://www.mail-archive.com/dev@maven.apache.org/
 [code-style]: http://maven.apache.org/developers/conventions/code.html
+[core-it]: https://maven.apache.org/core-its/core-it-suite/
+[building-maven: https://maven.apache.org/guides/development/guide-building-maven.html
+[maven-wiki]: https://cwiki.apache.org/confluence/display/MAVEN/Index
+[cla]: https://www.apache.org/licenses/#clas
+


[03/11] maven git commit: [maven-release-plugin] prepare for next development iteration

Posted by kh...@apache.org.
[maven-release-plugin] prepare for next development iteration


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

Branch: refs/heads/MNG-6362
Commit: 85b4e3d8e8737eb3f268114442495ed9c938955b
Parents: 3383c37
Author: Stephen Connolly <st...@gmail.com>
Authored: Sat Feb 24 19:29:56 2018 +0000
Committer: Stephen Connolly <st...@gmail.com>
Committed: Sat Feb 24 19:29:56 2018 +0000

----------------------------------------------------------------------
 apache-maven/pom.xml              | 2 +-
 maven-artifact/pom.xml            | 2 +-
 maven-builder-support/pom.xml     | 2 +-
 maven-compat/pom.xml              | 2 +-
 maven-core/pom.xml                | 2 +-
 maven-embedder/pom.xml            | 2 +-
 maven-model-builder/pom.xml       | 2 +-
 maven-model/pom.xml               | 2 +-
 maven-plugin-api/pom.xml          | 2 +-
 maven-repository-metadata/pom.xml | 2 +-
 maven-resolver-provider/pom.xml   | 2 +-
 maven-settings-builder/pom.xml    | 2 +-
 maven-settings/pom.xml            | 2 +-
 maven-slf4j-provider/pom.xml      | 2 +-
 pom.xml                           | 4 ++--
 15 files changed, 16 insertions(+), 16 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/85b4e3d8/apache-maven/pom.xml
----------------------------------------------------------------------
diff --git a/apache-maven/pom.xml b/apache-maven/pom.xml
index 5c63635..166a14e 100644
--- a/apache-maven/pom.xml
+++ b/apache-maven/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven</artifactId>
-    <version>3.5.3</version>
+    <version>3.5.4-SNAPSHOT</version>
   </parent>
 
   <artifactId>apache-maven</artifactId>

http://git-wip-us.apache.org/repos/asf/maven/blob/85b4e3d8/maven-artifact/pom.xml
----------------------------------------------------------------------
diff --git a/maven-artifact/pom.xml b/maven-artifact/pom.xml
index 1636de1..ab842fa 100644
--- a/maven-artifact/pom.xml
+++ b/maven-artifact/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven</artifactId>
-    <version>3.5.3</version>
+    <version>3.5.4-SNAPSHOT</version>
   </parent>
 
   <artifactId>maven-artifact</artifactId>

http://git-wip-us.apache.org/repos/asf/maven/blob/85b4e3d8/maven-builder-support/pom.xml
----------------------------------------------------------------------
diff --git a/maven-builder-support/pom.xml b/maven-builder-support/pom.xml
index 3c073d7..ab4fb08 100644
--- a/maven-builder-support/pom.xml
+++ b/maven-builder-support/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven</artifactId>
-    <version>3.5.3</version>
+    <version>3.5.4-SNAPSHOT</version>
   </parent>
 
   <artifactId>maven-builder-support</artifactId>

http://git-wip-us.apache.org/repos/asf/maven/blob/85b4e3d8/maven-compat/pom.xml
----------------------------------------------------------------------
diff --git a/maven-compat/pom.xml b/maven-compat/pom.xml
index 5d8e03f..eaa3abf 100644
--- a/maven-compat/pom.xml
+++ b/maven-compat/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven</artifactId>
-    <version>3.5.3</version>
+    <version>3.5.4-SNAPSHOT</version>
   </parent>
 
   <artifactId>maven-compat</artifactId>

http://git-wip-us.apache.org/repos/asf/maven/blob/85b4e3d8/maven-core/pom.xml
----------------------------------------------------------------------
diff --git a/maven-core/pom.xml b/maven-core/pom.xml
index 08ae341..6fd47c5 100644
--- a/maven-core/pom.xml
+++ b/maven-core/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven</artifactId>
-    <version>3.5.3</version>
+    <version>3.5.4-SNAPSHOT</version>
   </parent>
 
   <artifactId>maven-core</artifactId>

http://git-wip-us.apache.org/repos/asf/maven/blob/85b4e3d8/maven-embedder/pom.xml
----------------------------------------------------------------------
diff --git a/maven-embedder/pom.xml b/maven-embedder/pom.xml
index dd7e166..2994f04 100644
--- a/maven-embedder/pom.xml
+++ b/maven-embedder/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven</artifactId>
-    <version>3.5.3</version>
+    <version>3.5.4-SNAPSHOT</version>
   </parent>
 
   <artifactId>maven-embedder</artifactId>

http://git-wip-us.apache.org/repos/asf/maven/blob/85b4e3d8/maven-model-builder/pom.xml
----------------------------------------------------------------------
diff --git a/maven-model-builder/pom.xml b/maven-model-builder/pom.xml
index 6895aaf..a009b5c 100644
--- a/maven-model-builder/pom.xml
+++ b/maven-model-builder/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven</artifactId>
-    <version>3.5.3</version>
+    <version>3.5.4-SNAPSHOT</version>
   </parent>
 
   <artifactId>maven-model-builder</artifactId>

http://git-wip-us.apache.org/repos/asf/maven/blob/85b4e3d8/maven-model/pom.xml
----------------------------------------------------------------------
diff --git a/maven-model/pom.xml b/maven-model/pom.xml
index e542092..952fab1 100644
--- a/maven-model/pom.xml
+++ b/maven-model/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven</artifactId>
-    <version>3.5.3</version>
+    <version>3.5.4-SNAPSHOT</version>
   </parent>
 
   <artifactId>maven-model</artifactId>

http://git-wip-us.apache.org/repos/asf/maven/blob/85b4e3d8/maven-plugin-api/pom.xml
----------------------------------------------------------------------
diff --git a/maven-plugin-api/pom.xml b/maven-plugin-api/pom.xml
index fed5317..fcec291 100644
--- a/maven-plugin-api/pom.xml
+++ b/maven-plugin-api/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven</artifactId>
-    <version>3.5.3</version>
+    <version>3.5.4-SNAPSHOT</version>
   </parent>
 
   <artifactId>maven-plugin-api</artifactId>

http://git-wip-us.apache.org/repos/asf/maven/blob/85b4e3d8/maven-repository-metadata/pom.xml
----------------------------------------------------------------------
diff --git a/maven-repository-metadata/pom.xml b/maven-repository-metadata/pom.xml
index 445dd24..b58c631 100644
--- a/maven-repository-metadata/pom.xml
+++ b/maven-repository-metadata/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven</artifactId>
-    <version>3.5.3</version>
+    <version>3.5.4-SNAPSHOT</version>
   </parent>
 
   <artifactId>maven-repository-metadata</artifactId>

http://git-wip-us.apache.org/repos/asf/maven/blob/85b4e3d8/maven-resolver-provider/pom.xml
----------------------------------------------------------------------
diff --git a/maven-resolver-provider/pom.xml b/maven-resolver-provider/pom.xml
index 1fb0f62..20dda36 100644
--- a/maven-resolver-provider/pom.xml
+++ b/maven-resolver-provider/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven</artifactId>
-    <version>3.5.3</version>
+    <version>3.5.4-SNAPSHOT</version>
   </parent>
 
   <artifactId>maven-resolver-provider</artifactId>

http://git-wip-us.apache.org/repos/asf/maven/blob/85b4e3d8/maven-settings-builder/pom.xml
----------------------------------------------------------------------
diff --git a/maven-settings-builder/pom.xml b/maven-settings-builder/pom.xml
index 28c684d..b18bcd9 100644
--- a/maven-settings-builder/pom.xml
+++ b/maven-settings-builder/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven</artifactId>
-    <version>3.5.3</version>
+    <version>3.5.4-SNAPSHOT</version>
   </parent>
 
   <artifactId>maven-settings-builder</artifactId>

http://git-wip-us.apache.org/repos/asf/maven/blob/85b4e3d8/maven-settings/pom.xml
----------------------------------------------------------------------
diff --git a/maven-settings/pom.xml b/maven-settings/pom.xml
index 5d38793..c909107 100644
--- a/maven-settings/pom.xml
+++ b/maven-settings/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven</artifactId>
-    <version>3.5.3</version>
+    <version>3.5.4-SNAPSHOT</version>
   </parent>
 
   <artifactId>maven-settings</artifactId>

http://git-wip-us.apache.org/repos/asf/maven/blob/85b4e3d8/maven-slf4j-provider/pom.xml
----------------------------------------------------------------------
diff --git a/maven-slf4j-provider/pom.xml b/maven-slf4j-provider/pom.xml
index 98da1e1..ee166a2 100644
--- a/maven-slf4j-provider/pom.xml
+++ b/maven-slf4j-provider/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven</artifactId>
-    <version>3.5.3</version>
+    <version>3.5.4-SNAPSHOT</version>
   </parent>
 
   <artifactId>maven-slf4j-provider</artifactId>

http://git-wip-us.apache.org/repos/asf/maven/blob/85b4e3d8/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 7835415..15c94fc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@ under the License.
   </parent>
 
   <artifactId>maven</artifactId>
-  <version>3.5.3</version>
+  <version>3.5.4-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Apache Maven</name>
@@ -98,7 +98,7 @@ under the License.
     <connection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</connection>
     <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</developerConnection>
     <url>https://github.com/apache/maven/tree/${project.scm.tag}</url>
-    <tag>maven-3.5.3</tag>
+    <tag>master</tag>
   </scm>
   <issueManagement>
     <system>jira</system>