forked from vlingo/xoom-symbio-jdbc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bintray.json
38 lines (35 loc) · 1.07 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
32
33
34
35
36
37
38
{
"package": {
"name": "vlingo-symbio-jdbc",
"repo": "vlingo-platform-java",
"subject": "vlingo",
"desc": "Implementation of vlingo-symbio for JDBC.",
"website_url": "https://github.com/vlingo/vlingo-symbio-jdbc",
"issue_tracker_url": "https://github.com/vlingo/vlingo-symbio-jdbc/issues",
"vcs_url": "https://github.com/vlingo/vlingo-symbio-jdbc.git",
"licenses": ["MPL-2.0"],
"public_download_numbers": true,
"public_stats": true
},
"version": {
"name": "0.8.8",
"gpgSign": true
},
"files": [
{
"includePattern": "target/(.*).jar",
"uploadPattern": "/io/vlingo/vlingo-symbio-jdbc/0.8.8/$1.jar",
"matrixParams": {
"override": 1
}
},
{
"includePattern": "pom.xml",
"uploadPattern": "/io/vlingo/vlingo-symbio-jdbc/0.8.8/vlingo-symbio-jdbc-0.8.8.pom",
"matrixParams": {
"override": 1
}
}
],
"publish": true
}