Skip to content

Commit

Permalink
Merge pull request #6 from ONLYOFFICE/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
LinneyS authored Feb 7, 2019
2 parents ebe9d39 + 823f082 commit a69baec
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>onlyoffice</groupId>
<artifactId>onlyoffice-confluence-plugin</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>

<organization>
<name>Ascensio System SIA</name>
Expand Down Expand Up @@ -155,11 +155,11 @@
</build>

<properties>
<confluence.version>6.4.3</confluence.version>
<confluence.data.version>6.4.3</confluence.data.version>
<amps.version>6.2.1</amps.version>
<confluence.version>6.14.0</confluence.version>
<confluence.data.version>6.14.0</confluence.data.version>
<amps.version>6.3.21</amps.version>
<plugin.testrunner.version>1.2.3</plugin.testrunner.version>
<atlassian.spring.scanner.version>1.2.12</atlassian.spring.scanner.version>
<atlassian.spring.scanner.version>1.2.13</atlassian.spring.scanner.version>
<!-- This key is used to keep the consistency between the key in atlassian-plugin.xml and the key to generate bundle. -->
<atlassian.plugin.key>${project.groupId}.${project.artifactId}</atlassian.plugin.key>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/atlassian-plugin-marketing.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<atlassian-plugin-marketing>
<compatibility>
<product name="confluence" min="5.9.4" max="6.4.3" />
<product name="confluence" min="5.9.4" max="6.14.0" />
</compatibility>

<logo image="images/144.png"/>
Expand Down
2 changes: 0 additions & 2 deletions src/main/resources/atlassian-plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
<param name="vendor-logo">images/72.png</param>
</plugin-info>

<component-import key="userManager" interface="com.atlassian.sal.api.user.UserManager"/>

<resource type="i18n" name="i18n" location="lang-resource"/>

<web-resource key="onlyoffice-confluence-plugin-resources" name="Link for Web Resources rendering">
Expand Down

0 comments on commit a69baec

Please sign in to comment.