-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbintray.json
32 lines (29 loc) · 882 Bytes
/
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
32
{
"package": {
"name": "payup",
"repo": "maven",
"subject": "ljl",
"desc": "I was pushed completely automatically",
"publications": ["mavenJava"],
"website_url": "https://github.com/ljl/payup",
"issue_tracker_url": "https://github.com/ljl/payup/issues",
"vcs_url": "https://github.com/ljl/payup.git",
"github_use_tag_release_notes": true,
"github_release_notes_file": "RELEASE.txt",
"licenses": ["Apache-2.0"],
"labels": ["enonic", "enonic-xp", "payup", "ecommerce"],
"public_download_numbers": false,
"public_stats": false
},
"version": {
"name": "1.0.8",
"desc": "Most recent version",
"released": "2017-01-21",
"vcs_tag": "1.0.8",
"gpgSign": false
},
"files": [
{"includePattern": "build/libs/(.*\\\\.(jar|pom))", "uploadPattern" : "${mavenRepositoryPath}\$1"}
],
"publish": true
}