Skip to content

Commit

Permalink
fix: adapt group name to fix release (#137)
Browse files Browse the repository at this point in the history
* 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] <support@github.com>
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] <support@github.com>
Co-authored-by: eclipse-edc-bot <edc-bot@eclipse.org>
Co-authored-by: ndr_brt <andrea.bertagnolli@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
4 people authored Feb 7, 2025
1 parent 48ad480 commit 9e5adcf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
#
#

group=com.huawei.cloud
group=org.eclipse.edc.huawei
version=0.11.0-SNAPSHOT
# configure the build:
# used for publishing artifacts and plugins
hcScmConnection=scm:git:git@github.com:huawei-dataspace-components/components.git
hcScmUrl=https://github.com/Huawei-Cloud-Components/components.git
hcScmConnection=scm:git:git@github.com:eclipse-edc/Technology-HuaweiCloud.git
hcScmUrl=https://github.com/eclipse-edc/Technology-HuaweiCloud.git

0 comments on commit 9e5adcf

Please sign in to comment.