Repository: commons-dbcp Updated Branches: refs/heads/master c046e8639 -> 4fe3600d8
Fix ERRORs logged by 'mvn versions:display-plugin-updates'. Project: http://git-wip-us.apache.org/repos/asf/commons-dbcp/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-dbcp/commit/4fe3600d Tree: http://git-wip-us.apache.org/repos/asf/commons-dbcp/tree/4fe3600d Diff: http://git-wip-us.apache.org/repos/asf/commons-dbcp/diff/4fe3600d Branch: refs/heads/master Commit: 4fe3600d82c3a25770d47d9d99c9771dd7ee831a Parents: c046e86 Author: Gary Gregory <[email protected]> Authored: Mon May 7 12:45:53 2018 -0600 Committer: Gary Gregory <[email protected]> Committed: Mon May 7 12:45:53 2018 -0600 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-dbcp/blob/4fe3600d/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 079ffdd..c090f61 100644 --- a/pom.xml +++ b/pom.xml @@ -35,7 +35,7 @@ <!-- Maven 3.0 needed for scmpublish 1.0 --> <prerequisites> - <maven>3.0</maven> + <maven>3.0.5</maven> </prerequisites> <distributionManagement>
