Skip to content

Commit 9dc297d

Browse files
author
Julien Ruaux
committed
build: Fixed archive filename
1 parent 782f2bd commit 9dc297d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

jreleaser.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@ distributions:
5353
type: binary
5454
artifacts:
5555
- path: target/components/packages/{{distributionName}}.{{projectVersion}}.zip
56-
transform: 'redis-kafka-connect-5.{{projectEffectiveVersion}}.zip'
56+
transform: '{{distributionName}}.{{projectEffectiveVersion}}.zip'
5757
redis-redis-enterprise-kafka-6:
5858
type: binary
5959
artifacts:
6060
- path: target/components/packages/{{distributionName}}.{{projectVersion}}.zip
61-
transform: 'redis-kafka-connect-6.{{projectEffectiveVersion}}.zip'
61+
transform: '{{distributionName}}.{{projectEffectiveVersion}}.zip'
6262

6363
files:
6464
artifacts:
65-
- path: target/generated-docs/redis-kafka-connect-{{projectVersion}}.pdf
66-
transform: 'redis-kafka-connect-{{projectEffectiveVersion}}.pdf'
65+
- path: target/generated-docs/{{projectName}}-{{projectVersion}}.pdf
66+
transform: '{{projectName}}-{{projectEffectiveVersion}}.pdf'

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@
377377
<github-owner>${github.owner}</github-owner>
378378
<github-repo>${github.repo}</github-repo>
379379
<component-owner>redis</component-owner>
380-
<component-name>${component-name}</component-name>
380+
<component-name>redis-enterprise-kafka</component-name>
381381
<project-artifact>${project.artifactId}</project-artifact>
382382
<project-name>${project.name}</project-name>
383383
<project-version>${project.version}</project-version>

0 commit comments

Comments
 (0)