Skip to content
Merged
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: 2 additions & 2 deletions tez.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: tez
version: 0.10.4
epoch: 7
epoch: 8
description: Apache Tez
copyright:
- license: Apache-2.0
Expand All @@ -27,7 +27,7 @@ pipeline:

- uses: maven/pombump
with:
patch-file: patches.yaml
patch-file: pombump-deps.yaml
properties-file: pombump-properties.yaml

- runs: |
Expand Down
5 changes: 0 additions & 5 deletions tez/patches.yaml

This file was deleted.

9 changes: 6 additions & 3 deletions tez/pombump-deps.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
patches:
- groupId: org.eclipse.jetty
artifactId: jetty-server
version: 9.4.57.v20241219
- groupId: org.apache.avro
artifactId: avro
version: 1.11.4
- groupId: com.google.protobuf
artifactId: protobuf-java
version: 3.25.5
2 changes: 2 additions & 0 deletions tez/pombump-properties.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
properties:
- property: netty.version
value: 4.1.118.Final
- property: asynchttpclient.version
value: 2.12.4
Loading