Skip to content

Commit b19c953

Browse files
committed
Fixed project name and artifact
1 parent 29d9a1f commit b19c953

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.adoc

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
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

910
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"]
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}"]
1112
image:https://img.shields.io/github/downloads/{project-owner}/{project-name}/total[GitHub all releases]
1213

1314
Java 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
----
2021
dependencies {
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

Comments
 (0)