Skip to content

Commit 910d36e

Browse files
committed
Renamed core project
1 parent 9543579 commit 910d36e

File tree

13 files changed

+4
-791
lines changed

13 files changed

+4
-791
lines changed

README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
= Redis Enterprise Admin
22
:linkattrs:
33
:project-owner: redis-field-engineering
4-
:project-name: redis-enterprise-admin
54
:project-group: com.redis.enterprise
5+
:project-name: admin
66
:project-version: 0.1.0
7-
:tests-path: redis-field-engineering/redis-enterprise-admin/blob/master/subprojects/redis-enterprise-admin/src/test/java/com/redis/enterprise/
7+
:tests-path: redis-field-engineering/redis-enterprise-admin/blob/master/subprojects/admin/src/test/java/com/redis/enterprise/
88

99
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"]
1010
image:https://img.shields.io/maven-central/v/{project-group}/{project-name}.svg[Download, link="https://search.maven.org/#search|ga|1|{project-name}"]

jreleaser.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project:
2-
name: rs-sdk
2+
name: redis-enterprise-admin
33
description: Redis Enterprise Admin
44
longDescription: Java admin client for Redis Enterprise
55
website: https://github.com/redis-field-engineering/redis-enterprise-admin
@@ -92,7 +92,7 @@ checksum:
9292
files: false
9393

9494
distributions:
95-
redis-enterprise-admin:
95+
admin:
9696
artifacts:
9797
- path: subprojects/{{distributionName}}/build/distributions/{{distributionName}}-{{projectVersion}}.zip
9898
transform: '{{distributionName}}/{{distributionName}}-{{projectEffectiveVersion}}.zip'

subprojects/redis-enterprise-admin/redis-enterprise-admin.gradle renamed to subprojects/admin/admin.gradle

File renamed without changes.

subprojects/redis-enterprise-admin/gradle.properties

Lines changed: 0 additions & 1 deletion
This file was deleted.

subprojects/redis-enterprise-admin/src/main/java/com/redis/enterprise/Admin.java

Lines changed: 0 additions & 241 deletions
This file was deleted.

subprojects/redis-enterprise-admin/src/main/java/com/redis/enterprise/rest/Action.java

Lines changed: 0 additions & 67 deletions
This file was deleted.

subprojects/redis-enterprise-admin/src/main/java/com/redis/enterprise/rest/Bootstrap.java

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)