Repository: archiva Updated Branches: refs/heads/master af6d9ab5c -> 62813d417
update maven prerequisites Project: http://git-wip-us.apache.org/repos/asf/archiva/repo Commit: http://git-wip-us.apache.org/repos/asf/archiva/commit/62813d41 Tree: http://git-wip-us.apache.org/repos/asf/archiva/tree/62813d41 Diff: http://git-wip-us.apache.org/repos/asf/archiva/diff/62813d41 Branch: refs/heads/master Commit: 62813d41700540ac788957c9dd4985db9bbbbf2e Parents: af6d9ab Author: Olivier Lamy <[email protected]> Authored: Thu Feb 12 21:38:04 2015 +1100 Committer: Olivier Lamy <[email protected]> Committed: Thu Feb 12 21:38:04 2015 +1100 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/archiva/blob/62813d41/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 5a6dd6e..01db89b 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <prerequisites> - <maven>3.0</maven> + <maven>3.0.5</maven> </prerequisites> <parent>
