Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions maven.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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.
Expand All @@ -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: |
Expand Down