diff --git a/cassandra-5.0.yaml b/cassandra-5.0.yaml index 82b7d09c084..5916b5d2c21 100644 --- a/cassandra-5.0.yaml +++ b/cassandra-5.0.yaml @@ -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 @@ -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 diff --git a/cassandra-5.0/pombump-deps.yaml b/cassandra-5.0/pombump-deps.yaml new file mode 100644 index 00000000000..2fe25a23c57 --- /dev/null +++ b/cassandra-5.0/pombump-deps.yaml @@ -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