22:linkattrs:
33:project-owner: redis-developer
44:project-name: testcontainers-redis
5- :project-group: com.redis.testcontainers
5+ :project-group: com.redis
66:project-version: 1.7.0
77
88image:https://github.com/{project-owner}/{project-name}/actions/workflows/early-access.yml/badge.svg["Build Status",link="https://github.com/{project-owner}/{project-name}/actions"]
99image:https://img.shields.io/maven-central/v/{project-group}/{project-name}[Download,link="https://search.maven.org/#search|ga|1|{project-name}"]
10- image:https://img.shields.io/nexus/s/{project-group}/{project-name}?server=https%3A%2F%2Fs01.oss.sonatype.org[Snapshot,link="https://s01.oss.sonatype.org/#nexus-search;quick ~{project-name}"]
10+ image:https://img.shields.io/nexus/s/{project-group}/{project-name}?server=https%3A%2F%2Fs01.oss.sonatype.org[Snapshot,link="https://s01.oss.sonatype.org/#nexus-search;gav~{project-group} ~{project-name}"]
1111image:https://img.shields.io/github/license/{project-owner}/{project-name}["License",link="https://github.com/{project-owner}/{project-name}"]
1212
1313Testcontainers Redis is an extension of Testcontainers that supports Redis (Standalone and Cluster), Redis Modules, and Redis Enterprise containers.
@@ -18,7 +18,7 @@ Testcontainers Redis is an extension of Testcontainers that supports Redis (Stan
1818[source,groovy,subs="+attributes"]
1919----
2020dependencies {
21- testImplementation "{project-group}:testcontainers-redis-junit :{project-version}"
21+ testImplementation "{project-group}:{project-name} :{project-version}"
2222}
2323----
2424
@@ -27,7 +27,7 @@ dependencies {
2727----
2828<dependency>
2929 <groupId>{project-group}</groupId>
30- <artifactId>testcontainers-redis-junit </artifactId>
30+ <artifactId>{project-name} </artifactId>
3131 <version>{project-version}</version>
3232 <scope>test</scope>
3333</dependency>
0 commit comments