You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2018/07/13 00:26:27 UTC

[47/50] [abbrv] commons-dbcp git commit: Fix: [WARNING] The project org.apache.commons:commons-dbcp2:jar:2.5.0-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you shoul

Fix: [WARNING] The project
org.apache.commons:commons-dbcp2:jar:2.5.0-SNAPSHOT uses prerequisites
which is only intended for maven-plugin projects but not for non
maven-plugin projects. For such purposes you should use the
maven-enforcer-plugin. See
https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html

Project: http://git-wip-us.apache.org/repos/asf/commons-dbcp/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-dbcp/commit/54803f1a
Tree: http://git-wip-us.apache.org/repos/asf/commons-dbcp/tree/54803f1a
Diff: http://git-wip-us.apache.org/repos/asf/commons-dbcp/diff/54803f1a

Branch: refs/heads/release
Commit: 54803f1ab0f71317e0543d42605d4dc575d50296
Parents: 7b19b4c
Author: Gary Gregory <ga...@gmail.com>
Authored: Thu Jul 12 09:55:00 2018 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Thu Jul 12 09:55:00 2018 -0600

----------------------------------------------------------------------
 pom.xml | 5 -----
 1 file changed, 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-dbcp/blob/54803f1a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f1ec690..f292063 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,11 +33,6 @@
   <description>Apache Commons DBCP software implements Database Connection Pooling</description>
   <url>http://commons.apache.org/dbcp/</url>
 
-  <!-- Maven 3.0 needed for scmpublish 1.0 -->
-  <prerequisites>
-    <maven>3.0.5</maven>
-  </prerequisites>
-
   <distributionManagement>
     <!-- Cannot define in parent ATM, see COMMONSSITE-26 -->
     <site>