Skip to content

Commit

Permalink
Rename to glide-for-redis
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanl-bq committed Jun 27, 2024
1 parent 8b2616c commit aeeccf1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
- name: Bundle JAR
working-directory: java
run: |
src_folder=~/.m2/repository/software/amazon/glide/valkey-client/0.4.3
src_folder=~/.m2/repository/software/amazon/glide/glide-for-redis/0.4.3
cd $src_folder
jar -cvf bundle.jar *
ls -ltr
Expand Down
4 changes: 2 additions & 2 deletions java/client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ publishing {
mavenJava(MavenPublication) {
from components.java
groupId = 'software.amazon.glide'
artifactId = 'valkey-client'
artifactId = 'glide-for-redis'
version = "0.4.3"
pom {
name = 'glide-for-valkey'
Expand Down Expand Up @@ -230,6 +230,6 @@ tasks.withType(Test) {
}

jar {
archiveBaseName = "valkey-client"
archiveBaseName = "glide-for-redis"
archiveClassifier = "placeholder"
}
2 changes: 1 addition & 1 deletion java/examples/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {
}

dependencies {
implementation group: 'software.amazon.glide', name: 'valkey-client', version: '0.4.3', classifier: 'placeholder'
implementation group: 'software.amazon.glide', name: 'glide-for-redis', version: '0.4.3', classifier: 'placeholder'

implementation 'redis.clients:jedis:4.4.3'
implementation 'io.lettuce:lettuce-core:6.2.6.RELEASE'
Expand Down

0 comments on commit aeeccf1

Please sign in to comment.