Skip to content

Commit 9e5adcf

Browse files
janpmeyereclipse-edc-botndr-brtdependabot[bot]
authored
fix: adapt group name to fix release (#137)
* Bump version from 0.11.0-SNAPSHOT to 0.12.0-SNAPSHOT [skip ci] * ci: add missing permissions to release workflow * chore(deps): bump org.assertj:assertj-core from 3.27.2 to 3.27.3 (#132) Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.27.2 to 3.27.3. - [Release notes](https://github.com/assertj/assertj/releases) - [Commits](assertj/assertj@assertj-build-3.27.2...assertj-build-3.27.3) --- updated-dependencies: - dependency-name: org.assertj:assertj-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build: fix compilation (#133) * fix: adapt gradle.properties to edc repository #130 * fix: refactor typo #130 * Revert "build: fix compilation (#133)" This reverts commit 7cd7b53. * Revert "chore(deps): bump org.assertj:assertj-core from 3.27.2 to 3.27.3 (#132)" This reverts commit 1374b14. * Revert "ci: add missing permissions to release workflow" This reverts commit ebd5a79. * fix: set correct EDC Version #130 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: eclipse-edc-bot <[email protected]> Co-authored-by: ndr_brt <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 48ad480 commit 9e5adcf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
#
1313
#
1414

15-
group=com.huawei.cloud
15+
group=org.eclipse.edc.huawei
1616
version=0.11.0-SNAPSHOT
1717
# configure the build:
1818
# used for publishing artifacts and plugins
19-
hcScmConnection=scm:git:[email protected]:huawei-dataspace-components/components.git
20-
hcScmUrl=https://github.com/Huawei-Cloud-Components/components.git
19+
hcScmConnection=scm:git:[email protected]:eclipse-edc/Technology-HuaweiCloud.git
20+
hcScmUrl=https://github.com/eclipse-edc/Technology-HuaweiCloud.git

0 commit comments

Comments
 (0)