You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sc...@apache.org on 2016/12/21 06:34:28 UTC

[2/2] maven git commit: o Updated to remove deprecated element causing a warning.

o Updated to remove deprecated <prerequisites> element causing a warning.


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

Branch: refs/heads/master
Commit: a4fe9ec7976421dcadd8d3ab033928a6cb4b7c19
Parents: fe42dac
Author: Christian Schulte <sc...@apache.org>
Authored: Wed Dec 21 07:31:40 2016 +0100
Committer: Christian Schulte <sc...@apache.org>
Committed: Wed Dec 21 07:31:40 2016 +0100

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/a4fe9ec7/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f71ad0e..7e4a1ea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -155,9 +155,9 @@ under the License.
   <!-- This marked as deprecated for Maven 3.X. This is checked by maven-enforcer-plugin -->
   <!--  https://issues.apache.org/jira/browse/MNG-4840 -->
   <!--  https://issues.apache.org/jira/browse/MNG-5297 -->
-  <prerequisites>
+  <!-- prerequisites>
     <maven>${maven.version}</maven>
-  </prerequisites>
+  </prerequisites -->
 
   <!--bootstrap-start-comment-->
   <dependencyManagement>