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
9 changes: 7 additions & 2 deletions cassandra-5.0.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: cassandra-5.0
version: "5.0.3"
epoch: 1
epoch: 2
description: Open Source NoSQL Database
copyright:
- license: Apache-2.0
Expand Down Expand Up @@ -46,8 +46,13 @@ pipeline:
expected-commit: b0226c8ea122c3e5ea8680efb0744d33924fd732
tag: cassandra-${{package.version}}

- uses: maven/pombump
with:
patch-file: pombump-deps.yaml
pom: ./.build/parent-pom-template.xml

- runs: |
ant artifacts -Dversion=${{package.version}}
ant -Drat.skip=true artifacts -Dversion=${{package.version}}

# Install cassandra from the tarball in build/dist into the destdir in /usr/share/java/cassandra
mkdir -p "${{targets.destdir}}"/usr/share/java/cassandra
Expand Down
13 changes: 13 additions & 0 deletions cassandra-5.0/pombump-deps.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
patches:
- groupId: io.netty
artifactId: netty-handler
version: 4.1.118.Final
- groupId: io.netty
artifactId: netty-all
version: 4.1.118.Final
- groupId: com.fasterxml.jackson.core
artifactId: jackson-databind
version: 2.15.3
- groupId: com.fasterxml.jackson.core
artifactId: jackson-core
version: 2.15.3
Loading