diff --git a/build.sbt b/build.sbt index 8b779df..ace8a39 100644 --- a/build.sbt +++ b/build.sbt @@ -7,7 +7,7 @@ val V = new { } lazy val commonSettings = Seq( - githubOwner := "patlo-iog", + githubOwner := "hyperledger", githubRepository := "identus-keycloak-plugins" ) diff --git a/package-lock.json b/package-lock.json index 852c57a..a4af39e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "identus-keycloak-plugins", - "version": "0.1.0", + "version": "0.0.0", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 4ef9c8a..92bedcb 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ [ "@semantic-release/exec", { - "prepareCmd": "docker buildx build --platform=linux/arm64,linux/amd64 -f Dockerfile-ci --push -t ghcr.io/patlo-iog/identus-keycloak-plugins:${nextRelease.version} ." + "prepareCmd": "docker buildx build --platform=linux/arm64,linux/amd64 -f Dockerfile-ci --push -t ghcr.io/hyperledger/identus-keycloak-plugins:${nextRelease.version} ." } ], [ @@ -57,5 +57,5 @@ ] ] }, - "version": "0.1.0" + "version": "0.0.0" }