File tree Expand file tree Collapse file tree 3 files changed +12
-8
lines changed
Expand file tree Collapse file tree 3 files changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -59,16 +59,16 @@ announce:
5959 message : ' 🚀 Redis Enterprise Kafka Connector {{projectVersion}} has been released! {{releaseNotesUrl}}'
6060
6161distributions :
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'
7272files :
7373 artifacts :
7474 - path : target/generated-docs/redis-enterprise-kafka-{{projectVersion}}.pdf
Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ Download the latest release archive from https://github.com/{github-owner}/{gith
99====
1010Download 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
You can’t perform that action at this time.
0 commit comments