You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2022/05/19 18:23:42 UTC

[maven-scm] branch master updated: Remove useless prerequisites

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 05ea01ba Remove useless prerequisites
05ea01ba is described below

commit 05ea01ba36e5291ab05a895801b8cddb7d8eb8b7
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Thu May 19 20:19:31 2022 +0200

    Remove useless prerequisites
---
 pom.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 03b18176..640c24e7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -90,10 +90,6 @@
     </mailingList>
   </mailingLists>
 
-  <prerequisites>
-    <maven>2.2.1</maven>
-  </prerequisites>
-
   <modules>
     <module>maven-scm-api</module>
     <module>maven-scm-managers</module>