Skip to content

Commit c8100d8

Browse files
authored
Merge pull request #87 from hyperledger-web3j/fix_organization
change org
2 parents 2613561 + dd147ff commit c8100d8

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Diff for: .github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Build Workflow Dispatch
1818
uses: convictional/[email protected]
1919
with:
20-
owner: hyperledger
20+
owner: hyperledger-web3j
2121
repo: web3j-unit
2222
github_token: ${{ secrets.GITHUB_TOKEN }}
2323
workflow_file_name: build.yml

Diff for: CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1515

1616
### BREAKING CHANGES
1717

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

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

Diff for: build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ apply {
3535
'junit'
3636
].each { buildScript ->
3737
download {
38-
src "https://raw.githubusercontent.com/hyperledger/web3j-build-tools/main/gradle/$buildScript/build.gradle"
38+
src "https://raw.githubusercontent.com/hyperledger-web3j/web3j-build-tools/main/gradle/$buildScript/build.gradle"
3939
dest "$rootDir/gradle/$buildScript/build.gradle"
4040
overwrite false
4141
quiet true

Diff for: gradle/publish/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ publishing {
4848
slug = project.rootProjectOverride
4949
}
5050

51-
url = "https://github.com/hyperledger/$slug"
52-
connection = "scm:https://github.com/hyperledger/${slug}.git"
53-
developerConnection = "scm:git://github.com/hyperledger/${slug}.git"
51+
url = "https://github.com/hyperledger-web3j/$slug"
52+
connection = "scm:https://github.com/hyperledger-web3j/${slug}.git"
53+
developerConnection = "scm:git://github.com/hyperledger-web3j/${slug}.git"
5454
}
5555

5656
developers {

0 commit comments

Comments
 (0)