File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
buildSrc/src/main/groovy/io/orkes/conductor/gradle Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -51,11 +51,11 @@ class PublishConfigPlugin implements Plugin<Project> {
51
51
pom {
52
52
name = project. findProperty(' artifactName' )
53
53
description = project. findProperty(' artifactDescription' )
54
- url = ' https://github.com/conductor-oss/conductor.git'
54
+ url = ' https://github.com/conductor-oss/conductor-java-sdk .git'
55
55
scm {
56
- connection = ' scm:git:git://github.com/conductor-oss/conductor.git'
57
- developerConnection = ' scm:git:ssh://github.com/conductor-oss/conductor.git'
58
- url = ' https://github.com/conductor-oss/conductor.git'
56
+ connection = ' scm:git:git://github.com/conductor-oss/conductor-java-sdk .git'
57
+ developerConnection = ' scm:git:ssh://github.com/conductor-oss/conductor-java-sdk .git'
58
+ url = ' https://github.com/conductor-oss/conductor-java-sdk .git'
59
59
}
60
60
licenses {
61
61
license {
You can’t perform that action at this time.
0 commit comments