Skip to content
Closed
Show file tree
Hide file tree
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
4 changes: 3 additions & 1 deletion spark-4.0.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: spark-4.0
version: "4.0.0"
epoch: 0
epoch: 1
description: Unified engine for large-scale data analytics
copyright:
- license: Apache-2.0
Expand Down Expand Up @@ -58,6 +58,8 @@ pipeline:
expected-commit: fa33ea000a0bda9e5a3fa1af98e8e85b8cc5e4d4
tag: v${{package.version}}

- uses: maven/pombump

subpackages:
- name: ${{package.name}}-scala-${{vars.scala-version}}
dependencies:
Expand Down
4 changes: 4 additions & 0 deletions spark-4.0/pombump-deps.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
patches:
- groupId: org.apache.avro
artifactId: avro
version: 1.11.3
Loading