Skip to content

Commit 218dc2e

Browse files
committed
Changed group to com.redis
1 parent f642d55 commit 218dc2e

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

README.adoc

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

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

1413
Java 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
----
2120
dependencies {
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>

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
group=com.redis.enterprise
1+
group=com.redis
22

33
bootPluginVersion=2.6.1
44
dependencyPluginVersion=1.0.11.RELEASE

jreleaser.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ project:
77
- Julien Ruaux
88
license: Apache-2.0
99
java:
10-
groupId: com.redis.enterprise
10+
groupId: com.redis
1111
version: 8
1212
multiProject: true
1313
extraProperties:
@@ -97,7 +97,6 @@ distributions:
9797
- path: subprojects/{{distributionName}}/build/distributions/{{distributionName}}-{{projectVersion}}.zip
9898
transform: '{{distributionName}}/{{distributionName}}-{{projectEffectiveVersion}}.zip'
9999

100-
101100
files:
102101
artifacts:
103102
- path: VERSION

0 commit comments

Comments
 (0)