Skip to content

Commit d078895

Browse files
authored
Merge pull request #8 from Rollczi/patch-1
Update group and artifact in README
2 parents a20a74f + 74b1ef8 commit d078895

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
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

88
image: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"]
99
image: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}"]
1111
image:https://img.shields.io/github/license/{project-owner}/{project-name}["License",link="https://github.com/{project-owner}/{project-name}"]
1212

1313
Testcontainers 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
----
2020
dependencies {
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

Comments
 (0)