Skip to content

Commit

Permalink
Merge pull request #87 from hyperledger-web3j/fix_organization
Browse files Browse the repository at this point in the history
change org
  • Loading branch information
gtebrean authored Dec 17, 2024
2 parents 2613561 + dd147ff commit c8100d8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Build Workflow Dispatch
uses: convictional/trigger-workflow-and-wait@v1.3.0
with:
owner: hyperledger
owner: hyperledger-web3j
repo: web3j-unit
github_token: ${{ secrets.GITHUB_TOKEN }}
workflow_file_name: build.yml
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

### BREAKING CHANGES

*
* Update organization name [#87](https://github.com/hyperledger-web3j/web3j-unit/pull/87)

# [4.12.2](https://github.com/hyperledger/web3j-unit/releases/tag/v4.12.2) (2024-09-18)

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ apply {
'junit'
].each { buildScript ->
download {
src "https://raw.githubusercontent.com/hyperledger/web3j-build-tools/main/gradle/$buildScript/build.gradle"
src "https://raw.githubusercontent.com/hyperledger-web3j/web3j-build-tools/main/gradle/$buildScript/build.gradle"
dest "$rootDir/gradle/$buildScript/build.gradle"
overwrite false
quiet true
Expand Down
6 changes: 3 additions & 3 deletions gradle/publish/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ publishing {
slug = project.rootProjectOverride
}

url = "https://github.com/hyperledger/$slug"
connection = "scm:https://github.com/hyperledger/${slug}.git"
developerConnection = "scm:git://github.com/hyperledger/${slug}.git"
url = "https://github.com/hyperledger-web3j/$slug"
connection = "scm:https://github.com/hyperledger-web3j/${slug}.git"
developerConnection = "scm:git://github.com/hyperledger-web3j/${slug}.git"
}

developers {
Expand Down

0 comments on commit c8100d8

Please sign in to comment.