File tree Expand file tree Collapse file tree 4 files changed +4
-16
lines changed
Expand file tree Collapse file tree 4 files changed +4
-16
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ allprojects {
3535 pom {
3636 scmUrl.set(hcScmConnection)
3737 scmConnection.set(hcScmConnection)
38- developerId.set( " Atul Shrivijay Atavale " )
38+ groupId = project.group.toString( )
3939 }
4040 }
4141
Original file line number Diff line number Diff line change 1313#
1414
1515group =org.eclipse.edc.huawei
16- version =0.13.0-SNAPSHOT
16+ version =0.13.0
1717# configure the build:
1818# used for publishing artifacts and plugins
1919hcScmConnection =
scm:git:[email protected] :eclipse-edc/Technology-HuaweiCloud.git
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ format.version = "1.1"
33
44[versions ]
55awaitility = " 4.2.2"
6- edc = " 0.13.0-SNAPSHOT "
6+ edc = " 0.13.0"
77failsafe = " 3.3.2"
88junit = " 5.12.2"
99restAssured = " 5.5.1"
Original file line number Diff line number Diff line change 1212 *
1313 */
1414
15- // this is needed to have access to snapshot builds of plugins
1615pluginManagement {
1716 repositories {
18- mavenLocal()
1917 maven {
20- url = uri(" https://oss .sonatype.org/content/repositories/ snapshots/" )
18+ url = uri(" https://central .sonatype.com/repository/maven- snapshots/" )
2119 }
2220 mavenCentral()
2321 gradlePluginPortal()
2422 }
2523}
2624
27- dependencyResolutionManagement {
28- repositories {
29- mavenLocal()
30- maven {
31- url = uri(" https://oss.sonatype.org/content/repositories/snapshots/" )
32- }
33- mavenCentral()
34- }
35- }
36-
3725rootProject.name = " technology-huaweicloud"
3826include(" :launchers:e2e-test" )
3927include(" :launchers:huawei-cloud-runtime" )
You can’t perform that action at this time.
0 commit comments