diff options
author | Olivier Lamy <olamy@apache.org> | 2015-02-12 21:38:04 +1100 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2015-02-12 21:38:04 +1100 |
commit | 62813d41700540ac788957c9dd4985db9bbbbf2e (patch) | |
tree | f42cad25fab94ae60c96ca6657596afb12d6ba7c /pom.xml | |
parent | af6d9ab5c0ff9e84566db82f9988d323d57306ea (diff) | |
download | archiva-62813d41700540ac788957c9dd4985db9bbbbf2e.tar.gz archiva-62813d41700540ac788957c9dd4985db9bbbbf2e.zip |
update maven prerequisites
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |