Skip to content

Commit

Permalink
Update version to 0.1.0, add data center compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
kleebaum committed May 18, 2023
1 parent 17d9c98 commit f1090e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.uhd.ifi.se.decision</groupId>
<artifactId>management.confluence</artifactId>
<version>0.0.6</version>
<version>0.1.0</version>

<organization>
<name>Software Engineering Research Group, Heidelberg University</name>
Expand Down Expand Up @@ -317,7 +317,7 @@
</profiles>

<properties>
<confluence.version>7.18.2</confluence.version>
<confluence.version>8.2.3</confluence.version>
<amps.version>8.9.1</amps.version>
<plugin.testrunner.version>2.0.3</plugin.testrunner.version>
<atlassian.spring.scanner.version>3.0.2</atlassian.spring.scanner.version>
Expand Down
2 changes: 2 additions & 0 deletions src/main/resources/atlassian-plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
url="${project.organization.url}" />
<param name="plugin-icon">images/pluginIcon.png</param>
<param name="plugin-logo">images/pluginLogo.png</param>
<param name="atlassian-data-center-status">compatible</param>
<param name="atlassian-data-center-compatible">true</param>
</plugin-info>

<!-- Internationalisation -->
Expand Down

0 comments on commit f1090e6

Please sign in to comment.