Skip to content

Commit 1e187a1

Browse files
committed
redirecting publishing to the marklogic-community org
1 parent 8065e82 commit 1e187a1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

marklogic-unit-test-client/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,9 @@ if (project.hasProperty("myBintrayUser")) {
5252
key = myBintrayKey
5353
publications = ["mainJava", "sourcesJava"]
5454
pkg {
55-
repo = "maven"
55+
repo = "Maven"
5656
name = project.name
57+
userOrg = 'marklogic-community'
5758
licenses = ["Apache-2.0"]
5859
vcsUrl = "https://github.com/marklogic-community/" + project.name + ".git"
5960
version {

marklogic-unit-test-modules/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,9 @@ if (project.hasProperty("myBintrayUser")) {
5252
key = myBintrayKey
5353
publications = ["sourcesJava", "mainModules"]
5454
pkg {
55-
repo = "maven"
55+
repo = "Maven"
5656
name = project.name
57+
userOrg = 'marklogic-community'
5758
licenses = ["Apache-2.0"]
5859
vcsUrl = "https://github.com/marklogic-community/" + project.name + ".git"
5960
version {

0 commit comments

Comments
 (0)