|
3 | 3 | xmlns="http://maven.apache.org/POM/4.0.0" |
4 | 4 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
5 | 5 | <modelVersion>4.0.0</modelVersion> |
6 | | - <groupId>com.redislabs</groupId> |
| 6 | + <groupId>com.redis</groupId> |
7 | 7 | <artifactId>redis-enterprise-kafka</artifactId> |
8 | 8 | <version>0.4.1-SNAPSHOT</version> |
9 | 9 | <name>Redis Enterprise Kafka Connector</name> |
10 | 10 | <description>Kafka Connect source and sink connectors for Redis Enterprise</description> |
11 | | - <url>https://github.com/RedisLabs-Field-Engineering/redis-enterprise-kafka</url> |
| 11 | + <url>https://github.com/${github.owner}/${github.repo}</url> |
12 | 12 | <inceptionYear>2021</inceptionYear> |
13 | 13 | <properties> |
| 14 | + <github.owner>RedisLabs-Field-Engineering</github.owner> |
| 15 | + <github.repo>redis-enterprise-kafka</github.repo> |
14 | 16 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
15 | 17 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
16 | 18 | <java.version>8</java.version> |
|
42 | 44 | </developer> |
43 | 45 | </developers> |
44 | 46 | <scm> |
45 | | - <connection>scm:git:https://github.com/RedisLabs-Field-Engineering/redis-enterprise-kafka.git</connection> |
46 | | - <developerConnection>scm:git:git@github.com:RedisLabs-Field-Engineering/redis-enterprise-kafka.git |
| 47 | + <connection>scm:git:https://github.com/${github.owner}/${github.repo}.git</connection> |
| 48 | + <developerConnection>scm:git:git@github.com:${github.owner}/${github.repo}.git |
47 | 49 | </developerConnection> |
48 | | - <url>https://github.com/RedisLabs-Field-Engineering/redis-enterprise-kafka</url> |
| 50 | + <url>https://github.com/${github.owner}/${github.repo}</url> |
49 | 51 | </scm> |
50 | 52 | <issueManagement> |
51 | 53 | <system>github</system> |
52 | | - <url>https://github.com/RedisLabs-Field-Engineering/redis-enterprise-kafka/issues</url> |
| 54 | + <url>https://github.com/${github.owner}/${github.repo}/issues</url> |
53 | 55 | </issueManagement> |
54 | 56 | <repositories> |
55 | 57 | <repository> |
|
278 | 280 | <version>0.12.0</version> |
279 | 281 | <configuration> |
280 | 282 | <ownerUsername>redis</ownerUsername> |
281 | | - <documentationUrl>https://redislabs-field-engineering.github.io/redis-enterprise-kafka/</documentationUrl> |
282 | | - <ownerLogo>src/docs/asciidoc/images/redislabs.svg</ownerLogo> |
283 | | - <ownerName>Redis Labs</ownerName> |
284 | | - <ownerUrl>https://redislabs.com</ownerUrl> |
| 283 | + <documentationUrl>https://redislabs-field-engineering.github.io/${github.repo}/</documentationUrl> |
| 284 | + <ownerLogo>src/docs/asciidoc/images/logo-redis.svg</ownerLogo> |
| 285 | + <ownerName>Redis</ownerName> |
| 286 | + <ownerUrl>https://redis.com</ownerUrl> |
285 | 287 | <sourceUrl>${project.scm.url}</sourceUrl> |
286 | | - <supportProviderName>Redis Labs</supportProviderName> |
| 288 | + <supportProviderName>Redis</supportProviderName> |
287 | 289 | <supportSummary> |
288 | | - <![CDATA[This connector is <a href="https://redislabs.com/company/support/">supported by Redis Labs</a> as part of a |
289 | | - <a href="https://redislabs.com/redis-enterprise">Redis Enterprise</a> license.]]> |
| 290 | + <![CDATA[This connector is <a href="https://redis.com/company/support/">supported by Redis</a> as part of a |
| 291 | + <a href="https://redis.com/redis-enterprise">Redis Enterprise</a> license.]]> |
290 | 292 | </supportSummary> |
291 | 293 | <supportUrl>${project.issueManagement.url}</supportUrl> |
292 | 294 | <confluentControlCenterIntegration>true</confluentControlCenterIntegration> |
|
0 commit comments