22:linkattrs:
33:project-owner: redis-field-engineering
44:project-name: redis-enterprise-admin
5- :project-group: com.redis.enterprise
6- :project-artifact: admin
5+ :project-group: com.redis
76:project-version: 0.1.6
87:tests-path: redis-field-engineering/redis-enterprise-admin/blob/master/subprojects/admin/src/test/java/com/redis/enterprise/
98
109image: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"]
11- image:https://img.shields.io/maven-central/v/{project-group}/{project-artifact }.svg[Download, link="https://search.maven.org/#search|ga|1|{project-group} {project-artifact }"]
10+ image:https://img.shields.io/maven-central/v/{project-group}/{project-name }.svg[Download, link="https://search.maven.org/#search|ga|1|{project-group} {project-name }"]
1211image:https://img.shields.io/github/downloads/{project-owner}/{project-name}/total[GitHub all releases]
1312
1413Java admin client for Redis Enterprise that wraps the REST API.
@@ -19,7 +18,7 @@ Java admin client for Redis Enterprise that wraps the REST API.
1918[source,groovy,subs="+attributes"]
2019----
2120dependencies {
22- testImplementation "{project-group}:{project-artifact }:{project-version}"
21+ testImplementation "{project-group}:{project-name }:{project-version}"
2322}
2423----
2524
@@ -28,7 +27,7 @@ dependencies {
2827----
2928<dependency>
3029 <groupId>{project-group}</groupId>
31- <artifactId>{project-artifact }</artifactId>
30+ <artifactId>{project-name }</artifactId>
3231 <version>{project-version}</version>
3332 <scope>test</scope>
3433</dependency>
0 commit comments