maven: new version (#5631)

* Adding maven v3.5.0

Updating package file to include later version of maven but still signifying a preference for the older

* removing specific preference flag
This commit is contained in:
George Hartzell 2017-10-06 12:53:56 -07:00 committed by Christoph Junghans
parent 4065ef2106
commit 68011bde39

View File

@ -32,6 +32,7 @@ class Maven(Package):
homepage = "https://maven.apache.org/index.html"
url = "https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.3.9/apache-maven-3.3.9-bin.tar.gz"
version('3.5.0', '35c39251d2af99b6624d40d801f6ff02')
version('3.3.9', '516923b3955b6035ba6b0a5b031fbd8b')
depends_on('java')