11= Redis Enterprise Admin
22:linkattrs:
3- :project-owner: redis-field-engineering
4- :project-group: com.redis.enterprise
5- :project-name: admin
6- :project-version: 0.1.0
3+ :project-owner: redis-field-engineering
4+ :project-name: redis-enterprise-admin
5+ :project-group: com.redis.enterprise
6+ :project-artifact: admin
7+ :project-version: 0.1.0
78:tests-path: redis-field-engineering/redis-enterprise-admin/blob/master/subprojects/admin/src/test/java/com/redis/enterprise/
89
910image: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"]
10- image:https://img.shields.io/maven-central/v/{project-group}/{project-name }.svg[Download, link="https://search.maven.org/#search|ga|1|{project-name }"]
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 }"]
1112image:https://img.shields.io/github/downloads/{project-owner}/{project-name}/total[GitHub all releases]
1213
1314Java admin client for Redis Enterprise that wraps the REST API.
@@ -18,7 +19,7 @@ Java admin client for Redis Enterprise that wraps the REST API.
1819[source,groovy,subs="+attributes"]
1920----
2021dependencies {
21- testImplementation "{project-group}:{project-name }:{project-version}"
22+ testImplementation "{project-group}:{project-artifact }:{project-version}"
2223}
2324----
2425
@@ -27,7 +28,7 @@ dependencies {
2728----
2829<dependency>
2930 <groupId>{project-group}</groupId>
30- <artifactId>{project-name }</artifactId>
31+ <artifactId>{project-artifact }</artifactId>
3132 <version>{project-version}</version>
3233 <scope>test</scope>
3334</dependency>
0 commit comments