File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
marklogic-unit-test-client
marklogic-unit-test-modules Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments