Skip to content

Commit e2e9825

Browse files
authored
Added plugin parameters for data-center compatibility (#36)
1 parent 3250346 commit e2e9825

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Run `$ atlas-run` from the root folder
3131
1. navigate to mange apps->find new apps->search ZenUML->install
3232

3333
# release
34-
1. create new tag on master branch: `git tag -a tag-name release-*** -m "message"` (name can be changed to fit release process).
34+
1. create new tag on master branch: `git tag -a release-*** -m "message"` (name can be changed to fit release process).
3535
1. push tag to remote. `git push origin tag-name`
3636
1. travis ci runs release job for the git tag.
3737
1. artifacts are released in github releases.

src/main/resources/atlassian-plugin.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
<param name="plugin-icon">images/zenuml_logo.png</param>
88
<param name="plugin-logo">images/zenuml_logo.png</param>
99
<param name="atlassian-licensing-enabled">false</param>
10+
<param name="atlassian-data-center-status">compatible</param>
11+
<param name="atlassian-data-center-compatible">true</param>
12+
<param name="plugin-type">both</param>
1013
</plugin-info>
1114
<!-- add our i18n resource -->
1215
<resource type="i18n" name="i18n" location="sequence"/>

0 commit comments

Comments
 (0)