Skip to content

Commit 84ca694

Browse files
author
GitbucketPlugins CI Agent
committed
updating generated plugins data
1 parent 9cb1968 commit 84ca694

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed
+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[
2+
{
3+
"version": "1.0.0",
4+
"downloadURL": "https://github.com/nus/gitbucket-plantuml-plugin/releases/download/v1.0.0/gitbucket-plantuml-plugin-assembly-1.0.0.jar",
5+
"gitbucketCompileVersion": 4.1,
6+
"gitbucketCompatibleRange": {
7+
"lower": {
8+
"bound": 4.1,
9+
"included": true
10+
}
11+
}
12+
}
13+
]

registry/plugins

+18
Original file line numberDiff line numberDiff line change
@@ -205,5 +205,23 @@
205205
}
206206
}
207207
]
208+
},
209+
{
210+
"id": "plantuml_plugin",
211+
"name": "PlantUML Plugin",
212+
"description": "Render PlantUML diagrams in gitbucket",
213+
"versions": [
214+
{
215+
"version": "1.0.0",
216+
"downloadURL": "https://github.com/nus/gitbucket-plantuml-plugin/releases/download/v1.0.0/gitbucket-plantuml-plugin-assembly-1.0.0.jar",
217+
"gitbucketCompileVersion": 4.1,
218+
"gitbucketCompatibleRange": {
219+
"lower": {
220+
"bound": 4.1,
221+
"included": true
222+
}
223+
}
224+
}
225+
]
208226
}
209227
]

0 commit comments

Comments
 (0)