Skip to content

Commit 1250e68

Browse files
committed
[chore] Renamed archive filename to conform with Confluent Hub spec
1 parent be4e725 commit 1250e68

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

jreleaser.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,16 +59,16 @@ announce:
5959
message: '🚀 Redis Enterprise Kafka Connector {{projectVersion}} has been released! {{releaseNotesUrl}}'
6060

6161
distributions:
62-
redis-enterprise-kafka-cp5:
62+
redis-redis-enterprise-kafka-cp5:
6363
type: binary
6464
artifacts:
65-
- path: target/components/packages/redis-{{projectName}}-cp5-{{projectVersion}}.zip
66-
transform: '{{distributionName}}/{{distributionName}}-{{projectEffectiveVersion}}.zip'
67-
redis-enterprise-kafka-cp6:
65+
- path: target/components/packages/{{distributionName}}-{{projectVersion}}.zip
66+
transform: '{{distributionName}}-{{projectEffectiveVersion}}.zip'
67+
redis-redis-enterprise-kafka-cp6:
6868
type: binary
6969
artifacts:
70-
- path: target/components/packages/redis-{{projectName}}-cp6-{{projectVersion}}.zip
71-
transform: '{{distributionName}}/{{distributionName}}-{{projectEffectiveVersion}}.zip'
70+
- path: target/components/packages/{{distributionName}}-{{projectVersion}}.zip
71+
transform: '{{distributionName}}-{{projectEffectiveVersion}}.zip'
7272
files:
7373
artifacts:
7474
- path: target/generated-docs/redis-enterprise-kafka-{{projectVersion}}.pdf

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131
<slf4j.version>1.7.30</slf4j.version>
3232
<testcontainers-redis.version>1.3.3</testcontainers-redis.version>
3333
<testcontainers.version>1.15.3</testcontainers.version>
34+
<component-owner>redis</component-owner>
35+
<component-name>redis-enterprise-kafka</component-name>
3436
</properties>
3537
<licenses>
3638
<license>
@@ -358,6 +360,8 @@
358360
<attributes>
359361
<github-owner>${github.owner}</github-owner>
360362
<github-repo>${github.repo}</github-repo>
363+
<component-owner>${component-owner}</component-owner>
364+
<component-name>${component-name}</component-name>
361365
<project-artifact>${artifactId}</project-artifact>
362366
<project-name>${project.name}</project-name>
363367
<project-version>${project.version}</project-version>

src/docs/asciidoc/_install.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Download the latest release archive from https://github.com/{github-owner}/{gith
99
====
1010
Download the connector archive that matches your version of Confluent Platform:
1111
12-
* Confluent Platform 5.0+: `{project-artifact}-*cp5*-{project-version}.zip`
13-
* Confluent Platform 6.0+: `{project-artifact}-*cp6*-{project-version}.zip`
12+
* Confluent Platform 5.0+: `{component-owner}-{component-name}-*cp5*-{project-version}.zip`
13+
* Confluent Platform 6.0+: `{component-owner}-{component-name}-*cp6*-{project-version}.zip`
1414
====
1515

1616
== Install using Confluent Hub

0 commit comments

Comments
 (0)