diff --git a/maven.yaml b/maven.yaml index 48882ff324c..709398cadf1 100644 --- a/maven.yaml +++ b/maven.yaml @@ -1,6 +1,6 @@ package: name: maven - version: 3.9.2 + version: 3.9.3 epoch: 0 description: A Java project management and project comprehension tool. copyright: @@ -13,6 +13,7 @@ environment: - build-base - busybox - openjdk-11-jre + - openjdk-11-default-jvm # The first time this is built, it depends on maven-stage0.yaml being built first, # using pre-built maven binaries, which `provides` a maven package at an earlier version. # Afterwards it depends on previous versions of this package built from source. @@ -23,7 +24,7 @@ pipeline: with: repository: https://github.com/apache/maven tag: maven-${{package.version}} - expected-commit: c9616018c7a021c1c39be70fb2843d6f5f9b8a1c + expected-commit: 21122926829f1ead511c958d89bd2f672198ae9f destination: maven - runs: |