Maven 3.8.6 => 3.9.0 (#8069)

Co-authored-by: chronos <noreply@github.com>
This commit is contained in:
Ed Reel
2023-03-15 08:56:28 -05:00
committed by GitHub
parent 2ea023e0f7
commit c8936e63e0

View File

@@ -3,13 +3,13 @@ require 'package'
class Maven < Package
description 'Apache Maven is a software project management and comprehension tool.'
homepage 'https://maven.apache.org/'
version '3.8.6'
version '3.9.0'
license 'Apache-2.0'
compatibility 'all'
source_url 'https://dlcdn.apache.org/maven/maven-3/3.8.6/binaries/apache-maven-3.8.6-bin.tar.gz'
source_sha256 'c7047a48deb626abf26f71ab3643d296db9b1e67f1faa7d988637deac876b5a9'
source_url 'https://dlcdn.apache.org/maven/maven-3/3.9.0/binaries/apache-maven-3.9.0-bin.tar.gz'
source_sha256 'b118e624ec6f7abd8fc49e6cb23f134dbbab1119d88718fc09d798d33756dd72'
depends_on 'openjdk8'
depends_on 'openjdk8' unless File.exist? "#{CREW_PREFIX}/bin/java"
no_compile_needed