Add override on bintray upload

This commit is contained in:
Kevin Risden 2016-03-19 16:54:53 -05:00
parent ae7fefd73a
commit 3a548e38e4
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
},
"files":
[
{"includePattern": "solr/package/(solr-.*-SNAPSHOT.tgz)$", "uploadPattern": "$1"}
{"includePattern": "solr/package/(solr-.*-SNAPSHOT.tgz)$", "uploadPattern": "$1", "matrixParams": { "override": 1 }}
],
"publish": true
}