-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
48 lines (48 loc) · 1.19 KB
/
manifest.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
39
40
41
42
43
44
45
46
47
48
{
"id": {
"artifactId": "xlr-task-repeater-plugin",
"groupId": "com.xebialabs.xlrelease.plugins",
"version": "2.0.5"
},
"metadata": {
"updatedDate": "2022-01-01",
"logo" : "https://raw.githubusercontent.com/xebialabs-community/xlr-task-repeater-plugin/master/icon/xlr-task-repeater-plugin.png",
"popularity":"3",
"rating" : "3",
"reviewed" : "10",
"capability": ["ADD CAPABILITY HERE"],
"categories": [
"ADD CATEGORY HERE"
],
"description": "ADD DESCRIPTION HERE",
"features": [
"ADD FEATURES HERE"
],
"links": [
{
"name": "Website",
"url": "https://github.com/xebialabs-community/xlr-task-repeater-plugin"
},
{
"name": "Documentation",
"url": "https://github.com/xebialabs-community/xlr-task-repeater-plugin#readme"
}
],
"maturity": "Mature",
"name": "xlr-task-repeater-plugin",
"requirements": {
"product": "XL Release",
"versions": [
"== LATEST","NEXT LATEST","ETC"
]
},
"screenshots": [
],
"supportedBy": "Community",
"author": {
"author": [],
"Community": ["CSM"],
"Partner": []
}
}
}