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
7 changes: 6 additions & 1 deletion apache-pulsar.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: apache-pulsar
version: "4.0.6"
epoch: 0
epoch: 1
description: Pulsar is a distributed pub-sub messaging platform with a very flexible messaging model and an intuitive client API.
copyright:
- license: Apache-2.0
Expand Down Expand Up @@ -35,6 +35,11 @@ pipeline:

- uses: maven/pombump

- uses: maven/pombump
with:
patch-file: pombump-properties.yaml
pom: buildtools/pom.xml

- name: Build
runs: ./mvnw package -DskipTests

Expand Down
3 changes: 3 additions & 0 deletions apache-pulsar/pombump-properties.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
properties:
- property: netty.version
value: "4.1.124.Final"
Loading