Skip to content

Commit

Permalink
fix: named and rename the prism-kotlin-client to identus-kotlin-client
Browse files Browse the repository at this point in the history
Signed-off-by: mineme0110 <shailesh.patil@iohk.io>
  • Loading branch information
mineme0110 committed Apr 29, 2024
1 parent 108a270 commit 509e035
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions cloud-agent/client/kotlin/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
group 'io.iohk.atala.prism'
group 'org.hyperledger.identus'

wrapper {
gradleVersion = '7.5'
Expand Down Expand Up @@ -51,10 +51,10 @@ publishing {
repositories {
maven {
name = "GitHubPackages"
url = "https://maven.pkg.github.com/hyperledger-labs/open-enterprise-agent/"
url = "https://maven.pkg.github.com/hyperledger/identus-cloud-agent/"
credentials {
username = System.getenv("ATALA_GITHUB_ACTOR")
password = System.getenv("ATALA_GITHUB_TOKEN")
username = System.getenv("GITHUB_USER")
password = System.getenv("GITHUB_TOKEN")
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion cloud-agent/client/kotlin/settings.gradle
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

rootProject.name = 'prism-kotlin-client'
rootProject.name = 'identus--kotlin-client'
2 changes: 1 addition & 1 deletion tests/integration-tests/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies {
testImplementation("io.ktor:ktor-server-netty:2.3.0")
testImplementation("io.ktor:ktor-client-apache:2.3.0")
// RestAPI client
testImplementation("io.iohk.atala.prism:prism-kotlin-client:1.31.0")
testImplementation("org.hyperledger.identus:identus-kotlin-client:1.32.0")
// Test helpers library
testImplementation("io.iohk.atala:atala-automation:0.3.2")
// Hoplite for configuration
Expand Down

0 comments on commit 509e035

Please sign in to comment.