-
Notifications
You must be signed in to change notification settings - Fork 1
/
bintray.json
31 lines (29 loc) · 1.12 KB
/
bintray.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"package": {
"name": "auto-upload",
"repo": "boomslang-wireframesketcher",
"subject": "HBuender",
"desc": "I was pushed completely automatically",
"website_url": "www.jfrog.com",
"public_download_numbers": false,
"public_stats": false,
"attributes": [{"name": "att1", "values" : ["val1"], "type": "string"},
{"name": "att2", "values" : [1, 2.2, 4], "type": "number"},
{"name": "att5", "values" : ["2014-12-28T19:43:37+0100"], "type": "date"}]
},
"version": {
"name": "0.5",
"desc": "This is a version",
"released": "2015-01-04",
"vcs_tag": "0.5",
"attributes": [{"name": "VerAtt1", "values" : ["VerVal1"], "type": "string"},
{"name": "VerAtt2", "values" : [1, 3.3, 5], "type": "number"},
{"name": "VerAtt3", "values" : ["2015-01-01T19:43:37+0100"], "type": "date"}],
"gpgSign": false
},
"files":
[
{"includePattern": "target/repository/(.*)", "uploadPattern": "repository"}
],
"publish": true
}