Skip to content

Commit 8a5e901

Browse files
committed
Fixing cvsUrl for each project
1 parent d0a72a3 commit 8a5e901

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

marklogic-junit/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ if (project.hasProperty("myBintrayUser")) {
7070
name = project.name
7171
userOrg = 'marklogic-community'
7272
licenses = ["Apache-2.0"]
73-
vcsUrl = "https://github.com/marklogic-community/" + project.name + ".git"
73+
vcsUrl = "https://github.com/marklogic-community/marklogic-unit-test.git"
7474
version {
7575
name = project.version
7676
released = new Date()

marklogic-unit-test-client/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ if (project.hasProperty("myBintrayUser")) {
5656
name = project.name
5757
userOrg = 'marklogic-community'
5858
licenses = ["Apache-2.0"]
59-
vcsUrl = "https://github.com/marklogic-community/" + project.name + ".git"
59+
vcsUrl = "https://github.com/marklogic-community/marklogic-unit-test.git"
6060
version {
6161
name = project.version
6262
released = new Date()

marklogic-unit-test-modules/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ if (project.hasProperty("myBintrayUser")) {
5656
name = project.name
5757
userOrg = 'marklogic-community'
5858
licenses = ["Apache-2.0"]
59-
vcsUrl = "https://github.com/marklogic-community/" + project.name + ".git"
59+
vcsUrl = "https://github.com/marklogic-community/marklogic-unit-test.git"
6060
version {
6161
name = project.version
6262
released = new Date()

0 commit comments

Comments
 (0)